Shades of Deep Magenta #CD0ACB
Tints of Deep Magenta #CD0ACB
RGB
CMYK
RGB Variations
Color information
#CD0ACB (or 0xCD0ACB) is known color: Deep Magenta. HEX triplet: CD, 0A and CB. RGB value is (205,10,203). Sum of RGB (Red+Green+Blue) = 205+10+203=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0ACB is #32F534. Grayscale: #595959. Windows color (decimal): -3339573 or 13306573. OLE color: 13306573.
HSL color Cylindrical-coordinate representation of color #CD0ACB: hue angle of 300.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0ACB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.20 |
| HSL | 300.62º | 0.91% | 0.42% | - |
| HSV(B) | 300.62º | 0.95% | 0.8% | - |
| XYZ | 36.06 | 17.51 | 57.98 | - |
| YUV | 90.31 | 191.6 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 203 | 0 | 0.95 | 0.01 | 0.20 | 300.62 | 0.91 | 0.42 |
| Hex | CD | A | CB | 0 | 5F | 1 | 14 | 12D | 5B | 2A |
| Octal | 315 | 12 | 313 | 0 | 137 | 1 | 24 | 455 | 133 | 52 |
| Binary | 11001101 | 1010 | 11001011 | 0 | 1011111 | 1 | 10100 | 100101101 | 1011011 | 101010 |
Color Harmonies of #CD0ACB
Complementary color
Monochromatic Colors of #CD0ACB
Black with #CD0ACB
Text Example
Text Example
White with #CD0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0ACB; }
p { color: rgb(205,10,203); }
H1.HeaderClassName
{
color: #CD0ACB;
}
.AnyTagClassName
{
color: #CD0ACB;
}
</style>
background-color css
<style>
a { background-color: #CD0ACB; }
a { background-color: rgb(205,10,203); }
div.DivClassName
{
background-color: #CD0ACB;
}
.BgClassName
{
background-color: #CD0ACB;
}
</style>
border-color css
<style>
span { border-color: #CD0ACB; }
span { border-color: rgb(205,10,203); }
td.TdClassName
{
border-color: #CD0ACB;
}
.TagClassName
{
border-color: #CD0ACB;
}
</style>