Shades of Deep Magenta #CD01CE
Tints of Deep Magenta #CD01CE
RGB
CMYK
RGB Variations
Color information
#CD01CE (or 0xCD01CE) is known color: Deep Magenta. HEX triplet: CD, 01 and CE. RGB value is (205,1,206). Sum of RGB (Red+Green+Blue) = 205+1+206=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01CE is #32FE31. Grayscale: #545454. Windows color (decimal): -3341874 or 13500877. OLE color: 13500877.
HSL color Cylindrical-coordinate representation of color #CD01CE: hue angle of 299.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD01CE is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 1 | 206 | - |
| CMYK | 0.00 | 1.00 | 0 | 0.19 |
| HSL | 299.71º | 0.99% | 0.41% | - |
| HSV(B) | 299.71º | 1% | 0.81% | - |
| XYZ | 36.33 | 17.46 | 59.85 | - |
| YUV | 85.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 206 | 0.00 | 1.00 | 0 | 0.19 | 299.71 | 0.99 | 0.41 |
| Hex | CD | 1 | CE | 0 | 64 | 0 | 13 | 12C | 63 | 29 |
| Octal | 315 | 1 | 316 | 0 | 144 | 0 | 23 | 454 | 143 | 51 |
| Binary | 11001101 | 1 | 11001110 | 0 | 1100100 | 0 | 10011 | 100101100 | 1100011 | 101001 |
Color Harmonies of #CD01CE
Complementary color
Monochromatic Colors of #CD01CE
Black with #CD01CE
Text Example
Text Example
White with #CD01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD01CE; }
p { color: rgb(205,1,206); }
H1.HeaderClassName
{
color: #CD01CE;
}
.AnyTagClassName
{
color: #CD01CE;
}
</style>
background-color css
<style>
a { background-color: #CD01CE; }
a { background-color: rgb(205,1,206); }
div.DivClassName
{
background-color: #CD01CE;
}
.BgClassName
{
background-color: #CD01CE;
}
</style>
border-color css
<style>
span { border-color: #CD01CE; }
span { border-color: rgb(205,1,206); }
td.TdClassName
{
border-color: #CD01CE;
}
.TagClassName
{
border-color: #CD01CE;
}
</style>