Shades of Deep Magenta #CD2ACF
Tints of Deep Magenta #CD2ACF
RGB
CMYK
RGB Variations
Color information
#CD2ACF (or 0xCD2ACF) is known color: Deep Magenta. HEX triplet: CD, 2A and CF. RGB value is (205,42,207). Sum of RGB (Red+Green+Blue) = 205+42+207=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2ACF is #32D530. Grayscale: #6D6D6D. Windows color (decimal): -3331377 or 13576909. OLE color: 13576909.
HSL color Cylindrical-coordinate representation of color #CD2ACF: hue angle of 299.27º 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 #CD2ACF is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 42 | 207 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.19 |
| HSL | 299.27º | 0.66% | 0.49% | - |
| HSV(B) | 299.27º | 0.8% | 0.81% | - |
| XYZ | 37.27 | 19.14 | 60.76 | - |
| YUV | 109.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 207 | 0.01 | 0.80 | 0 | 0.19 | 299.27 | 0.66 | 0.49 |
| Hex | CD | 2A | CF | 1 | 50 | 0 | 13 | 12B | 42 | 31 |
| Octal | 315 | 52 | 317 | 1 | 120 | 0 | 23 | 453 | 102 | 61 |
| Binary | 11001101 | 101010 | 11001111 | 1 | 1010000 | 0 | 10011 | 100101011 | 1000010 | 110001 |
Color Harmonies of #CD2ACF
Complementary color
Monochromatic Colors of #CD2ACF
Black with #CD2ACF
Text Example
Text Example
White with #CD2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2ACF; }
p { color: rgb(205,42,207); }
H1.HeaderClassName
{
color: #CD2ACF;
}
.AnyTagClassName
{
color: #CD2ACF;
}
</style>
background-color css
<style>
a { background-color: #CD2ACF; }
a { background-color: rgb(205,42,207); }
div.DivClassName
{
background-color: #CD2ACF;
}
.BgClassName
{
background-color: #CD2ACF;
}
</style>
border-color css
<style>
span { border-color: #CD2ACF; }
span { border-color: rgb(205,42,207); }
td.TdClassName
{
border-color: #CD2ACF;
}
.TagClassName
{
border-color: #CD2ACF;
}
</style>