#C24CA0

Color #C24CA0 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C24CA0

Tints of Mulberry #C24CA0

Color information

#C24CA0 (or 0xC24CA0) is unknown color: approx Mulberry. HEX triplet: C2, 4C and A0. RGB value is (194,76,160). Sum of RGB (Red+Green+Blue) = 194+76+160=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CA0 is #3DB35F. Grayscale: #787878. Windows color (decimal): -4043616 or 10505410. OLE color: 10505410.

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

Color convert

RGB19476160-
CMYK00.610.180.24
HSL317.29º49.17%52.94%-
HSV(B)317.29º60.82%76.08%-
XYZ31.1819.1835.32-
YUV120.86150.09180.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 76 (30.08% from 255) = 17.67%
BLUE value IS 160 (62.89% from 255) = 37.21%
R=45.12%
G=17.67%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947616000.610.180.24317.2949.1752.94
HexC24CA003D121813d3135
Octal30211424007522304756165
Binary1100001010011001010000001111011001011000100111101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24CA0; }

 p { color: rgb(194,76,160); }

 H1.HeaderClassName
 {
   color: #C24CA0;
 }
 .AnyTagClassName
 {
   color: #C24CA0;
 }
</style>
background-color css

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

 a { background-color: rgb(194,76,160); }

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

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

 span { border-color: rgb(194,76,160); }

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