Shades of Royal Heath #C93E75
Tints of Royal Heath #C93E75
RGB
CMYK
RGB Variations
Color information
#C93E75 (or 0xC93E75) is known color: Royal Heath. HEX triplet: C9, 3E and 75. RGB value is (201,62,117). Sum of RGB (Red+Green+Blue) = 201+62+117=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93E75 is #36C18A. Grayscale: #6D6D6D. Windows color (decimal): -3588491 or 7683785. OLE color: 7683785.
HSL color Cylindrical-coordinate representation of color #C93E75: hue angle of 336.26º 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 #C93E75 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 117 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.21 |
| HSL | 336.26º | 0.56% | 0.52% | - |
| HSV(B) | 336.26º | 0.69% | 0.79% | - |
| XYZ | 29.02 | 17.15 | 18.61 | - |
| YUV | 109.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 117 | 0 | 0.69 | 0.42 | 0.21 | 336.26 | 0.56 | 0.52 |
| Hex | C9 | 3E | 75 | 0 | 45 | 2A | 15 | 150 | 38 | 34 |
| Octal | 311 | 76 | 165 | 0 | 105 | 52 | 25 | 520 | 70 | 64 |
| Binary | 11001001 | 111110 | 1110101 | 0 | 1000101 | 101010 | 10101 | 101010000 | 111000 | 110100 |
Color Harmonies of #C93E75
Complementary color
Monochromatic Colors of #C93E75
Black with #C93E75
Text Example
Text Example
White with #C93E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E75; }
p { color: rgb(201,62,117); }
H1.HeaderClassName
{
color: #C93E75;
}
.AnyTagClassName
{
color: #C93E75;
}
</style>
background-color css
<style>
a { background-color: #C93E75; }
a { background-color: rgb(201,62,117); }
div.DivClassName
{
background-color: #C93E75;
}
.BgClassName
{
background-color: #C93E75;
}
</style>
border-color css
<style>
span { border-color: #C93E75; }
span { border-color: rgb(201,62,117); }
td.TdClassName
{
border-color: #C93E75;
}
.TagClassName
{
border-color: #C93E75;
}
</style>