Shades of Deep Magenta #C400BA
Tints of Deep Magenta #C400BA
RGB
CMYK
RGB Variations
Color information
#C400BA (or 0xC400BA) is known color: Deep Magenta. HEX triplet: C4, 00 and BA. RGB value is (196,0,186). Sum of RGB (Red+Green+Blue) = 196+0+186=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C400BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400BA is #3BFF45. Grayscale: #4F4F4F. Windows color (decimal): -3931974 or 12189892. OLE color: 12189892.
HSL color Cylindrical-coordinate representation of color #C400BA: hue angle of 303.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400BA is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.05 | 0.23 |
| HSL | 303.06º | 1% | 0.38% | - |
| HSV(B) | 303.06º | 1% | 0.77% | - |
| XYZ | 31.63 | 15.28 | 47.74 | - |
| YUV | 79.81 | 187.93 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 186 | 0 | 1 | 0.05 | 0.23 | 303.06 | 1 | 0.38 |
| Hex | C4 | 0 | BA | 0 | 64 | 5 | 17 | 12F | 64 | 26 |
| Octal | 304 | 0 | 272 | 0 | 144 | 5 | 27 | 457 | 144 | 46 |
| Binary | 11000100 | 0 | 10111010 | 0 | 1100100 | 101 | 10111 | 100101111 | 1100100 | 100110 |
Color Harmonies of #C400BA
Complementary color
Monochromatic Colors of #C400BA
Black with #C400BA
Text Example
Text Example
White with #C400BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400BA; }
p { color: rgb(196,0,186); }
H1.HeaderClassName
{
color: #C400BA;
}
.AnyTagClassName
{
color: #C400BA;
}
</style>
background-color css
<style>
a { background-color: #C400BA; }
a { background-color: rgb(196,0,186); }
div.DivClassName
{
background-color: #C400BA;
}
.BgClassName
{
background-color: #C400BA;
}
</style>
border-color css
<style>
span { border-color: #C400BA; }
span { border-color: rgb(196,0,186); }
td.TdClassName
{
border-color: #C400BA;
}
.TagClassName
{
border-color: #C400BA;
}
</style>