Shades of Deep Magenta #CD01DF
Tints of Deep Magenta #CD01DF
RGB
CMYK
RGB Variations
Color information
#CD01DF (or 0xCD01DF) is known color: Deep Magenta. HEX triplet: CD, 01 and DF. RGB value is (205,1,223). Sum of RGB (Red+Green+Blue) = 205+1+223=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01DF is #32FE20. Grayscale: #565656. Windows color (decimal): -3341857 or 14614989. OLE color: 14614989.
HSL color Cylindrical-coordinate representation of color #CD01DF: hue angle of 295.14º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD01DF is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 1 | 223 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.13 |
| HSL | 295.14º | 0.99% | 0.44% | - |
| HSV(B) | 295.14º | 1% | 0.87% | - |
| XYZ | 38.51 | 18.33 | 71.32 | - |
| YUV | 87.3 | 204.59 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 223 | 0.08 | 1.00 | 0 | 0.13 | 295.14 | 0.99 | 0.44 |
| Hex | CD | 1 | DF | 8 | 64 | 0 | D | 127 | 63 | 2C |
| Octal | 315 | 1 | 337 | 10 | 144 | 0 | 15 | 447 | 143 | 54 |
| Binary | 11001101 | 1 | 11011111 | 1000 | 1100100 | 0 | 1101 | 100100111 | 1100011 | 101100 |
Color Harmonies of #CD01DF
Complementary color
Monochromatic Colors of #CD01DF
Black with #CD01DF
Text Example
Text Example
White with #CD01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD01DF; }
p { color: rgb(205,1,223); }
H1.HeaderClassName
{
color: #CD01DF;
}
.AnyTagClassName
{
color: #CD01DF;
}
</style>
background-color css
<style>
a { background-color: #CD01DF; }
a { background-color: rgb(205,1,223); }
div.DivClassName
{
background-color: #CD01DF;
}
.BgClassName
{
background-color: #CD01DF;
}
</style>
border-color css
<style>
span { border-color: #CD01DF; }
span { border-color: rgb(205,1,223); }
td.TdClassName
{
border-color: #CD01DF;
}
.TagClassName
{
border-color: #CD01DF;
}
</style>