Shades of Royal Heath #C83E74
Tints of Royal Heath #C83E74
RGB
CMYK
RGB Variations
Color information
#C83E74 (or 0xC83E74) is known color: Royal Heath. HEX triplet: C8, 3E and 74. RGB value is (200,62,116). Sum of RGB (Red+Green+Blue) = 200+62+116=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E74 is #37C18B. Grayscale: #6D6D6D. Windows color (decimal): -3654028 or 7618248. OLE color: 7618248.
HSL color Cylindrical-coordinate representation of color #C83E74: hue angle of 336.52º degrees, saturation: 0.56, 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 #C83E74 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 116 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.22 |
| HSL | 336.52º | 0.56% | 0.51% | - |
| HSV(B) | 336.52º | 0.69% | 0.78% | - |
| XYZ | 28.69 | 16.99 | 18.29 | - |
| YUV | 109.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 116 | 0 | 0.69 | 0.42 | 0.22 | 336.52 | 0.56 | 0.51 |
| Hex | C8 | 3E | 74 | 0 | 45 | 2A | 16 | 151 | 38 | 33 |
| Octal | 310 | 76 | 164 | 0 | 105 | 52 | 26 | 521 | 70 | 63 |
| Binary | 11001000 | 111110 | 1110100 | 0 | 1000101 | 101010 | 10110 | 101010001 | 111000 | 110011 |
Color Harmonies of #C83E74
Complementary color
Monochromatic Colors of #C83E74
Black with #C83E74
Text Example
Text Example
White with #C83E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E74; }
p { color: rgb(200,62,116); }
H1.HeaderClassName
{
color: #C83E74;
}
.AnyTagClassName
{
color: #C83E74;
}
</style>
background-color css
<style>
a { background-color: #C83E74; }
a { background-color: rgb(200,62,116); }
div.DivClassName
{
background-color: #C83E74;
}
.BgClassName
{
background-color: #C83E74;
}
</style>
border-color css
<style>
span { border-color: #C83E74; }
span { border-color: rgb(200,62,116); }
td.TdClassName
{
border-color: #C83E74;
}
.TagClassName
{
border-color: #C83E74;
}
</style>