Shades of Royal Heath #C03A72
Tints of Royal Heath #C03A72
RGB
CMYK
RGB Variations
Color information
#C03A72 (or 0xC03A72) is known color: Royal Heath. HEX triplet: C0, 3A and 72. RGB value is (192,58,114). Sum of RGB (Red+Green+Blue) = 192+58+114=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A72 is #3FC58D. Grayscale: #686868. Windows color (decimal): -4179342 or 7486144. OLE color: 7486144.
HSL color Cylindrical-coordinate representation of color #C03A72: hue angle of 334.93º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A72 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 114 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.25 |
| HSL | 334.93º | 0.54% | 0.49% | - |
| HSV(B) | 334.93º | 0.7% | 0.75% | - |
| XYZ | 26.29 | 15.45 | 17.52 | - |
| YUV | 104.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 114 | 0 | 0.70 | 0.41 | 0.25 | 334.93 | 0.54 | 0.49 |
| Hex | C0 | 3A | 72 | 0 | 46 | 29 | 19 | 14F | 36 | 31 |
| Octal | 300 | 72 | 162 | 0 | 106 | 51 | 31 | 517 | 66 | 61 |
| Binary | 11000000 | 111010 | 1110010 | 0 | 1000110 | 101001 | 11001 | 101001111 | 110110 | 110001 |
Color Harmonies of #C03A72
Complementary color
Monochromatic Colors of #C03A72
Black with #C03A72
Text Example
Text Example
White with #C03A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A72; }
p { color: rgb(192,58,114); }
H1.HeaderClassName
{
color: #C03A72;
}
.AnyTagClassName
{
color: #C03A72;
}
</style>
background-color css
<style>
a { background-color: #C03A72; }
a { background-color: rgb(192,58,114); }
div.DivClassName
{
background-color: #C03A72;
}
.BgClassName
{
background-color: #C03A72;
}
</style>
border-color css
<style>
span { border-color: #C03A72; }
span { border-color: rgb(192,58,114); }
td.TdClassName
{
border-color: #C03A72;
}
.TagClassName
{
border-color: #C03A72;
}
</style>