Shades of Deep Magenta #CD01C1
Tints of Deep Magenta #CD01C1
RGB
CMYK
RGB Variations
Color information
#CD01C1 (or 0xCD01C1) is known color: Deep Magenta. HEX triplet: CD, 01 and C1. RGB value is (205,1,193). Sum of RGB (Red+Green+Blue) = 205+1+193=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD01C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01C1 is #32FE3E. Grayscale: #535353. Windows color (decimal): -3341887 or 12648909. OLE color: 12648909.
HSL color Cylindrical-coordinate representation of color #CD01C1: hue angle of 303.53º 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 #CD01C1 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 193 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.20 |
| HSL | 303.53º | 0.99% | 0.4% | - |
| HSV(B) | 303.53º | 1% | 0.8% | - |
| XYZ | 34.81 | 16.85 | 51.87 | - |
| YUV | 83.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 193 | 0 | 1.00 | 0.06 | 0.20 | 303.53 | 0.99 | 0.4 |
| Hex | CD | 1 | C1 | 0 | 64 | 6 | 14 | 130 | 63 | 28 |
| Octal | 315 | 1 | 301 | 0 | 144 | 6 | 24 | 460 | 143 | 50 |
| Binary | 11001101 | 1 | 11000001 | 0 | 1100100 | 110 | 10100 | 100110000 | 1100011 | 101000 |
Color Harmonies of #CD01C1
Complementary color
Monochromatic Colors of #CD01C1
Black with #CD01C1
Text Example
Text Example
White with #CD01C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD01C1; }
p { color: rgb(205,1,193); }
H1.HeaderClassName
{
color: #CD01C1;
}
.AnyTagClassName
{
color: #CD01C1;
}
</style>
background-color css
<style>
a { background-color: #CD01C1; }
a { background-color: rgb(205,1,193); }
div.DivClassName
{
background-color: #CD01C1;
}
.BgClassName
{
background-color: #CD01C1;
}
</style>
border-color css
<style>
span { border-color: #CD01C1; }
span { border-color: rgb(205,1,193); }
td.TdClassName
{
border-color: #CD01C1;
}
.TagClassName
{
border-color: #CD01C1;
}
</style>