Shades of Royal Heath #C03C72
Tints of Royal Heath #C03C72
RGB
CMYK
RGB Variations
Color information
#C03C72 (or 0xC03C72) is known color: Royal Heath. HEX triplet: C0, 3C and 72. RGB value is (192,60,114). Sum of RGB (Red+Green+Blue) = 192+60+114=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C72 is #3FC38D. Grayscale: #696969. Windows color (decimal): -4178830 or 7486656. OLE color: 7486656.
HSL color Cylindrical-coordinate representation of color #C03C72: hue angle of 335.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C72 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 114 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.25 |
| HSL | 335.45º | 0.52% | 0.49% | - |
| HSV(B) | 335.45º | 0.69% | 0.75% | - |
| XYZ | 26.39 | 15.65 | 17.55 | - |
| YUV | 105.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 114 | 0 | 0.69 | 0.41 | 0.25 | 335.45 | 0.52 | 0.49 |
| Hex | C0 | 3C | 72 | 0 | 45 | 29 | 19 | 14F | 34 | 31 |
| Octal | 300 | 74 | 162 | 0 | 105 | 51 | 31 | 517 | 64 | 61 |
| Binary | 11000000 | 111100 | 1110010 | 0 | 1000101 | 101001 | 11001 | 101001111 | 110100 | 110001 |
Color Harmonies of #C03C72
Complementary color
Monochromatic Colors of #C03C72
Black with #C03C72
Text Example
Text Example
White with #C03C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C72; }
p { color: rgb(192,60,114); }
H1.HeaderClassName
{
color: #C03C72;
}
.AnyTagClassName
{
color: #C03C72;
}
</style>
background-color css
<style>
a { background-color: #C03C72; }
a { background-color: rgb(192,60,114); }
div.DivClassName
{
background-color: #C03C72;
}
.BgClassName
{
background-color: #C03C72;
}
</style>
border-color css
<style>
span { border-color: #C03C72; }
span { border-color: rgb(192,60,114); }
td.TdClassName
{
border-color: #C03C72;
}
.TagClassName
{
border-color: #C03C72;
}
</style>