Shades of Royal Heath #C93F73
Tints of Royal Heath #C93F73
RGB
CMYK
RGB Variations
Color information
#C93F73 (or 0xC93F73) is known color: Royal Heath. HEX triplet: C9, 3F and 73. RGB value is (201,63,115). Sum of RGB (Red+Green+Blue) = 201+63+115=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F73 is #36C08C. Grayscale: #6E6E6E. Windows color (decimal): -3588237 or 7552969. OLE color: 7552969.
HSL color Cylindrical-coordinate representation of color #C93F73: hue angle of 337.39º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93F73 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 115 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.21 |
| HSL | 337.39º | 0.56% | 0.52% | - |
| HSV(B) | 337.39º | 0.69% | 0.79% | - |
| XYZ | 28.96 | 17.21 | 18.02 | - |
| YUV | 110.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 115 | 0 | 0.69 | 0.43 | 0.21 | 337.39 | 0.56 | 0.52 |
| Hex | C9 | 3F | 73 | 0 | 45 | 2B | 15 | 151 | 38 | 34 |
| Octal | 311 | 77 | 163 | 0 | 105 | 53 | 25 | 521 | 70 | 64 |
| Binary | 11001001 | 111111 | 1110011 | 0 | 1000101 | 101011 | 10101 | 101010001 | 111000 | 110100 |
Color Harmonies of #C93F73
Complementary color
Monochromatic Colors of #C93F73
Black with #C93F73
Text Example
Text Example
White with #C93F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F73; }
p { color: rgb(201,63,115); }
H1.HeaderClassName
{
color: #C93F73;
}
.AnyTagClassName
{
color: #C93F73;
}
</style>
background-color css
<style>
a { background-color: #C93F73; }
a { background-color: rgb(201,63,115); }
div.DivClassName
{
background-color: #C93F73;
}
.BgClassName
{
background-color: #C93F73;
}
</style>
border-color css
<style>
span { border-color: #C93F73; }
span { border-color: rgb(201,63,115); }
td.TdClassName
{
border-color: #C93F73;
}
.TagClassName
{
border-color: #C93F73;
}
</style>