Shades of Royal Heath #C03F75
Tints of Royal Heath #C03F75
RGB
CMYK
RGB Variations
Color information
#C03F75 (or 0xC03F75) is known color: Royal Heath. HEX triplet: C0, 3F and 75. RGB value is (192,63,117). Sum of RGB (Red+Green+Blue) = 192+63+117=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F75 is #3FC08A. Grayscale: #6B6B6B. Windows color (decimal): -4178059 or 7684032. OLE color: 7684032.
HSL color Cylindrical-coordinate representation of color #C03F75: hue angle of 334.88º 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 #C03F75 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 117 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.25 |
| HSL | 334.88º | 0.51% | 0.5% | - |
| HSV(B) | 334.88º | 0.67% | 0.75% | - |
| XYZ | 26.73 | 16.05 | 18.52 | - |
| YUV | 107.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 117 | 0 | 0.67 | 0.39 | 0.25 | 334.88 | 0.51 | 0.5 |
| Hex | C0 | 3F | 75 | 0 | 43 | 27 | 19 | 14F | 33 | 32 |
| Octal | 300 | 77 | 165 | 0 | 103 | 47 | 31 | 517 | 63 | 62 |
| Binary | 11000000 | 111111 | 1110101 | 0 | 1000011 | 100111 | 11001 | 101001111 | 110011 | 110010 |
Color Harmonies of #C03F75
Complementary color
Monochromatic Colors of #C03F75
Black with #C03F75
Text Example
Text Example
White with #C03F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F75; }
p { color: rgb(192,63,117); }
H1.HeaderClassName
{
color: #C03F75;
}
.AnyTagClassName
{
color: #C03F75;
}
</style>
background-color css
<style>
a { background-color: #C03F75; }
a { background-color: rgb(192,63,117); }
div.DivClassName
{
background-color: #C03F75;
}
.BgClassName
{
background-color: #C03F75;
}
</style>
border-color css
<style>
span { border-color: #C03F75; }
span { border-color: rgb(192,63,117); }
td.TdClassName
{
border-color: #C03F75;
}
.TagClassName
{
border-color: #C03F75;
}
</style>