Shades of Deep Cerise #CD2BA1
Tints of Deep Cerise #CD2BA1
RGB
CMYK
RGB Variations
Color information
#CD2BA1 (or 0xCD2BA1) is known color: Deep Cerise. HEX triplet: CD, 2B and A1. RGB value is (205,43,161). Sum of RGB (Red+Green+Blue) = 205+43+161=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2BA1 is #32D45E. Grayscale: #686868. Windows color (decimal): -3331167 or 10562509. OLE color: 10562509.
HSL color Cylindrical-coordinate representation of color #CD2BA1: hue angle of 316.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2BA1 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 43 | 161 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.20 |
| HSL | 316.3º | 0.65% | 0.49% | - |
| HSV(B) | 316.3º | 0.79% | 0.8% | - |
| XYZ | 32.47 | 17.28 | 35.34 | - |
| YUV | 104.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 161 | 0 | 0.79 | 0.21 | 0.20 | 316.3 | 0.65 | 0.49 |
| Hex | CD | 2B | A1 | 0 | 4F | 15 | 14 | 13C | 41 | 31 |
| Octal | 315 | 53 | 241 | 0 | 117 | 25 | 24 | 474 | 101 | 61 |
| Binary | 11001101 | 101011 | 10100001 | 0 | 1001111 | 10101 | 10100 | 100111100 | 1000001 | 110001 |
Color Harmonies of #CD2BA1
Complementary color
Monochromatic Colors of #CD2BA1
Black with #CD2BA1
Text Example
Text Example
White with #CD2BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2BA1; }
p { color: rgb(205,43,161); }
H1.HeaderClassName
{
color: #CD2BA1;
}
.AnyTagClassName
{
color: #CD2BA1;
}
</style>
background-color css
<style>
a { background-color: #CD2BA1; }
a { background-color: rgb(205,43,161); }
div.DivClassName
{
background-color: #CD2BA1;
}
.BgClassName
{
background-color: #CD2BA1;
}
</style>
border-color css
<style>
span { border-color: #CD2BA1; }
span { border-color: rgb(205,43,161); }
td.TdClassName
{
border-color: #CD2BA1;
}
.TagClassName
{
border-color: #CD2BA1;
}
</style>