Shades of Royal Heath #C03D78
Tints of Royal Heath #C03D78
RGB
CMYK
RGB Variations
Color information
#C03D78 (or 0xC03D78) is known color: Royal Heath. HEX triplet: C0, 3D and 78. RGB value is (192,61,120). Sum of RGB (Red+Green+Blue) = 192+61+120=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D78 is #3FC287. Grayscale: #6A6A6A. Windows color (decimal): -4178568 or 7880128. OLE color: 7880128.
HSL color Cylindrical-coordinate representation of color #C03D78: hue angle of 332.98º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D78 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 120 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.25 |
| HSL | 332.98º | 0.52% | 0.5% | - |
| HSV(B) | 332.98º | 0.68% | 0.75% | - |
| XYZ | 26.8 | 15.9 | 19.43 | - |
| YUV | 106.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 120 | 0 | 0.68 | 0.38 | 0.25 | 332.98 | 0.52 | 0.5 |
| Hex | C0 | 3D | 78 | 0 | 44 | 26 | 19 | 14D | 34 | 32 |
| Octal | 300 | 75 | 170 | 0 | 104 | 46 | 31 | 515 | 64 | 62 |
| Binary | 11000000 | 111101 | 1111000 | 0 | 1000100 | 100110 | 11001 | 101001101 | 110100 | 110010 |
Color Harmonies of #C03D78
Complementary color
Monochromatic Colors of #C03D78
Black with #C03D78
Text Example
Text Example
White with #C03D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D78; }
p { color: rgb(192,61,120); }
H1.HeaderClassName
{
color: #C03D78;
}
.AnyTagClassName
{
color: #C03D78;
}
</style>
background-color css
<style>
a { background-color: #C03D78; }
a { background-color: rgb(192,61,120); }
div.DivClassName
{
background-color: #C03D78;
}
.BgClassName
{
background-color: #C03D78;
}
</style>
border-color css
<style>
span { border-color: #C03D78; }
span { border-color: rgb(192,61,120); }
td.TdClassName
{
border-color: #C03D78;
}
.TagClassName
{
border-color: #C03D78;
}
</style>