Shades of Royal Heath #C83F71
Tints of Royal Heath #C83F71
RGB
CMYK
RGB Variations
Color information
#C83F71 (or 0xC83F71) is known color: Royal Heath. HEX triplet: C8, 3F and 71. RGB value is (200,63,113). Sum of RGB (Red+Green+Blue) = 200+63+113=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F71 is #37C08E. Grayscale: #6D6D6D. Windows color (decimal): -3653775 or 7421896. OLE color: 7421896.
HSL color Cylindrical-coordinate representation of color #C83F71: hue angle of 338.1º 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 #C83F71 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 113 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.22 |
| HSL | 338.1º | 0.55% | 0.52% | - |
| HSV(B) | 338.1º | 0.69% | 0.78% | - |
| XYZ | 28.58 | 17.03 | 17.4 | - |
| YUV | 109.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 113 | 0 | 0.68 | 0.44 | 0.22 | 338.1 | 0.55 | 0.52 |
| Hex | C8 | 3F | 71 | 0 | 44 | 2C | 16 | 152 | 37 | 34 |
| Octal | 310 | 77 | 161 | 0 | 104 | 54 | 26 | 522 | 67 | 64 |
| Binary | 11001000 | 111111 | 1110001 | 0 | 1000100 | 101100 | 10110 | 101010010 | 110111 | 110100 |
Color Harmonies of #C83F71
Complementary color
Monochromatic Colors of #C83F71
Black with #C83F71
Text Example
Text Example
White with #C83F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F71; }
p { color: rgb(200,63,113); }
H1.HeaderClassName
{
color: #C83F71;
}
.AnyTagClassName
{
color: #C83F71;
}
</style>
background-color css
<style>
a { background-color: #C83F71; }
a { background-color: rgb(200,63,113); }
div.DivClassName
{
background-color: #C83F71;
}
.BgClassName
{
background-color: #C83F71;
}
</style>
border-color css
<style>
span { border-color: #C83F71; }
span { border-color: rgb(200,63,113); }
td.TdClassName
{
border-color: #C83F71;
}
.TagClassName
{
border-color: #C83F71;
}
</style>