Shades of Deep Cerise #C93C78
Tints of Deep Cerise #C93C78
RGB
CMYK
RGB Variations
Color information
#C93C78 (or 0xC93C78) is known color: Deep Cerise. HEX triplet: C9, 3C and 78. RGB value is (201,60,120). Sum of RGB (Red+Green+Blue) = 201+60+120=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C78 is #36C387. Grayscale: #6C6C6C. Windows color (decimal): -3589000 or 7879881. OLE color: 7879881.
HSL color Cylindrical-coordinate representation of color #C93C78: hue angle of 334.47º degrees, saturation: 0.57, 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 #C93C78 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 120 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.21 |
| HSL | 334.47º | 0.57% | 0.51% | - |
| HSV(B) | 334.47º | 0.7% | 0.79% | - |
| XYZ | 29.09 | 17.01 | 19.52 | - |
| YUV | 109 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 120 | 0 | 0.70 | 0.40 | 0.21 | 334.47 | 0.57 | 0.51 |
| Hex | C9 | 3C | 78 | 0 | 46 | 28 | 15 | 14E | 39 | 33 |
| Octal | 311 | 74 | 170 | 0 | 106 | 50 | 25 | 516 | 71 | 63 |
| Binary | 11001001 | 111100 | 1111000 | 0 | 1000110 | 101000 | 10101 | 101001110 | 111001 | 110011 |
Color Harmonies of #C93C78
Complementary color
Monochromatic Colors of #C93C78
Black with #C93C78
Text Example
Text Example
White with #C93C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C78; }
p { color: rgb(201,60,120); }
H1.HeaderClassName
{
color: #C93C78;
}
.AnyTagClassName
{
color: #C93C78;
}
</style>
background-color css
<style>
a { background-color: #C93C78; }
a { background-color: rgb(201,60,120); }
div.DivClassName
{
background-color: #C93C78;
}
.BgClassName
{
background-color: #C93C78;
}
</style>
border-color css
<style>
span { border-color: #C93C78; }
span { border-color: rgb(201,60,120); }
td.TdClassName
{
border-color: #C93C78;
}
.TagClassName
{
border-color: #C93C78;
}
</style>