Shades of Deep Magenta #C401CD
Tints of Deep Magenta #C401CD
RGB
CMYK
RGB Variations
Color information
#C401CD (or 0xC401CD) is known color: Deep Magenta. HEX triplet: C4, 01 and CD. RGB value is (196,1,205). Sum of RGB (Red+Green+Blue) = 196+1+205=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #C401CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401CD is #3BFE32. Grayscale: #515151. Windows color (decimal): -3931699 or 13435332. OLE color: 13435332.
HSL color Cylindrical-coordinate representation of color #C401CD: hue angle of 297.35º 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 #C401CD is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 1 | 205 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.20 |
| HSL | 297.35º | 0.99% | 0.4% | - |
| HSV(B) | 297.35º | 1% | 0.8% | - |
| XYZ | 33.8 | 16.17 | 59.1 | - |
| YUV | 82.56 | 197.1 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 205 | 0.04 | 1.00 | 0 | 0.20 | 297.35 | 0.99 | 0.4 |
| Hex | C4 | 1 | CD | 4 | 64 | 0 | 14 | 129 | 63 | 28 |
| Octal | 304 | 1 | 315 | 4 | 144 | 0 | 24 | 451 | 143 | 50 |
| Binary | 11000100 | 1 | 11001101 | 100 | 1100100 | 0 | 10100 | 100101001 | 1100011 | 101000 |
Color Harmonies of #C401CD
Complementary color
Monochromatic Colors of #C401CD
Black with #C401CD
Text Example
Text Example
White with #C401CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401CD; }
p { color: rgb(196,1,205); }
H1.HeaderClassName
{
color: #C401CD;
}
.AnyTagClassName
{
color: #C401CD;
}
</style>
background-color css
<style>
a { background-color: #C401CD; }
a { background-color: rgb(196,1,205); }
div.DivClassName
{
background-color: #C401CD;
}
.BgClassName
{
background-color: #C401CD;
}
</style>
border-color css
<style>
span { border-color: #C401CD; }
span { border-color: rgb(196,1,205); }
td.TdClassName
{
border-color: #C401CD;
}
.TagClassName
{
border-color: #C401CD;
}
</style>