Html Css Color HEX #C24996 Mulberry

📋 copy color: '#C24996'

red 194 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #C24996

Tints of Mulberry #C24996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 46.52%
G = 17.51%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24996 (or 0xC24996) is known color: Mulberry. HEX triplet: C2, 49 and 96. RGB value is (194,73,150). Sum of RGB (Red+Green+Blue) = 194+73+150=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C24996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24996 is #3DB669. Grayscale: #757575. Windows color (decimal): -4044394 or 9849282. OLE color: 9849282.

HSL color Cylindrical-coordinate representation of color #C24996: hue angle of 321.82º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24996 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 150 -
CMYK 0 0.62 0.23 0.24
HSL 321.82º 0.5% 0.52% -
HSV(B) 321.82º 0.62% 0.76% -
XYZ 30.14 18.44 30.82 -
YUV 117.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 194 73 150 0 0.62 0.23 0.24 321.82 0.5 0.52
Hex C2 49 96 0 3E 17 18 142 32 34
Octal 302 111 226 0 76 27 30 502 62 64
Binary 11000010 1001001 10010110 0 111110 10111 11000 101000010 110010 110100

Color Harmonies of #C24996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24996

Black with #C24996

Text Example


Text Example

White with #C24996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24996; }

 p { color: rgb(194,73,150); }

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

background-color css

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

 a { background-color: rgb(194,73,150); }

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

border-color css

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

 span { border-color: rgb(194,73,150); }

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