Shades of Royal Heath #C63C71
Tints of Royal Heath #C63C71
RGB
CMYK
RGB Variations
Color information
#C63C71 (or 0xC63C71) is known color: Royal Heath. HEX triplet: C6, 3C and 71. RGB value is (198,60,113). Sum of RGB (Red+Green+Blue) = 198+60+113=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C71 is #39C38E. Grayscale: #6B6B6B. Windows color (decimal): -3785615 or 7421126. OLE color: 7421126.
HSL color Cylindrical-coordinate representation of color #C63C71: hue angle of 336.96º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63C71 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 113 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.22 |
| HSL | 336.96º | 0.55% | 0.51% | - |
| HSV(B) | 336.96º | 0.7% | 0.78% | - |
| XYZ | 27.89 | 16.43 | 17.32 | - |
| YUV | 107.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 113 | 0 | 0.70 | 0.43 | 0.22 | 336.96 | 0.55 | 0.51 |
| Hex | C6 | 3C | 71 | 0 | 46 | 2B | 16 | 151 | 37 | 33 |
| Octal | 306 | 74 | 161 | 0 | 106 | 53 | 26 | 521 | 67 | 63 |
| Binary | 11000110 | 111100 | 1110001 | 0 | 1000110 | 101011 | 10110 | 101010001 | 110111 | 110011 |
Color Harmonies of #C63C71
Complementary color
Monochromatic Colors of #C63C71
Black with #C63C71
Text Example
Text Example
White with #C63C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C71; }
p { color: rgb(198,60,113); }
H1.HeaderClassName
{
color: #C63C71;
}
.AnyTagClassName
{
color: #C63C71;
}
</style>
background-color css
<style>
a { background-color: #C63C71; }
a { background-color: rgb(198,60,113); }
div.DivClassName
{
background-color: #C63C71;
}
.BgClassName
{
background-color: #C63C71;
}
</style>
border-color css
<style>
span { border-color: #C63C71; }
span { border-color: rgb(198,60,113); }
td.TdClassName
{
border-color: #C63C71;
}
.TagClassName
{
border-color: #C63C71;
}
</style>