Shades of Royal Heath #C03F74
Tints of Royal Heath #C03F74
RGB
CMYK
RGB Variations
Color information
#C03F74 (or 0xC03F74) is known color: Royal Heath. HEX triplet: C0, 3F and 74. RGB value is (192,63,116). Sum of RGB (Red+Green+Blue) = 192+63+116=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F74 is #3FC08B. Grayscale: #6B6B6B. Windows color (decimal): -4178060 or 7618496. OLE color: 7618496.
HSL color Cylindrical-coordinate representation of color #C03F74: hue angle of 335.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F74 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 116 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.25 |
| HSL | 335.35º | 0.51% | 0.5% | - |
| HSV(B) | 335.35º | 0.67% | 0.75% | - |
| XYZ | 26.67 | 16.02 | 18.21 | - |
| YUV | 107.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 116 | 0 | 0.67 | 0.40 | 0.25 | 335.35 | 0.51 | 0.5 |
| Hex | C0 | 3F | 74 | 0 | 43 | 28 | 19 | 14F | 33 | 32 |
| Octal | 300 | 77 | 164 | 0 | 103 | 50 | 31 | 517 | 63 | 62 |
| Binary | 11000000 | 111111 | 1110100 | 0 | 1000011 | 101000 | 11001 | 101001111 | 110011 | 110010 |
Color Harmonies of #C03F74
Complementary color
Monochromatic Colors of #C03F74
Black with #C03F74
Text Example
Text Example
White with #C03F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F74; }
p { color: rgb(192,63,116); }
H1.HeaderClassName
{
color: #C03F74;
}
.AnyTagClassName
{
color: #C03F74;
}
</style>
background-color css
<style>
a { background-color: #C03F74; }
a { background-color: rgb(192,63,116); }
div.DivClassName
{
background-color: #C03F74;
}
.BgClassName
{
background-color: #C03F74;
}
</style>
border-color css
<style>
span { border-color: #C03F74; }
span { border-color: rgb(192,63,116); }
td.TdClassName
{
border-color: #C03F74;
}
.TagClassName
{
border-color: #C03F74;
}
</style>