Html Css Color HEX #C24A87 Mulberry

📋 copy color: '#C24A87'

red 194 ◦ green 74 ◦ blue 135

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

Shades of Mulberry #C24A87

Tints of Mulberry #C24A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 48.14%
G = 18.36%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C24A87 (or 0xC24A87) is known color: Mulberry. HEX triplet: C2, 4A and 87. RGB value is (194,74,135). Sum of RGB (Red+Green+Blue) = 194+74+135=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A87 is #3DB578. Grayscale: #747474. Windows color (decimal): -4044153 or 8866498. OLE color: 8866498.

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

Color convert

RGB 194 74 135 -
CMYK 0 0.62 0.30 0.24
HSL 329.5º 0.5% 0.53% -
HSV(B) 329.5º 0.62% 0.76% -
XYZ 29.07 18.12 24.89 -
YUV 116.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 194 74 135 0 0.62 0.30 0.24 329.5 0.5 0.53
Hex C2 4A 87 0 3E 1E 18 14A 32 35
Octal 302 112 207 0 76 36 30 512 62 65
Binary 11000010 1001010 10000111 0 111110 11110 11000 101001010 110010 110101

Color Harmonies of #C24A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A87

Black with #C24A87

Text Example


Text Example

White with #C24A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A87; }

 p { color: rgb(194,74,135); }

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

background-color css

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

 a { background-color: rgb(194,74,135); }

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

border-color css

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

 span { border-color: rgb(194,74,135); }

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