Shades of Royal Heath #C83C71
Tints of Royal Heath #C83C71
RGB
CMYK
RGB Variations
Color information
#C83C71 (or 0xC83C71) is known color: Royal Heath. HEX triplet: C8, 3C and 71. RGB value is (200,60,113). Sum of RGB (Red+Green+Blue) = 200+60+113=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C71 is #37C38E. Grayscale: #6B6B6B. Windows color (decimal): -3654543 or 7421128. OLE color: 7421128.
HSL color Cylindrical-coordinate representation of color #C83C71: hue angle of 337.29º degrees, saturation: 0.56, 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 #C83C71 is Cyan = 0, Magento = 0.7, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 113 | - |
| CMYK | 0 | 0.7 | 0.44 | 0.22 |
| HSL | 337.29º | 0.56% | 0.51% | - |
| HSV(B) | 337.29º | 0.7% | 0.78% | - |
| XYZ | 28.42 | 16.7 | 17.35 | - |
| YUV | 107.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 113 | 0 | 0.7 | 0.44 | 0.22 | 337.29 | 0.56 | 0.51 |
| Hex | C8 | 3C | 71 | 0 | 46 | 2C | 16 | 151 | 38 | 33 |
| Octal | 310 | 74 | 161 | 0 | 106 | 54 | 26 | 521 | 70 | 63 |
| Binary | 11001000 | 111100 | 1110001 | 0 | 1000110 | 101100 | 10110 | 101010001 | 111000 | 110011 |
Color Harmonies of #C83C71
Complementary color
Monochromatic Colors of #C83C71
Black with #C83C71
Text Example
Text Example
White with #C83C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C71; }
p { color: rgb(200,60,113); }
H1.HeaderClassName
{
color: #C83C71;
}
.AnyTagClassName
{
color: #C83C71;
}
</style>
background-color css
<style>
a { background-color: #C83C71; }
a { background-color: rgb(200,60,113); }
div.DivClassName
{
background-color: #C83C71;
}
.BgClassName
{
background-color: #C83C71;
}
</style>
border-color css
<style>
span { border-color: #C83C71; }
span { border-color: rgb(200,60,113); }
td.TdClassName
{
border-color: #C83C71;
}
.TagClassName
{
border-color: #C83C71;
}
</style>