Shades of Deep Cerise #CD3295
Tints of Deep Cerise #CD3295
RGB
CMYK
RGB Variations
Color information
#CD3295 (or 0xCD3295) is known color: Deep Cerise. HEX triplet: CD, 32 and 95. RGB value is (205,50,149). Sum of RGB (Red+Green+Blue) = 205+50+149=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3295 is #32CD6A. Grayscale: #6B6B6B. Windows color (decimal): -3329387 or 9777869. OLE color: 9777869.
HSL color Cylindrical-coordinate representation of color #CD3295: hue angle of 321.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3295 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 149 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.20 |
| HSL | 321.68º | 0.61% | 0.5% | - |
| HSV(B) | 321.68º | 0.76% | 0.8% | - |
| XYZ | 31.74 | 17.43 | 30.13 | - |
| YUV | 107.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 149 | 0 | 0.76 | 0.27 | 0.20 | 321.68 | 0.61 | 0.5 |
| Hex | CD | 32 | 95 | 0 | 4C | 1B | 14 | 142 | 3D | 32 |
| Octal | 315 | 62 | 225 | 0 | 114 | 33 | 24 | 502 | 75 | 62 |
| Binary | 11001101 | 110010 | 10010101 | 0 | 1001100 | 11011 | 10100 | 101000010 | 111101 | 110010 |
Color Harmonies of #CD3295
Complementary color
Monochromatic Colors of #CD3295
Black with #CD3295
Text Example
Text Example
White with #CD3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3295; }
p { color: rgb(205,50,149); }
H1.HeaderClassName
{
color: #CD3295;
}
.AnyTagClassName
{
color: #CD3295;
}
</style>
background-color css
<style>
a { background-color: #CD3295; }
a { background-color: rgb(205,50,149); }
div.DivClassName
{
background-color: #CD3295;
}
.BgClassName
{
background-color: #CD3295;
}
</style>
border-color css
<style>
span { border-color: #CD3295; }
span { border-color: rgb(205,50,149); }
td.TdClassName
{
border-color: #CD3295;
}
.TagClassName
{
border-color: #CD3295;
}
</style>