#C24C7C

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

Shades of Royal Heath #C24C7C

Tints of Royal Heath #C24C7C

Color information

#C24C7C (or 0xC24C7C) is unknown color: approx Royal Heath. HEX triplet: C2, 4C and 7C. RGB value is (194,76,124). Sum of RGB (Red+Green+Blue) = 194+76+124=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C7C is #3DB383. Grayscale: #747474. Windows color (decimal): -4043652 or 8146114. OLE color: 8146114.

HSL color Cylindrical-coordinate representation of color #C24C7C: hue angle of 335.59º 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 #C24C7C is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19476124-
CMYK00.610.360.24
HSL335.59º49.17%52.94%-
HSV(B)335.59º60.82%76.08%-
XYZ28.4718.0921.06-
YUV116.75132.09183.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.24%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=49.24%
G=19.29%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947612400.610.360.24335.5949.1752.94
HexC24C7C03D24181503135
Octal30211417407544305206165
Binary1100001010011001111100011110110010011000101010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24C7C; }

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

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

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

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

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

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

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

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