Shades of Royal Heath #C83F78
Tints of Royal Heath #C83F78
RGB
CMYK
RGB Variations
Color information
#C83F78 (or 0xC83F78) is known color: Royal Heath. HEX triplet: C8, 3F and 78. RGB value is (200,63,120). Sum of RGB (Red+Green+Blue) = 200+63+120=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F78 is #37C087. Grayscale: #6E6E6E. Windows color (decimal): -3653768 or 7880648. OLE color: 7880648.
HSL color Cylindrical-coordinate representation of color #C83F78: hue angle of 335.04º 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 #C83F78 is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 120 | - |
| CMYK | 0 | 0.68 | 0.4 | 0.22 |
| HSL | 335.04º | 0.55% | 0.52% | - |
| HSV(B) | 335.04º | 0.69% | 0.78% | - |
| XYZ | 28.99 | 17.19 | 19.56 | - |
| YUV | 110.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 120 | 0 | 0.68 | 0.4 | 0.22 | 335.04 | 0.55 | 0.52 |
| Hex | C8 | 3F | 78 | 0 | 44 | 28 | 16 | 14F | 37 | 34 |
| Octal | 310 | 77 | 170 | 0 | 104 | 50 | 26 | 517 | 67 | 64 |
| Binary | 11001000 | 111111 | 1111000 | 0 | 1000100 | 101000 | 10110 | 101001111 | 110111 | 110100 |
Color Harmonies of #C83F78
Complementary color
Monochromatic Colors of #C83F78
Black with #C83F78
Text Example
Text Example
White with #C83F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F78; }
p { color: rgb(200,63,120); }
H1.HeaderClassName
{
color: #C83F78;
}
.AnyTagClassName
{
color: #C83F78;
}
</style>
background-color css
<style>
a { background-color: #C83F78; }
a { background-color: rgb(200,63,120); }
div.DivClassName
{
background-color: #C83F78;
}
.BgClassName
{
background-color: #C83F78;
}
</style>
border-color css
<style>
span { border-color: #C83F78; }
span { border-color: rgb(200,63,120); }
td.TdClassName
{
border-color: #C83F78;
}
.TagClassName
{
border-color: #C83F78;
}
</style>