Shades of Royal Heath #C03A70
Tints of Royal Heath #C03A70
RGB
CMYK
RGB Variations
Color information
#C03A70 (or 0xC03A70) is known color: Royal Heath. HEX triplet: C0, 3A and 70. RGB value is (192,58,112). Sum of RGB (Red+Green+Blue) = 192+58+112=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A70 is #3FC58F. Grayscale: #686868. Windows color (decimal): -4179344 or 7355072. OLE color: 7355072.
HSL color Cylindrical-coordinate representation of color #C03A70: hue angle of 335.82º 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 #C03A70 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 112 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.25 |
| HSL | 335.82º | 0.54% | 0.49% | - |
| HSV(B) | 335.82º | 0.7% | 0.75% | - |
| XYZ | 26.18 | 15.4 | 16.92 | - |
| YUV | 104.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 112 | 0 | 0.70 | 0.42 | 0.25 | 335.82 | 0.54 | 0.49 |
| Hex | C0 | 3A | 70 | 0 | 46 | 2A | 19 | 150 | 36 | 31 |
| Octal | 300 | 72 | 160 | 0 | 106 | 52 | 31 | 520 | 66 | 61 |
| Binary | 11000000 | 111010 | 1110000 | 0 | 1000110 | 101010 | 11001 | 101010000 | 110110 | 110001 |
Color Harmonies of #C03A70
Complementary color
Monochromatic Colors of #C03A70
Black with #C03A70
Text Example
Text Example
White with #C03A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A70; }
p { color: rgb(192,58,112); }
H1.HeaderClassName
{
color: #C03A70;
}
.AnyTagClassName
{
color: #C03A70;
}
</style>
background-color css
<style>
a { background-color: #C03A70; }
a { background-color: rgb(192,58,112); }
div.DivClassName
{
background-color: #C03A70;
}
.BgClassName
{
background-color: #C03A70;
}
</style>
border-color css
<style>
span { border-color: #C03A70; }
span { border-color: rgb(192,58,112); }
td.TdClassName
{
border-color: #C03A70;
}
.TagClassName
{
border-color: #C03A70;
}
</style>