Shades of Royal Heath #C03C77
Tints of Royal Heath #C03C77
RGB
CMYK
RGB Variations
Color information
#C03C77 (or 0xC03C77) is known color: Royal Heath. HEX triplet: C0, 3C and 77. RGB value is (192,60,119). Sum of RGB (Red+Green+Blue) = 192+60+119=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C77 is #3FC388. Grayscale: #6A6A6A. Windows color (decimal): -4178825 or 7814336. OLE color: 7814336.
HSL color Cylindrical-coordinate representation of color #C03C77: hue angle of 333.18º 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 #C03C77 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 119 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.25 |
| HSL | 333.18º | 0.52% | 0.49% | - |
| HSV(B) | 333.18º | 0.69% | 0.75% | - |
| XYZ | 26.68 | 15.77 | 19.09 | - |
| YUV | 106.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 119 | 0 | 0.69 | 0.38 | 0.25 | 333.18 | 0.52 | 0.49 |
| Hex | C0 | 3C | 77 | 0 | 45 | 26 | 19 | 14D | 34 | 31 |
| Octal | 300 | 74 | 167 | 0 | 105 | 46 | 31 | 515 | 64 | 61 |
| Binary | 11000000 | 111100 | 1110111 | 0 | 1000101 | 100110 | 11001 | 101001101 | 110100 | 110001 |
Color Harmonies of #C03C77
Complementary color
Monochromatic Colors of #C03C77
Black with #C03C77
Text Example
Text Example
White with #C03C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C77; }
p { color: rgb(192,60,119); }
H1.HeaderClassName
{
color: #C03C77;
}
.AnyTagClassName
{
color: #C03C77;
}
</style>
background-color css
<style>
a { background-color: #C03C77; }
a { background-color: rgb(192,60,119); }
div.DivClassName
{
background-color: #C03C77;
}
.BgClassName
{
background-color: #C03C77;
}
</style>
border-color css
<style>
span { border-color: #C03C77; }
span { border-color: rgb(192,60,119); }
td.TdClassName
{
border-color: #C03C77;
}
.TagClassName
{
border-color: #C03C77;
}
</style>