Shades of Deep Cerise #CD2FA2
Tints of Deep Cerise #CD2FA2
RGB
CMYK
RGB Variations
Color information
#CD2FA2 (or 0xCD2FA2) is known color: Deep Cerise. HEX triplet: CD, 2F and A2. RGB value is (205,47,162). Sum of RGB (Red+Green+Blue) = 205+47+162=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2FA2 is #32D05D. Grayscale: #6B6B6B. Windows color (decimal): -3330142 or 10629069. OLE color: 10629069.
HSL color Cylindrical-coordinate representation of color #CD2FA2: hue angle of 316.33º 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 #CD2FA2 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 47 | 162 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.20 |
| HSL | 316.33º | 0.63% | 0.49% | - |
| HSV(B) | 316.33º | 0.77% | 0.8% | - |
| XYZ | 32.71 | 17.62 | 35.86 | - |
| YUV | 107.35 | 158.85 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 162 | 0 | 0.77 | 0.21 | 0.20 | 316.33 | 0.63 | 0.49 |
| Hex | CD | 2F | A2 | 0 | 4D | 15 | 14 | 13C | 3F | 31 |
| Octal | 315 | 57 | 242 | 0 | 115 | 25 | 24 | 474 | 77 | 61 |
| Binary | 11001101 | 101111 | 10100010 | 0 | 1001101 | 10101 | 10100 | 100111100 | 111111 | 110001 |
Color Harmonies of #CD2FA2
Complementary color
Monochromatic Colors of #CD2FA2
Black with #CD2FA2
Text Example
Text Example
White with #CD2FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2FA2; }
p { color: rgb(205,47,162); }
H1.HeaderClassName
{
color: #CD2FA2;
}
.AnyTagClassName
{
color: #CD2FA2;
}
</style>
background-color css
<style>
a { background-color: #CD2FA2; }
a { background-color: rgb(205,47,162); }
div.DivClassName
{
background-color: #CD2FA2;
}
.BgClassName
{
background-color: #CD2FA2;
}
</style>
border-color css
<style>
span { border-color: #CD2FA2; }
span { border-color: rgb(205,47,162); }
td.TdClassName
{
border-color: #CD2FA2;
}
.TagClassName
{
border-color: #CD2FA2;
}
</style>