Shades of Deep Magenta #CD01CC
Tints of Deep Magenta #CD01CC
RGB
CMYK
RGB Variations
Color information
#CD01CC (or 0xCD01CC) is known color: Deep Magenta. HEX triplet: CD, 01 and CC. RGB value is (205,1,204). Sum of RGB (Red+Green+Blue) = 205+1+204=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01CC is #32FE33. Grayscale: #545454. Windows color (decimal): -3341876 or 13369805. OLE color: 13369805.
HSL color Cylindrical-coordinate representation of color #CD01CC: hue angle of 300.29º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD01CC is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.00 | 0.20 |
| HSL | 300.29º | 0.99% | 0.4% | - |
| HSV(B) | 300.29º | 1% | 0.8% | - |
| XYZ | 36.09 | 17.36 | 58.58 | - |
| YUV | 85.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 204 | 0 | 1.00 | 0.00 | 0.20 | 300.29 | 0.99 | 0.4 |
| Hex | CD | 1 | CC | 0 | 64 | 0 | 14 | 12C | 63 | 28 |
| Octal | 315 | 1 | 314 | 0 | 144 | 0 | 24 | 454 | 143 | 50 |
| Binary | 11001101 | 1 | 11001100 | 0 | 1100100 | 0 | 10100 | 100101100 | 1100011 | 101000 |
Color Harmonies of #CD01CC
Complementary color
Monochromatic Colors of #CD01CC
Black with #CD01CC
Text Example
Text Example
White with #CD01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD01CC; }
p { color: rgb(205,1,204); }
H1.HeaderClassName
{
color: #CD01CC;
}
.AnyTagClassName
{
color: #CD01CC;
}
</style>
background-color css
<style>
a { background-color: #CD01CC; }
a { background-color: rgb(205,1,204); }
div.DivClassName
{
background-color: #CD01CC;
}
.BgClassName
{
background-color: #CD01CC;
}
</style>
border-color css
<style>
span { border-color: #CD01CC; }
span { border-color: rgb(205,1,204); }
td.TdClassName
{
border-color: #CD01CC;
}
.TagClassName
{
border-color: #CD01CC;
}
</style>