Shades of Royal Heath #C2407C
Tints of Royal Heath #C2407C
RGB
CMYK
RGB Variations
Color information
#C2407C (or 0xC2407C) is known color: Royal Heath. HEX triplet: C2, 40 and 7C. RGB value is (194,64,124). Sum of RGB (Red+Green+Blue) = 194+64+124=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2407C is #3DBF83. Grayscale: #6D6D6D. Windows color (decimal): -4046724 or 8143042. OLE color: 8143042.
HSL color Cylindrical-coordinate representation of color #C2407C: hue angle of 332.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2407C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 124 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.24 |
| HSL | 332.31º | 0.52% | 0.51% | - |
| HSV(B) | 332.31º | 0.67% | 0.76% | - |
| XYZ | 27.72 | 16.59 | 20.81 | - |
| YUV | 109.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 124 | 0 | 0.67 | 0.36 | 0.24 | 332.31 | 0.52 | 0.51 |
| Hex | C2 | 40 | 7C | 0 | 43 | 24 | 18 | 14C | 34 | 33 |
| Octal | 302 | 100 | 174 | 0 | 103 | 44 | 30 | 514 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1111100 | 0 | 1000011 | 100100 | 11000 | 101001100 | 110100 | 110011 |
Color Harmonies of #C2407C
Complementary color
Monochromatic Colors of #C2407C
Black with #C2407C
Text Example
Text Example
White with #C2407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2407C; }
p { color: rgb(194,64,124); }
H1.HeaderClassName
{
color: #C2407C;
}
.AnyTagClassName
{
color: #C2407C;
}
</style>
background-color css
<style>
a { background-color: #C2407C; }
a { background-color: rgb(194,64,124); }
div.DivClassName
{
background-color: #C2407C;
}
.BgClassName
{
background-color: #C2407C;
}
</style>
border-color css
<style>
span { border-color: #C2407C; }
span { border-color: rgb(194,64,124); }
td.TdClassName
{
border-color: #C2407C;
}
.TagClassName
{
border-color: #C2407C;
}
</style>