#C24A7C

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

Shades of Royal Heath #C24A7C

Tints of Royal Heath #C24A7C

Color information

#C24A7C (or 0xC24A7C) is unknown color: approx Royal Heath. HEX triplet: C2, 4A and 7C. RGB value is (194,74,124). Sum of RGB (Red+Green+Blue) = 194+74+124=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A7C is #3DB583. Grayscale: #737373. Windows color (decimal): -4044164 or 8145602. OLE color: 8145602.

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

Color convert

RGB19474124-
CMYK00.620.360.24
HSL335º49.59%52.55%-
HSV(B)335º61.86%76.08%-
XYZ28.3417.8221.02-
YUV115.58132.76183.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 74 (29.30% from 255) = 18.88%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=49.49%
G=18.88%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947412400.620.360.2433549.5952.55
HexC24A7C03E241814f3235
Octal30211217407644305176265
Binary1100001010010101111100011111010010011000101001111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24A7C; }

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

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

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

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

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

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

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

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