Shades of Deep Cerise #CD3697
Tints of Deep Cerise #CD3697
RGB
CMYK
RGB Variations
Color information
#CD3697 (or 0xCD3697) is known color: Deep Cerise. HEX triplet: CD, 36 and 97. RGB value is (205,54,151). Sum of RGB (Red+Green+Blue) = 205+54+151=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3697 is #32C968. Grayscale: #6D6D6D. Windows color (decimal): -3328361 or 9909965. OLE color: 9909965.
HSL color Cylindrical-coordinate representation of color #CD3697: hue angle of 321.46º 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 #CD3697 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 151 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.20 |
| HSL | 321.46º | 0.6% | 0.51% | - |
| HSV(B) | 321.46º | 0.74% | 0.8% | - |
| XYZ | 32.08 | 17.85 | 31.03 | - |
| YUV | 110.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 151 | 0 | 0.74 | 0.26 | 0.20 | 321.46 | 0.6 | 0.51 |
| Hex | CD | 36 | 97 | 0 | 4A | 1A | 14 | 141 | 3C | 33 |
| Octal | 315 | 66 | 227 | 0 | 112 | 32 | 24 | 501 | 74 | 63 |
| Binary | 11001101 | 110110 | 10010111 | 0 | 1001010 | 11010 | 10100 | 101000001 | 111100 | 110011 |
Color Harmonies of #CD3697
Complementary color
Monochromatic Colors of #CD3697
Black with #CD3697
Text Example
Text Example
White with #CD3697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3697; }
p { color: rgb(205,54,151); }
H1.HeaderClassName
{
color: #CD3697;
}
.AnyTagClassName
{
color: #CD3697;
}
</style>
background-color css
<style>
a { background-color: #CD3697; }
a { background-color: rgb(205,54,151); }
div.DivClassName
{
background-color: #CD3697;
}
.BgClassName
{
background-color: #CD3697;
}
</style>
border-color css
<style>
span { border-color: #CD3697; }
span { border-color: rgb(205,54,151); }
td.TdClassName
{
border-color: #CD3697;
}
.TagClassName
{
border-color: #CD3697;
}
</style>