Shades of Deep Magenta #C401BA
Tints of Deep Magenta #C401BA
RGB
CMYK
RGB Variations
Color information
#C401BA (or 0xC401BA) is known color: Deep Magenta. HEX triplet: C4, 01 and BA. RGB value is (196,1,186). Sum of RGB (Red+Green+Blue) = 196+1+186=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C401BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401BA is #3BFE45. Grayscale: #4F4F4F. Windows color (decimal): -3931718 or 12190148. OLE color: 12190148.
HSL color Cylindrical-coordinate representation of color #C401BA: hue angle of 303.08º 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 #C401BA is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 186 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.23 |
| HSL | 303.08º | 0.99% | 0.39% | - |
| HSV(B) | 303.08º | 0.99% | 0.77% | - |
| XYZ | 31.64 | 15.3 | 47.74 | - |
| YUV | 80.4 | 187.6 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 186 | 0 | 0.99 | 0.05 | 0.23 | 303.08 | 0.99 | 0.39 |
| Hex | C4 | 1 | BA | 0 | 63 | 5 | 17 | 12F | 63 | 27 |
| Octal | 304 | 1 | 272 | 0 | 143 | 5 | 27 | 457 | 143 | 47 |
| Binary | 11000100 | 1 | 10111010 | 0 | 1100011 | 101 | 10111 | 100101111 | 1100011 | 100111 |
Color Harmonies of #C401BA
Complementary color
Monochromatic Colors of #C401BA
Black with #C401BA
Text Example
Text Example
White with #C401BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401BA; }
p { color: rgb(196,1,186); }
H1.HeaderClassName
{
color: #C401BA;
}
.AnyTagClassName
{
color: #C401BA;
}
</style>
background-color css
<style>
a { background-color: #C401BA; }
a { background-color: rgb(196,1,186); }
div.DivClassName
{
background-color: #C401BA;
}
.BgClassName
{
background-color: #C401BA;
}
</style>
border-color css
<style>
span { border-color: #C401BA; }
span { border-color: rgb(196,1,186); }
td.TdClassName
{
border-color: #C401BA;
}
.TagClassName
{
border-color: #C401BA;
}
</style>