Shades of Deep Magenta #C401CE
Tints of Deep Magenta #C401CE
RGB
CMYK
RGB Variations
Color information
#C401CE (or 0xC401CE) is known color: Deep Magenta. HEX triplet: C4, 01 and CE. RGB value is (196,1,206). Sum of RGB (Red+Green+Blue) = 196+1+206=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #C401CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401CE is #3BFE31. Grayscale: #525252. Windows color (decimal): -3931698 or 13500868. OLE color: 13500868.
HSL color Cylindrical-coordinate representation of color #C401CE: hue angle of 297.07º 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 #C401CE is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 1 | 206 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.19 |
| HSL | 297.07º | 0.99% | 0.41% | - |
| HSV(B) | 297.07º | 1% | 0.81% | - |
| XYZ | 33.92 | 16.21 | 59.73 | - |
| YUV | 82.68 | 197.6 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 206 | 0.05 | 1.00 | 0 | 0.19 | 297.07 | 0.99 | 0.41 |
| Hex | C4 | 1 | CE | 5 | 64 | 0 | 13 | 129 | 63 | 29 |
| Octal | 304 | 1 | 316 | 5 | 144 | 0 | 23 | 451 | 143 | 51 |
| Binary | 11000100 | 1 | 11001110 | 101 | 1100100 | 0 | 10011 | 100101001 | 1100011 | 101001 |
Color Harmonies of #C401CE
Complementary color
Monochromatic Colors of #C401CE
Black with #C401CE
Text Example
Text Example
White with #C401CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401CE; }
p { color: rgb(196,1,206); }
H1.HeaderClassName
{
color: #C401CE;
}
.AnyTagClassName
{
color: #C401CE;
}
</style>
background-color css
<style>
a { background-color: #C401CE; }
a { background-color: rgb(196,1,206); }
div.DivClassName
{
background-color: #C401CE;
}
.BgClassName
{
background-color: #C401CE;
}
</style>
border-color css
<style>
span { border-color: #C401CE; }
span { border-color: rgb(196,1,206); }
td.TdClassName
{
border-color: #C401CE;
}
.TagClassName
{
border-color: #C401CE;
}
</style>