Shades of Deep Cerise #CD3690
Tints of Deep Cerise #CD3690
RGB
CMYK
RGB Variations
Color information
#CD3690 (or 0xCD3690) is known color: Deep Cerise. HEX triplet: CD, 36 and 90. RGB value is (205,54,144). Sum of RGB (Red+Green+Blue) = 205+54+144=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3690 is #32C96F. Grayscale: #6D6D6D. Windows color (decimal): -3328368 or 9451213. OLE color: 9451213.
HSL color Cylindrical-coordinate representation of color #CD3690: hue angle of 324.24º 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 #CD3690 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 144 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.20 |
| HSL | 324.24º | 0.6% | 0.51% | - |
| HSV(B) | 324.24º | 0.74% | 0.8% | - |
| XYZ | 31.53 | 17.63 | 28.13 | - |
| YUV | 109.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 144 | 0 | 0.74 | 0.30 | 0.20 | 324.24 | 0.6 | 0.51 |
| Hex | CD | 36 | 90 | 0 | 4A | 1E | 14 | 144 | 3C | 33 |
| Octal | 315 | 66 | 220 | 0 | 112 | 36 | 24 | 504 | 74 | 63 |
| Binary | 11001101 | 110110 | 10010000 | 0 | 1001010 | 11110 | 10100 | 101000100 | 111100 | 110011 |
Color Harmonies of #CD3690
Complementary color
Monochromatic Colors of #CD3690
Black with #CD3690
Text Example
Text Example
White with #CD3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3690; }
p { color: rgb(205,54,144); }
H1.HeaderClassName
{
color: #CD3690;
}
.AnyTagClassName
{
color: #CD3690;
}
</style>
background-color css
<style>
a { background-color: #CD3690; }
a { background-color: rgb(205,54,144); }
div.DivClassName
{
background-color: #CD3690;
}
.BgClassName
{
background-color: #CD3690;
}
</style>
border-color css
<style>
span { border-color: #CD3690; }
span { border-color: rgb(205,54,144); }
td.TdClassName
{
border-color: #CD3690;
}
.TagClassName
{
border-color: #CD3690;
}
</style>