Shades of Royal Heath #C03C74
Tints of Royal Heath #C03C74
RGB
CMYK
RGB Variations
Color information
#C03C74 (or 0xC03C74) is known color: Royal Heath. HEX triplet: C0, 3C and 74. RGB value is (192,60,116). Sum of RGB (Red+Green+Blue) = 192+60+116=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C74 is #3FC38B. Grayscale: #696969. Windows color (decimal): -4178828 or 7617728. OLE color: 7617728.
HSL color Cylindrical-coordinate representation of color #C03C74: hue angle of 334.55º 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 #C03C74 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 116 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.25 |
| HSL | 334.55º | 0.52% | 0.49% | - |
| HSV(B) | 334.55º | 0.69% | 0.75% | - |
| XYZ | 26.51 | 15.7 | 18.16 | - |
| YUV | 105.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 116 | 0 | 0.69 | 0.40 | 0.25 | 334.55 | 0.52 | 0.49 |
| Hex | C0 | 3C | 74 | 0 | 45 | 28 | 19 | 14F | 34 | 31 |
| Octal | 300 | 74 | 164 | 0 | 105 | 50 | 31 | 517 | 64 | 61 |
| Binary | 11000000 | 111100 | 1110100 | 0 | 1000101 | 101000 | 11001 | 101001111 | 110100 | 110001 |
Color Harmonies of #C03C74
Complementary color
Monochromatic Colors of #C03C74
Black with #C03C74
Text Example
Text Example
White with #C03C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C74; }
p { color: rgb(192,60,116); }
H1.HeaderClassName
{
color: #C03C74;
}
.AnyTagClassName
{
color: #C03C74;
}
</style>
background-color css
<style>
a { background-color: #C03C74; }
a { background-color: rgb(192,60,116); }
div.DivClassName
{
background-color: #C03C74;
}
.BgClassName
{
background-color: #C03C74;
}
</style>
border-color css
<style>
span { border-color: #C03C74; }
span { border-color: rgb(192,60,116); }
td.TdClassName
{
border-color: #C03C74;
}
.TagClassName
{
border-color: #C03C74;
}
</style>