Shades of Deep Cerise #CD36A1
Tints of Deep Cerise #CD36A1
RGB
CMYK
RGB Variations
Color information
#CD36A1 (or 0xCD36A1) is known color: Deep Cerise. HEX triplet: CD, 36 and A1. RGB value is (205,54,161). Sum of RGB (Red+Green+Blue) = 205+54+161=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD36A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD36A1 is #32C95E. Grayscale: #6F6F6F. Windows color (decimal): -3328351 or 10565325. OLE color: 10565325.
HSL color Cylindrical-coordinate representation of color #CD36A1: hue angle of 317.48º 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 #CD36A1 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 161 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.20 |
| HSL | 317.48º | 0.6% | 0.51% | - |
| HSV(B) | 317.48º | 0.74% | 0.8% | - |
| XYZ | 32.93 | 18.19 | 35.49 | - |
| YUV | 111.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 161 | 0 | 0.74 | 0.21 | 0.20 | 317.48 | 0.6 | 0.51 |
| Hex | CD | 36 | A1 | 0 | 4A | 15 | 14 | 13D | 3C | 33 |
| Octal | 315 | 66 | 241 | 0 | 112 | 25 | 24 | 475 | 74 | 63 |
| Binary | 11001101 | 110110 | 10100001 | 0 | 1001010 | 10101 | 10100 | 100111101 | 111100 | 110011 |
Color Harmonies of #CD36A1
Complementary color
Monochromatic Colors of #CD36A1
Black with #CD36A1
Text Example
Text Example
White with #CD36A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD36A1; }
p { color: rgb(205,54,161); }
H1.HeaderClassName
{
color: #CD36A1;
}
.AnyTagClassName
{
color: #CD36A1;
}
</style>
background-color css
<style>
a { background-color: #CD36A1; }
a { background-color: rgb(205,54,161); }
div.DivClassName
{
background-color: #CD36A1;
}
.BgClassName
{
background-color: #CD36A1;
}
</style>
border-color css
<style>
span { border-color: #CD36A1; }
span { border-color: rgb(205,54,161); }
td.TdClassName
{
border-color: #CD36A1;
}
.TagClassName
{
border-color: #CD36A1;
}
</style>