Shades of Royal Heath #C93D78
Tints of Royal Heath #C93D78
RGB
CMYK
RGB Variations
Color information
#C93D78 (or 0xC93D78) is known color: Royal Heath. HEX triplet: C9, 3D and 78. RGB value is (201,61,120). Sum of RGB (Red+Green+Blue) = 201+61+120=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D78 is #36C287. Grayscale: #6D6D6D. Windows color (decimal): -3588744 or 7880137. OLE color: 7880137.
HSL color Cylindrical-coordinate representation of color #C93D78: hue angle of 334.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D78 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 120 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.21 |
| HSL | 334.71º | 0.56% | 0.51% | - |
| HSV(B) | 334.71º | 0.7% | 0.79% | - |
| XYZ | 29.15 | 17.11 | 19.54 | - |
| YUV | 109.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 120 | 0 | 0.70 | 0.40 | 0.21 | 334.71 | 0.56 | 0.51 |
| Hex | C9 | 3D | 78 | 0 | 46 | 28 | 15 | 14F | 38 | 33 |
| Octal | 311 | 75 | 170 | 0 | 106 | 50 | 25 | 517 | 70 | 63 |
| Binary | 11001001 | 111101 | 1111000 | 0 | 1000110 | 101000 | 10101 | 101001111 | 111000 | 110011 |
Color Harmonies of #C93D78
Complementary color
Monochromatic Colors of #C93D78
Black with #C93D78
Text Example
Text Example
White with #C93D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D78; }
p { color: rgb(201,61,120); }
H1.HeaderClassName
{
color: #C93D78;
}
.AnyTagClassName
{
color: #C93D78;
}
</style>
background-color css
<style>
a { background-color: #C93D78; }
a { background-color: rgb(201,61,120); }
div.DivClassName
{
background-color: #C93D78;
}
.BgClassName
{
background-color: #C93D78;
}
</style>
border-color css
<style>
span { border-color: #C93D78; }
span { border-color: rgb(201,61,120); }
td.TdClassName
{
border-color: #C93D78;
}
.TagClassName
{
border-color: #C93D78;
}
</style>