Shades of Royal Heath #C93974
Tints of Royal Heath #C93974
RGB
CMYK
RGB Variations
Color information
#C93974 (or 0xC93974) is known color: Royal Heath. HEX triplet: C9, 39 and 74. RGB value is (201,57,116). Sum of RGB (Red+Green+Blue) = 201+57+116=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C93974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93974 is #36C68B. Grayscale: #6A6A6A. Windows color (decimal): -3589772 or 7616969. OLE color: 7616969.
HSL color Cylindrical-coordinate representation of color #C93974: hue angle of 335.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93974 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 116 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.21 |
| HSL | 335.42º | 0.57% | 0.51% | - |
| HSV(B) | 335.42º | 0.72% | 0.79% | - |
| XYZ | 28.7 | 16.6 | 18.22 | - |
| YUV | 106.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 116 | 0 | 0.72 | 0.42 | 0.21 | 335.42 | 0.57 | 0.51 |
| Hex | C9 | 39 | 74 | 0 | 48 | 2A | 15 | 14F | 39 | 33 |
| Octal | 311 | 71 | 164 | 0 | 110 | 52 | 25 | 517 | 71 | 63 |
| Binary | 11001001 | 111001 | 1110100 | 0 | 1001000 | 101010 | 10101 | 101001111 | 111001 | 110011 |
Color Harmonies of #C93974
Complementary color
Monochromatic Colors of #C93974
Black with #C93974
Text Example
Text Example
White with #C93974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93974; }
p { color: rgb(201,57,116); }
H1.HeaderClassName
{
color: #C93974;
}
.AnyTagClassName
{
color: #C93974;
}
</style>
background-color css
<style>
a { background-color: #C93974; }
a { background-color: rgb(201,57,116); }
div.DivClassName
{
background-color: #C93974;
}
.BgClassName
{
background-color: #C93974;
}
</style>
border-color css
<style>
span { border-color: #C93974; }
span { border-color: rgb(201,57,116); }
td.TdClassName
{
border-color: #C93974;
}
.TagClassName
{
border-color: #C93974;
}
</style>