Shades of Royal Heath #C03F70
Tints of Royal Heath #C03F70
RGB
CMYK
RGB Variations
Color information
#C03F70 (or 0xC03F70) is known color: Royal Heath. HEX triplet: C0, 3F and 70. RGB value is (192,63,112). Sum of RGB (Red+Green+Blue) = 192+63+112=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F70 is #3FC08F. Grayscale: #6B6B6B. Windows color (decimal): -4178064 or 7356352. OLE color: 7356352.
HSL color Cylindrical-coordinate representation of color #C03F70: hue angle of 337.21º 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 #C03F70 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 112 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.25 |
| HSL | 337.21º | 0.51% | 0.5% | - |
| HSV(B) | 337.21º | 0.67% | 0.75% | - |
| XYZ | 26.44 | 15.93 | 17.01 | - |
| YUV | 107.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 112 | 0 | 0.67 | 0.42 | 0.25 | 337.21 | 0.51 | 0.5 |
| Hex | C0 | 3F | 70 | 0 | 43 | 2A | 19 | 151 | 33 | 32 |
| Octal | 300 | 77 | 160 | 0 | 103 | 52 | 31 | 521 | 63 | 62 |
| Binary | 11000000 | 111111 | 1110000 | 0 | 1000011 | 101010 | 11001 | 101010001 | 110011 | 110010 |
Color Harmonies of #C03F70
Complementary color
Monochromatic Colors of #C03F70
Black with #C03F70
Text Example
Text Example
White with #C03F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F70; }
p { color: rgb(192,63,112); }
H1.HeaderClassName
{
color: #C03F70;
}
.AnyTagClassName
{
color: #C03F70;
}
</style>
background-color css
<style>
a { background-color: #C03F70; }
a { background-color: rgb(192,63,112); }
div.DivClassName
{
background-color: #C03F70;
}
.BgClassName
{
background-color: #C03F70;
}
</style>
border-color css
<style>
span { border-color: #C03F70; }
span { border-color: rgb(192,63,112); }
td.TdClassName
{
border-color: #C03F70;
}
.TagClassName
{
border-color: #C03F70;
}
</style>