Shades of Deep Magenta #C401BF
Tints of Deep Magenta #C401BF
RGB
CMYK
RGB Variations
Color information
#C401BF (or 0xC401BF) is known color: Deep Magenta. HEX triplet: C4, 01 and BF. RGB value is (196,1,191). Sum of RGB (Red+Green+Blue) = 196+1+191=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C401BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401BF is #3BFE40. Grayscale: #505050. Windows color (decimal): -3931713 or 12517828. OLE color: 12517828.
HSL color Cylindrical-coordinate representation of color #C401BF: hue angle of 301.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C401BF is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 191 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.23 |
| HSL | 301.54º | 0.99% | 0.39% | - |
| HSV(B) | 301.54º | 0.99% | 0.77% | - |
| XYZ | 32.18 | 15.52 | 50.59 | - |
| YUV | 80.97 | 190.1 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 191 | 0 | 0.99 | 0.03 | 0.23 | 301.54 | 0.99 | 0.39 |
| Hex | C4 | 1 | BF | 0 | 63 | 3 | 17 | 12E | 63 | 27 |
| Octal | 304 | 1 | 277 | 0 | 143 | 3 | 27 | 456 | 143 | 47 |
| Binary | 11000100 | 1 | 10111111 | 0 | 1100011 | 11 | 10111 | 100101110 | 1100011 | 100111 |
Color Harmonies of #C401BF
Complementary color
Monochromatic Colors of #C401BF
Black with #C401BF
Text Example
Text Example
White with #C401BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401BF; }
p { color: rgb(196,1,191); }
H1.HeaderClassName
{
color: #C401BF;
}
.AnyTagClassName
{
color: #C401BF;
}
</style>
background-color css
<style>
a { background-color: #C401BF; }
a { background-color: rgb(196,1,191); }
div.DivClassName
{
background-color: #C401BF;
}
.BgClassName
{
background-color: #C401BF;
}
</style>
border-color css
<style>
span { border-color: #C401BF; }
span { border-color: rgb(196,1,191); }
td.TdClassName
{
border-color: #C401BF;
}
.TagClassName
{
border-color: #C401BF;
}
</style>