Shades of Royal Heath #C63E75
Tints of Royal Heath #C63E75
RGB
CMYK
RGB Variations
Color information
#C63E75 (or 0xC63E75) is known color: Royal Heath. HEX triplet: C6, 3E and 75. RGB value is (198,62,117). Sum of RGB (Red+Green+Blue) = 198+62+117=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E75 is #39C18A. Grayscale: #6C6C6C. Windows color (decimal): -3785099 or 7683782. OLE color: 7683782.
HSL color Cylindrical-coordinate representation of color #C63E75: hue angle of 335.74º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63E75 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 117 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.22 |
| HSL | 335.74º | 0.54% | 0.51% | - |
| HSV(B) | 335.74º | 0.69% | 0.78% | - |
| XYZ | 28.22 | 16.74 | 18.57 | - |
| YUV | 108.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 117 | 0 | 0.69 | 0.41 | 0.22 | 335.74 | 0.54 | 0.51 |
| Hex | C6 | 3E | 75 | 0 | 45 | 29 | 16 | 150 | 36 | 33 |
| Octal | 306 | 76 | 165 | 0 | 105 | 51 | 26 | 520 | 66 | 63 |
| Binary | 11000110 | 111110 | 1110101 | 0 | 1000101 | 101001 | 10110 | 101010000 | 110110 | 110011 |
Color Harmonies of #C63E75
Complementary color
Monochromatic Colors of #C63E75
Black with #C63E75
Text Example
Text Example
White with #C63E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E75; }
p { color: rgb(198,62,117); }
H1.HeaderClassName
{
color: #C63E75;
}
.AnyTagClassName
{
color: #C63E75;
}
</style>
background-color css
<style>
a { background-color: #C63E75; }
a { background-color: rgb(198,62,117); }
div.DivClassName
{
background-color: #C63E75;
}
.BgClassName
{
background-color: #C63E75;
}
</style>
border-color css
<style>
span { border-color: #C63E75; }
span { border-color: rgb(198,62,117); }
td.TdClassName
{
border-color: #C63E75;
}
.TagClassName
{
border-color: #C63E75;
}
</style>