Shades of Deep Magenta #CD0FAC
Tints of Deep Magenta #CD0FAC
RGB
CMYK
RGB Variations
Color information
#CD0FAC (or 0xCD0FAC) is known color: Deep Magenta. HEX triplet: CD, 0F and AC. RGB value is (205,15,172). Sum of RGB (Red+Green+Blue) = 205+15+172=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0FAC is #32F053. Grayscale: #595959. Windows color (decimal): -3338324 or 11276237. OLE color: 11276237.
HSL color Cylindrical-coordinate representation of color #CD0FAC: hue angle of 310.42º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0FAC is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 15 | 172 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.20 |
| HSL | 310.42º | 0.86% | 0.43% | - |
| HSV(B) | 310.42º | 0.93% | 0.8% | - |
| XYZ | 32.79 | 16.3 | 40.45 | - |
| YUV | 89.71 | 174.45 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 172 | 0 | 0.93 | 0.16 | 0.20 | 310.42 | 0.86 | 0.43 |
| Hex | CD | F | AC | 0 | 5D | 10 | 14 | 136 | 56 | 2B |
| Octal | 315 | 17 | 254 | 0 | 135 | 20 | 24 | 466 | 126 | 53 |
| Binary | 11001101 | 1111 | 10101100 | 0 | 1011101 | 10000 | 10100 | 100110110 | 1010110 | 101011 |
Color Harmonies of #CD0FAC
Complementary color
Monochromatic Colors of #CD0FAC
Black with #CD0FAC
Text Example
Text Example
White with #CD0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FAC; }
p { color: rgb(205,15,172); }
H1.HeaderClassName
{
color: #CD0FAC;
}
.AnyTagClassName
{
color: #CD0FAC;
}
</style>
background-color css
<style>
a { background-color: #CD0FAC; }
a { background-color: rgb(205,15,172); }
div.DivClassName
{
background-color: #CD0FAC;
}
.BgClassName
{
background-color: #CD0FAC;
}
</style>
border-color css
<style>
span { border-color: #CD0FAC; }
span { border-color: rgb(205,15,172); }
td.TdClassName
{
border-color: #CD0FAC;
}
.TagClassName
{
border-color: #CD0FAC;
}
</style>