#C24D7D

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

Shades of Royal Heath #C24D7D

Tints of Royal Heath #C24D7D

Color information

#C24D7D (or 0xC24D7D) is unknown color: approx Royal Heath. HEX triplet: C2, 4D and 7D. RGB value is (194,77,125). Sum of RGB (Red+Green+Blue) = 194+77+125=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D7D is #3DB282. Grayscale: #757575. Windows color (decimal): -4043395 or 8211906. OLE color: 8211906.

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

Color convert

RGB19477125-
CMYK00.600.360.24
HSL335.38º48.95%53.14%-
HSV(B)335.38º60.31%76.08%-
XYZ28.618.2621.42-
YUV117.46132.26182.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 77 (30.47% from 255) = 19.44%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=48.99%
G=19.44%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947712500.600.360.24335.3848.9553.14
HexC24D7D03C241814f3135
Octal30211517507444305176165
Binary1100001010011011111101011110010010011000101001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24D7D; }

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

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

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

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

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

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

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

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