Shades of Royal Heath #C83F77
Tints of Royal Heath #C83F77
RGB
CMYK
RGB Variations
Color information
#C83F77 (or 0xC83F77) is known color: Royal Heath. HEX triplet: C8, 3F and 77. RGB value is (200,63,119). Sum of RGB (Red+Green+Blue) = 200+63+119=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F77 is #37C088. Grayscale: #6E6E6E. Windows color (decimal): -3653769 or 7815112. OLE color: 7815112.
HSL color Cylindrical-coordinate representation of color #C83F77: hue angle of 335.47º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F77 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 119 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.22 |
| HSL | 335.47º | 0.55% | 0.52% | - |
| HSV(B) | 335.47º | 0.69% | 0.78% | - |
| XYZ | 28.93 | 17.17 | 19.24 | - |
| YUV | 110.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 119 | 0 | 0.68 | 0.40 | 0.22 | 335.47 | 0.55 | 0.52 |
| Hex | C8 | 3F | 77 | 0 | 44 | 28 | 16 | 14F | 37 | 34 |
| Octal | 310 | 77 | 167 | 0 | 104 | 50 | 26 | 517 | 67 | 64 |
| Binary | 11001000 | 111111 | 1110111 | 0 | 1000100 | 101000 | 10110 | 101001111 | 110111 | 110100 |
Color Harmonies of #C83F77
Complementary color
Monochromatic Colors of #C83F77
Black with #C83F77
Text Example
Text Example
White with #C83F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F77; }
p { color: rgb(200,63,119); }
H1.HeaderClassName
{
color: #C83F77;
}
.AnyTagClassName
{
color: #C83F77;
}
</style>
background-color css
<style>
a { background-color: #C83F77; }
a { background-color: rgb(200,63,119); }
div.DivClassName
{
background-color: #C83F77;
}
.BgClassName
{
background-color: #C83F77;
}
</style>
border-color css
<style>
span { border-color: #C83F77; }
span { border-color: rgb(200,63,119); }
td.TdClassName
{
border-color: #C83F77;
}
.TagClassName
{
border-color: #C83F77;
}
</style>