Shades of Deep Cerise #CD2FA0
Tints of Deep Cerise #CD2FA0
RGB
CMYK
RGB Variations
Color information
#CD2FA0 (or 0xCD2FA0) is known color: Deep Cerise. HEX triplet: CD, 2F and A0. RGB value is (205,47,160). Sum of RGB (Red+Green+Blue) = 205+47+160=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2FA0 is #32D05F. Grayscale: #6A6A6A. Windows color (decimal): -3330144 or 10497997. OLE color: 10497997.
HSL color Cylindrical-coordinate representation of color #CD2FA0: hue angle of 317.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2FA0 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 47 | 160 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.20 |
| HSL | 317.09º | 0.63% | 0.49% | - |
| HSV(B) | 317.09º | 0.77% | 0.8% | - |
| XYZ | 32.54 | 17.55 | 34.93 | - |
| YUV | 107.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 160 | 0 | 0.77 | 0.22 | 0.20 | 317.09 | 0.63 | 0.49 |
| Hex | CD | 2F | A0 | 0 | 4D | 16 | 14 | 13D | 3F | 31 |
| Octal | 315 | 57 | 240 | 0 | 115 | 26 | 24 | 475 | 77 | 61 |
| Binary | 11001101 | 101111 | 10100000 | 0 | 1001101 | 10110 | 10100 | 100111101 | 111111 | 110001 |
Color Harmonies of #CD2FA0
Complementary color
Monochromatic Colors of #CD2FA0
Black with #CD2FA0
Text Example
Text Example
White with #CD2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2FA0; }
p { color: rgb(205,47,160); }
H1.HeaderClassName
{
color: #CD2FA0;
}
.AnyTagClassName
{
color: #CD2FA0;
}
</style>
background-color css
<style>
a { background-color: #CD2FA0; }
a { background-color: rgb(205,47,160); }
div.DivClassName
{
background-color: #CD2FA0;
}
.BgClassName
{
background-color: #CD2FA0;
}
</style>
border-color css
<style>
span { border-color: #CD2FA0; }
span { border-color: rgb(205,47,160); }
td.TdClassName
{
border-color: #CD2FA0;
}
.TagClassName
{
border-color: #CD2FA0;
}
</style>