Shades of Deep Cerise #C93173
Tints of Deep Cerise #C93173
RGB
CMYK
RGB Variations
Color information
#C93173 (or 0xC93173) is known color: Deep Cerise. HEX triplet: C9, 31 and 73. RGB value is (201,49,115). Sum of RGB (Red+Green+Blue) = 201+49+115=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C93173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93173 is #36CE8C. Grayscale: #656565. Windows color (decimal): -3591821 or 7549385. OLE color: 7549385.
HSL color Cylindrical-coordinate representation of color #C93173: hue angle of 333.95º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93173 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 115 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.21 |
| HSL | 333.95º | 0.61% | 0.49% | - |
| HSV(B) | 333.95º | 0.76% | 0.79% | - |
| XYZ | 28.28 | 15.85 | 17.79 | - |
| YUV | 101.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 115 | 0 | 0.76 | 0.43 | 0.21 | 333.95 | 0.61 | 0.49 |
| Hex | C9 | 31 | 73 | 0 | 4C | 2B | 15 | 14E | 3D | 31 |
| Octal | 311 | 61 | 163 | 0 | 114 | 53 | 25 | 516 | 75 | 61 |
| Binary | 11001001 | 110001 | 1110011 | 0 | 1001100 | 101011 | 10101 | 101001110 | 111101 | 110001 |
Color Harmonies of #C93173
Complementary color
Monochromatic Colors of #C93173
Black with #C93173
Text Example
Text Example
White with #C93173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93173; }
p { color: rgb(201,49,115); }
H1.HeaderClassName
{
color: #C93173;
}
.AnyTagClassName
{
color: #C93173;
}
</style>
background-color css
<style>
a { background-color: #C93173; }
a { background-color: rgb(201,49,115); }
div.DivClassName
{
background-color: #C93173;
}
.BgClassName
{
background-color: #C93173;
}
</style>
border-color css
<style>
span { border-color: #C93173; }
span { border-color: rgb(201,49,115); }
td.TdClassName
{
border-color: #C93173;
}
.TagClassName
{
border-color: #C93173;
}
</style>