Shades of Deep Cerise #C93474
Tints of Deep Cerise #C93474
RGB
CMYK
RGB Variations
Color information
#C93474 (or 0xC93474) is known color: Deep Cerise. HEX triplet: C9, 34 and 74. RGB value is (201,52,116). Sum of RGB (Red+Green+Blue) = 201+52+116=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C93474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93474 is #36CB8B. Grayscale: #676767. Windows color (decimal): -3591052 or 7615689. OLE color: 7615689.
HSL color Cylindrical-coordinate representation of color #C93474: hue angle of 334.23º degrees, saturation: 0.59, 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 #C93474 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 116 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.21 |
| HSL | 334.23º | 0.59% | 0.5% | - |
| HSV(B) | 334.23º | 0.74% | 0.79% | - |
| XYZ | 28.47 | 16.13 | 18.14 | - |
| YUV | 103.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 116 | 0 | 0.74 | 0.42 | 0.21 | 334.23 | 0.59 | 0.5 |
| Hex | C9 | 34 | 74 | 0 | 4A | 2A | 15 | 14E | 3B | 32 |
| Octal | 311 | 64 | 164 | 0 | 112 | 52 | 25 | 516 | 73 | 62 |
| Binary | 11001001 | 110100 | 1110100 | 0 | 1001010 | 101010 | 10101 | 101001110 | 111011 | 110010 |
Color Harmonies of #C93474
Complementary color
Monochromatic Colors of #C93474
Black with #C93474
Text Example
Text Example
White with #C93474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93474; }
p { color: rgb(201,52,116); }
H1.HeaderClassName
{
color: #C93474;
}
.AnyTagClassName
{
color: #C93474;
}
</style>
background-color css
<style>
a { background-color: #C93474; }
a { background-color: rgb(201,52,116); }
div.DivClassName
{
background-color: #C93474;
}
.BgClassName
{
background-color: #C93474;
}
</style>
border-color css
<style>
span { border-color: #C93474; }
span { border-color: rgb(201,52,116); }
td.TdClassName
{
border-color: #C93474;
}
.TagClassName
{
border-color: #C93474;
}
</style>