Shades of Deep Magenta #C401C8
Tints of Deep Magenta #C401C8
RGB
CMYK
RGB Variations
Color information
#C401C8 (or 0xC401C8) is known color: Deep Magenta. HEX triplet: C4, 01 and C8. RGB value is (196,1,200). Sum of RGB (Red+Green+Blue) = 196+1+200=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #C401C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401C8 is #3BFE37. Grayscale: #515151. Windows color (decimal): -3931704 or 13107652. OLE color: 13107652.
HSL color Cylindrical-coordinate representation of color #C401C8: hue angle of 298.79º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C401C8 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 1 | 200 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.22 |
| HSL | 298.79º | 0.99% | 0.39% | - |
| HSV(B) | 298.79º | 1% | 0.78% | - |
| XYZ | 33.2 | 15.93 | 55.97 | - |
| YUV | 81.99 | 194.6 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 200 | 0.02 | 1.00 | 0 | 0.22 | 298.79 | 0.99 | 0.39 |
| Hex | C4 | 1 | C8 | 2 | 64 | 0 | 16 | 12B | 63 | 27 |
| Octal | 304 | 1 | 310 | 2 | 144 | 0 | 26 | 453 | 143 | 47 |
| Binary | 11000100 | 1 | 11001000 | 10 | 1100100 | 0 | 10110 | 100101011 | 1100011 | 100111 |
Color Harmonies of #C401C8
Complementary color
Monochromatic Colors of #C401C8
Black with #C401C8
Text Example
Text Example
White with #C401C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401C8; }
p { color: rgb(196,1,200); }
H1.HeaderClassName
{
color: #C401C8;
}
.AnyTagClassName
{
color: #C401C8;
}
</style>
background-color css
<style>
a { background-color: #C401C8; }
a { background-color: rgb(196,1,200); }
div.DivClassName
{
background-color: #C401C8;
}
.BgClassName
{
background-color: #C401C8;
}
</style>
border-color css
<style>
span { border-color: #C401C8; }
span { border-color: rgb(196,1,200); }
td.TdClassName
{
border-color: #C401C8;
}
.TagClassName
{
border-color: #C401C8;
}
</style>