Shades of Royal Heath #C63F6D
Tints of Royal Heath #C63F6D
RGB
CMYK
RGB Variations
Color information
#C63F6D (or 0xC63F6D) is known color: Royal Heath. HEX triplet: C6, 3F and 6D. RGB value is (198,63,109). Sum of RGB (Red+Green+Blue) = 198+63+109=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F6D is #39C092. Grayscale: #6C6C6C. Windows color (decimal): -3784851 or 7159750. OLE color: 7159750.
HSL color Cylindrical-coordinate representation of color #C63F6D: hue angle of 339.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F6D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 109 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.22 |
| HSL | 339.56º | 0.54% | 0.51% | - |
| HSV(B) | 339.56º | 0.68% | 0.78% | - |
| XYZ | 27.83 | 16.66 | 16.22 | - |
| YUV | 108.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 109 | 0 | 0.68 | 0.45 | 0.22 | 339.56 | 0.54 | 0.51 |
| Hex | C6 | 3F | 6D | 0 | 44 | 2D | 16 | 154 | 36 | 33 |
| Octal | 306 | 77 | 155 | 0 | 104 | 55 | 26 | 524 | 66 | 63 |
| Binary | 11000110 | 111111 | 1101101 | 0 | 1000100 | 101101 | 10110 | 101010100 | 110110 | 110011 |
Color Harmonies of #C63F6D
Complementary color
Monochromatic Colors of #C63F6D
Black with #C63F6D
Text Example
Text Example
White with #C63F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F6D; }
p { color: rgb(198,63,109); }
H1.HeaderClassName
{
color: #C63F6D;
}
.AnyTagClassName
{
color: #C63F6D;
}
</style>
background-color css
<style>
a { background-color: #C63F6D; }
a { background-color: rgb(198,63,109); }
div.DivClassName
{
background-color: #C63F6D;
}
.BgClassName
{
background-color: #C63F6D;
}
</style>
border-color css
<style>
span { border-color: #C63F6D; }
span { border-color: rgb(198,63,109); }
td.TdClassName
{
border-color: #C63F6D;
}
.TagClassName
{
border-color: #C63F6D;
}
</style>