Html Css Color HEX #C24381 Mulberry

📋 copy color: '#C24381'

red 194 ◦ green 67 ◦ blue 129

#C24381
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #C24381

Tints of Mulberry #C24381

RGB

 RED value IS 194 (76.17% from 255) = 49.74%

 GREEN value IS 67 (26.56% from 255) = 17.18%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 49.74%
G = 17.18%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C24381 (or 0xC24381) is known color: Mulberry. HEX triplet: C2, 43 and 81. RGB value is (194,67,129). Sum of RGB (Red+Green+Blue) = 194+67+129=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C24381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24381 is #3DBC7E. Grayscale: #6F6F6F. Windows color (decimal): -4045951 or 8471490. OLE color: 8471490.

HSL color Cylindrical-coordinate representation of color #C24381: hue angle of 330.71º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24381 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 129 -
CMYK 0 0.65 0.34 0.24
HSL 330.71º 0.51% 0.51% -
HSV(B) 330.71º 0.65% 0.76% -
XYZ 28.22 17.07 22.58 -
YUV 112.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 194 67 129 0 0.65 0.34 0.24 330.71 0.51 0.51
Hex C2 43 81 0 41 22 18 14B 33 33
Octal 302 103 201 0 101 42 30 513 63 63
Binary 11000010 1000011 10000001 0 1000001 100010 11000 101001011 110011 110011

Color Harmonies of #C24381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24381

Black with #C24381

Text Example


Text Example

White with #C24381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24381; }

 p { color: rgb(194,67,129); }

 H1.HeaderClassName
 {
   color: #C24381;
 }
 .AnyTagClassName
 {
   color: #C24381;
 }
</style>

background-color css

<style>
 a { background-color: #C24381; }

 a { background-color: rgb(194,67,129); }

 div.DivClassName
 {
   background-color: #C24381;
 }
 .BgClassName
 {
   background-color: #C24381;
 }
</style>

border-color css

<style>
 span { border-color: #C24381; }

 span { border-color: rgb(194,67,129); }

 td.TdClassName
 {
   border-color: #C24381;
 }
 .TagClassName
 {
   border-color: #C24381;
 }
</style>