Shades of Deep Cerise #C93574
Tints of Deep Cerise #C93574
RGB
CMYK
RGB Variations
Color information
#C93574 (or 0xC93574) is known color: Deep Cerise. HEX triplet: C9, 35 and 74. RGB value is (201,53,116). Sum of RGB (Red+Green+Blue) = 201+53+116=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C93574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93574 is #36CA8B. Grayscale: #686868. Windows color (decimal): -3590796 or 7615945. OLE color: 7615945.
HSL color Cylindrical-coordinate representation of color #C93574: hue angle of 334.46º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93574 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 116 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.21 |
| HSL | 334.46º | 0.58% | 0.5% | - |
| HSV(B) | 334.46º | 0.74% | 0.79% | - |
| XYZ | 28.51 | 16.22 | 18.15 | - |
| YUV | 104.43 | 134.53 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 116 | 0 | 0.74 | 0.42 | 0.21 | 334.46 | 0.58 | 0.5 |
| Hex | C9 | 35 | 74 | 0 | 4A | 2A | 15 | 14E | 3A | 32 |
| Octal | 311 | 65 | 164 | 0 | 112 | 52 | 25 | 516 | 72 | 62 |
| Binary | 11001001 | 110101 | 1110100 | 0 | 1001010 | 101010 | 10101 | 101001110 | 111010 | 110010 |
Color Harmonies of #C93574
Complementary color
Monochromatic Colors of #C93574
Black with #C93574
Text Example
Text Example
White with #C93574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93574; }
p { color: rgb(201,53,116); }
H1.HeaderClassName
{
color: #C93574;
}
.AnyTagClassName
{
color: #C93574;
}
</style>
background-color css
<style>
a { background-color: #C93574; }
a { background-color: rgb(201,53,116); }
div.DivClassName
{
background-color: #C93574;
}
.BgClassName
{
background-color: #C93574;
}
</style>
border-color css
<style>
span { border-color: #C93574; }
span { border-color: rgb(201,53,116); }
td.TdClassName
{
border-color: #C93574;
}
.TagClassName
{
border-color: #C93574;
}
</style>