Shades of Deep Magenta #C421BA
Tints of Deep Magenta #C421BA
RGB
CMYK
RGB Variations
Color information
#C421BA (or 0xC421BA) is known color: Deep Magenta. HEX triplet: C4, 21 and BA. RGB value is (196,33,186). Sum of RGB (Red+Green+Blue) = 196+33+186=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C421BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421BA is #3BDE45. Grayscale: #626262. Windows color (decimal): -3923526 or 12198340. OLE color: 12198340.
HSL color Cylindrical-coordinate representation of color #C421BA: hue angle of 303.68º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C421BA is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 186 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.23 |
| HSL | 303.68º | 0.71% | 0.45% | - |
| HSV(B) | 303.68º | 0.83% | 0.77% | - |
| XYZ | 32.17 | 16.37 | 47.92 | - |
| YUV | 99.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 186 | 0 | 0.83 | 0.05 | 0.23 | 303.68 | 0.71 | 0.45 |
| Hex | C4 | 21 | BA | 0 | 53 | 5 | 17 | 130 | 47 | 2D |
| Octal | 304 | 41 | 272 | 0 | 123 | 5 | 27 | 460 | 107 | 55 |
| Binary | 11000100 | 100001 | 10111010 | 0 | 1010011 | 101 | 10111 | 100110000 | 1000111 | 101101 |
Color Harmonies of #C421BA
Complementary color
Monochromatic Colors of #C421BA
Black with #C421BA
Text Example
Text Example
White with #C421BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421BA; }
p { color: rgb(196,33,186); }
H1.HeaderClassName
{
color: #C421BA;
}
.AnyTagClassName
{
color: #C421BA;
}
</style>
background-color css
<style>
a { background-color: #C421BA; }
a { background-color: rgb(196,33,186); }
div.DivClassName
{
background-color: #C421BA;
}
.BgClassName
{
background-color: #C421BA;
}
</style>
border-color css
<style>
span { border-color: #C421BA; }
span { border-color: rgb(196,33,186); }
td.TdClassName
{
border-color: #C421BA;
}
.TagClassName
{
border-color: #C421BA;
}
</style>