Shades of Deep Cerise #CD3573
Tints of Deep Cerise #CD3573
RGB
CMYK
RGB Variations
Color information
#CD3573 (or 0xCD3573) is known color: Deep Cerise. HEX triplet: CD, 35 and 73. RGB value is (205,53,115). Sum of RGB (Red+Green+Blue) = 205+53+115=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3573 is #32CA8C. Grayscale: #696969. Windows color (decimal): -3328653 or 7550413. OLE color: 7550413.
HSL color Cylindrical-coordinate representation of color #CD3573: hue angle of 335.53º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3573 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 115 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.20 |
| HSL | 335.53º | 0.6% | 0.51% | - |
| HSV(B) | 335.53º | 0.74% | 0.8% | - |
| XYZ | 29.54 | 16.76 | 17.9 | - |
| YUV | 105.52 | 133.36 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 115 | 0 | 0.74 | 0.44 | 0.20 | 335.53 | 0.6 | 0.51 |
| Hex | CD | 35 | 73 | 0 | 4A | 2C | 14 | 150 | 3C | 33 |
| Octal | 315 | 65 | 163 | 0 | 112 | 54 | 24 | 520 | 74 | 63 |
| Binary | 11001101 | 110101 | 1110011 | 0 | 1001010 | 101100 | 10100 | 101010000 | 111100 | 110011 |
Color Harmonies of #CD3573
Complementary color
Monochromatic Colors of #CD3573
Black with #CD3573
Text Example
Text Example
White with #CD3573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3573; }
p { color: rgb(205,53,115); }
H1.HeaderClassName
{
color: #CD3573;
}
.AnyTagClassName
{
color: #CD3573;
}
</style>
background-color css
<style>
a { background-color: #CD3573; }
a { background-color: rgb(205,53,115); }
div.DivClassName
{
background-color: #CD3573;
}
.BgClassName
{
background-color: #CD3573;
}
</style>
border-color css
<style>
span { border-color: #CD3573; }
span { border-color: rgb(205,53,115); }
td.TdClassName
{
border-color: #CD3573;
}
.TagClassName
{
border-color: #CD3573;
}
</style>