#C24E7E

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

Shades of Royal Heath #C24E7E

Tints of Royal Heath #C24E7E

Color information

#C24E7E (or 0xC24E7E) is unknown color: approx Royal Heath. HEX triplet: C2, 4E and 7E. RGB value is (194,78,126). Sum of RGB (Red+Green+Blue) = 194+78+126=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E7E is #3DB181. Grayscale: #767676. Windows color (decimal): -4043138 or 8277698. OLE color: 8277698.

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

Color convert

RGB19478126-
CMYK00.600.350.24
HSL335.17º48.74%53.33%-
HSV(B)335.17º59.79%76.08%-
XYZ28.7418.4221.78-
YUV118.16132.43182.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=48.74%
G=19.60%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947812600.600.350.24335.1748.7453.33
HexC24E7E03C231814f3135
Octal30211617607443305176165
Binary1100001010011101111110011110010001111000101001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24E7E; }

 p { color: rgb(194,78,126); }

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

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

 a { background-color: rgb(194,78,126); }

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

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

 span { border-color: rgb(194,78,126); }

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