Html Css Color HEX #C24D96 Mulberry

📋 copy color: '#C24D96'

red 194 ◦ green 77 ◦ blue 150

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

Shades of Mulberry #C24D96

Tints of Mulberry #C24D96

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

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

R = 46.08%
G = 18.29%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24D96 (or 0xC24D96) is known color: Mulberry. HEX triplet: C2, 4D and 96. RGB value is (194,77,150). Sum of RGB (Red+Green+Blue) = 194+77+150=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D96 is #3DB269. Grayscale: #787878. Windows color (decimal): -4043370 or 9850306. OLE color: 9850306.

HSL color Cylindrical-coordinate representation of color #C24D96: hue angle of 322.56º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D96 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 150 -
CMYK 0 0.60 0.23 0.24
HSL 322.56º 0.49% 0.53% -
HSV(B) 322.56º 0.6% 0.76% -
XYZ 30.41 18.98 30.91 -
YUV 120.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 194 77 150 0 0.60 0.23 0.24 322.56 0.49 0.53
Hex C2 4D 96 0 3C 17 18 143 31 35
Octal 302 115 226 0 74 27 30 503 61 65
Binary 11000010 1001101 10010110 0 111100 10111 11000 101000011 110001 110101

Color Harmonies of #C24D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D96

Black with #C24D96

Text Example


Text Example

White with #C24D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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