Shades of Deep Magenta #CD2ACE
Tints of Deep Magenta #CD2ACE
RGB
CMYK
RGB Variations
Color information
#CD2ACE (or 0xCD2ACE) is known color: Deep Magenta. HEX triplet: CD, 2A and CE. RGB value is (205,42,206). Sum of RGB (Red+Green+Blue) = 205+42+206=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2ACE is #32D531. Grayscale: #6C6C6C. Windows color (decimal): -3331378 or 13511373. OLE color: 13511373.
HSL color Cylindrical-coordinate representation of color #CD2ACE: hue angle of 299.63º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2ACE is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 42 | 206 | - |
| CMYK | 0.00 | 0.80 | 0 | 0.19 |
| HSL | 299.63º | 0.66% | 0.49% | - |
| HSV(B) | 299.63º | 0.8% | 0.81% | - |
| XYZ | 37.15 | 19.09 | 60.12 | - |
| YUV | 109.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 206 | 0.00 | 0.80 | 0 | 0.19 | 299.63 | 0.66 | 0.49 |
| Hex | CD | 2A | CE | 0 | 50 | 0 | 13 | 12C | 42 | 31 |
| Octal | 315 | 52 | 316 | 0 | 120 | 0 | 23 | 454 | 102 | 61 |
| Binary | 11001101 | 101010 | 11001110 | 0 | 1010000 | 0 | 10011 | 100101100 | 1000010 | 110001 |
Color Harmonies of #CD2ACE
Complementary color
Monochromatic Colors of #CD2ACE
Black with #CD2ACE
Text Example
Text Example
White with #CD2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2ACE; }
p { color: rgb(205,42,206); }
H1.HeaderClassName
{
color: #CD2ACE;
}
.AnyTagClassName
{
color: #CD2ACE;
}
</style>
background-color css
<style>
a { background-color: #CD2ACE; }
a { background-color: rgb(205,42,206); }
div.DivClassName
{
background-color: #CD2ACE;
}
.BgClassName
{
background-color: #CD2ACE;
}
</style>
border-color css
<style>
span { border-color: #CD2ACE; }
span { border-color: rgb(205,42,206); }
td.TdClassName
{
border-color: #CD2ACE;
}
.TagClassName
{
border-color: #CD2ACE;
}
</style>