Shades of Royal Heath #C83A74
Tints of Royal Heath #C83A74
RGB
CMYK
RGB Variations
Color information
#C83A74 (or 0xC83A74) is known color: Royal Heath. HEX triplet: C8, 3A and 74. RGB value is (200,58,116). Sum of RGB (Red+Green+Blue) = 200+58+116=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83A74 is #37C58B. Grayscale: #6A6A6A. Windows color (decimal): -3655052 or 7617224. OLE color: 7617224.
HSL color Cylindrical-coordinate representation of color #C83A74: hue angle of 335.49º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83A74 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 116 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.22 |
| HSL | 335.49º | 0.56% | 0.51% | - |
| HSV(B) | 335.49º | 0.71% | 0.78% | - |
| XYZ | 28.48 | 16.57 | 18.22 | - |
| YUV | 107.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 116 | 0 | 0.71 | 0.42 | 0.22 | 335.49 | 0.56 | 0.51 |
| Hex | C8 | 3A | 74 | 0 | 47 | 2A | 16 | 14F | 38 | 33 |
| Octal | 310 | 72 | 164 | 0 | 107 | 52 | 26 | 517 | 70 | 63 |
| Binary | 11001000 | 111010 | 1110100 | 0 | 1000111 | 101010 | 10110 | 101001111 | 111000 | 110011 |
Color Harmonies of #C83A74
Complementary color
Monochromatic Colors of #C83A74
Black with #C83A74
Text Example
Text Example
White with #C83A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83A74; }
p { color: rgb(200,58,116); }
H1.HeaderClassName
{
color: #C83A74;
}
.AnyTagClassName
{
color: #C83A74;
}
</style>
background-color css
<style>
a { background-color: #C83A74; }
a { background-color: rgb(200,58,116); }
div.DivClassName
{
background-color: #C83A74;
}
.BgClassName
{
background-color: #C83A74;
}
</style>
border-color css
<style>
span { border-color: #C83A74; }
span { border-color: rgb(200,58,116); }
td.TdClassName
{
border-color: #C83A74;
}
.TagClassName
{
border-color: #C83A74;
}
</style>