Shades of Deep Cerise #CD31A1
Tints of Deep Cerise #CD31A1
RGB
CMYK
RGB Variations
Color information
#CD31A1 (or 0xCD31A1) is known color: Deep Cerise. HEX triplet: CD, 31 and A1. RGB value is (205,49,161). Sum of RGB (Red+Green+Blue) = 205+49+161=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD31A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD31A1 is #32CE5E. Grayscale: #6C6C6C. Windows color (decimal): -3329631 or 10564045. OLE color: 10564045.
HSL color Cylindrical-coordinate representation of color #CD31A1: hue angle of 316.92º 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 #CD31A1 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 161 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.20 |
| HSL | 316.92º | 0.61% | 0.5% | - |
| HSV(B) | 316.92º | 0.76% | 0.8% | - |
| XYZ | 32.71 | 17.75 | 35.42 | - |
| YUV | 108.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 161 | 0 | 0.76 | 0.21 | 0.20 | 316.92 | 0.61 | 0.5 |
| Hex | CD | 31 | A1 | 0 | 4C | 15 | 14 | 13D | 3D | 32 |
| Octal | 315 | 61 | 241 | 0 | 114 | 25 | 24 | 475 | 75 | 62 |
| Binary | 11001101 | 110001 | 10100001 | 0 | 1001100 | 10101 | 10100 | 100111101 | 111101 | 110010 |
Color Harmonies of #CD31A1
Complementary color
Monochromatic Colors of #CD31A1
Black with #CD31A1
Text Example
Text Example
White with #CD31A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD31A1; }
p { color: rgb(205,49,161); }
H1.HeaderClassName
{
color: #CD31A1;
}
.AnyTagClassName
{
color: #CD31A1;
}
</style>
background-color css
<style>
a { background-color: #CD31A1; }
a { background-color: rgb(205,49,161); }
div.DivClassName
{
background-color: #CD31A1;
}
.BgClassName
{
background-color: #CD31A1;
}
</style>
border-color css
<style>
span { border-color: #CD31A1; }
span { border-color: rgb(205,49,161); }
td.TdClassName
{
border-color: #CD31A1;
}
.TagClassName
{
border-color: #CD31A1;
}
</style>