Shades of Royal Heath #C2477C
Tints of Royal Heath #C2477C
RGB
CMYK
RGB Variations
Color information
#C2477C (or 0xC2477C) is known color: Royal Heath. HEX triplet: C2, 47 and 7C. RGB value is (194,71,124). Sum of RGB (Red+Green+Blue) = 194+71+124=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2477C is #3DB883. Grayscale: #717171. Windows color (decimal): -4044932 or 8144834. OLE color: 8144834.
HSL color Cylindrical-coordinate representation of color #C2477C: hue angle of 334.15º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2477C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 124 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.24 |
| HSL | 334.15º | 0.5% | 0.52% | - |
| HSV(B) | 334.15º | 0.63% | 0.76% | - |
| XYZ | 28.14 | 17.43 | 20.95 | - |
| YUV | 113.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 124 | 0 | 0.63 | 0.36 | 0.24 | 334.15 | 0.5 | 0.52 |
| Hex | C2 | 47 | 7C | 0 | 3F | 24 | 18 | 14E | 32 | 34 |
| Octal | 302 | 107 | 174 | 0 | 77 | 44 | 30 | 516 | 62 | 64 |
| Binary | 11000010 | 1000111 | 1111100 | 0 | 111111 | 100100 | 11000 | 101001110 | 110010 | 110100 |
Color Harmonies of #C2477C
Complementary color
Monochromatic Colors of #C2477C
Black with #C2477C
Text Example
Text Example
White with #C2477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2477C; }
p { color: rgb(194,71,124); }
H1.HeaderClassName
{
color: #C2477C;
}
.AnyTagClassName
{
color: #C2477C;
}
</style>
background-color css
<style>
a { background-color: #C2477C; }
a { background-color: rgb(194,71,124); }
div.DivClassName
{
background-color: #C2477C;
}
.BgClassName
{
background-color: #C2477C;
}
</style>
border-color css
<style>
span { border-color: #C2477C; }
span { border-color: rgb(194,71,124); }
td.TdClassName
{
border-color: #C2477C;
}
.TagClassName
{
border-color: #C2477C;
}
</style>