Shades of Deep Magenta #CD2ACB
Tints of Deep Magenta #CD2ACB
RGB
CMYK
RGB Variations
Color information
#CD2ACB (or 0xCD2ACB) is known color: Deep Magenta. HEX triplet: CD, 2A and CB. RGB value is (205,42,203). Sum of RGB (Red+Green+Blue) = 205+42+203=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2ACB is #32D534. Grayscale: #6C6C6C. Windows color (decimal): -3331381 or 13314765. OLE color: 13314765.
HSL color Cylindrical-coordinate representation of color #CD2ACB: hue angle of 300.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2ACB is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 42 | 203 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.20 |
| HSL | 300.74º | 0.66% | 0.48% | - |
| HSV(B) | 300.74º | 0.8% | 0.8% | - |
| XYZ | 36.78 | 18.95 | 58.22 | - |
| YUV | 109.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 203 | 0 | 0.80 | 0.01 | 0.20 | 300.74 | 0.66 | 0.48 |
| Hex | CD | 2A | CB | 0 | 50 | 1 | 14 | 12D | 42 | 30 |
| Octal | 315 | 52 | 313 | 0 | 120 | 1 | 24 | 455 | 102 | 60 |
| Binary | 11001101 | 101010 | 11001011 | 0 | 1010000 | 1 | 10100 | 100101101 | 1000010 | 110000 |
Color Harmonies of #CD2ACB
Complementary color
Monochromatic Colors of #CD2ACB
Black with #CD2ACB
Text Example
Text Example
White with #CD2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2ACB; }
p { color: rgb(205,42,203); }
H1.HeaderClassName
{
color: #CD2ACB;
}
.AnyTagClassName
{
color: #CD2ACB;
}
</style>
background-color css
<style>
a { background-color: #CD2ACB; }
a { background-color: rgb(205,42,203); }
div.DivClassName
{
background-color: #CD2ACB;
}
.BgClassName
{
background-color: #CD2ACB;
}
</style>
border-color css
<style>
span { border-color: #CD2ACB; }
span { border-color: rgb(205,42,203); }
td.TdClassName
{
border-color: #CD2ACB;
}
.TagClassName
{
border-color: #CD2ACB;
}
</style>