Shades of Deep Magenta #C401D8
Tints of Deep Magenta #C401D8
RGB
CMYK
RGB Variations
Color information
#C401D8 (or 0xC401D8) is known color: Deep Magenta. HEX triplet: C4, 01 and D8. RGB value is (196,1,216). Sum of RGB (Red+Green+Blue) = 196+1+216=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #C401D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401D8 is #3BFE27. Grayscale: #535353. Windows color (decimal): -3931688 or 14156228. OLE color: 14156228.
HSL color Cylindrical-coordinate representation of color #C401D8: hue angle of 294.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C401D8 is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 1 | 216 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.15 |
| HSL | 294.42º | 0.99% | 0.43% | - |
| HSV(B) | 294.42º | 1% | 0.85% | - |
| XYZ | 35.17 | 16.72 | 66.34 | - |
| YUV | 83.82 | 202.6 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 216 | 0.09 | 1.00 | 0 | 0.15 | 294.42 | 0.99 | 0.43 |
| Hex | C4 | 1 | D8 | 9 | 64 | 0 | F | 126 | 63 | 2B |
| Octal | 304 | 1 | 330 | 11 | 144 | 0 | 17 | 446 | 143 | 53 |
| Binary | 11000100 | 1 | 11011000 | 1001 | 1100100 | 0 | 1111 | 100100110 | 1100011 | 101011 |
Color Harmonies of #C401D8
Complementary color
Monochromatic Colors of #C401D8
Black with #C401D8
Text Example
Text Example
White with #C401D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401D8; }
p { color: rgb(196,1,216); }
H1.HeaderClassName
{
color: #C401D8;
}
.AnyTagClassName
{
color: #C401D8;
}
</style>
background-color css
<style>
a { background-color: #C401D8; }
a { background-color: rgb(196,1,216); }
div.DivClassName
{
background-color: #C401D8;
}
.BgClassName
{
background-color: #C401D8;
}
</style>
border-color css
<style>
span { border-color: #C401D8; }
span { border-color: rgb(196,1,216); }
td.TdClassName
{
border-color: #C401D8;
}
.TagClassName
{
border-color: #C401D8;
}
</style>