Shades of Deep Magenta #C421BB
Tints of Deep Magenta #C421BB
RGB
CMYK
RGB Variations
Color information
#C421BB (or 0xC421BB) is known color: Deep Magenta. HEX triplet: C4, 21 and BB. RGB value is (196,33,187). Sum of RGB (Red+Green+Blue) = 196+33+187=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C421BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421BB is #3BDE44. Grayscale: #626262. Windows color (decimal): -3923525 or 12263876. OLE color: 12263876.
HSL color Cylindrical-coordinate representation of color #C421BB: hue angle of 303.31º 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 #C421BB is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 187 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.23 |
| HSL | 303.31º | 0.71% | 0.45% | - |
| HSV(B) | 303.31º | 0.83% | 0.77% | - |
| XYZ | 32.28 | 16.41 | 48.48 | - |
| YUV | 99.29 | 177.5 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 187 | 0 | 0.83 | 0.05 | 0.23 | 303.31 | 0.71 | 0.45 |
| Hex | C4 | 21 | BB | 0 | 53 | 5 | 17 | 12F | 47 | 2D |
| Octal | 304 | 41 | 273 | 0 | 123 | 5 | 27 | 457 | 107 | 55 |
| Binary | 11000100 | 100001 | 10111011 | 0 | 1010011 | 101 | 10111 | 100101111 | 1000111 | 101101 |
Color Harmonies of #C421BB
Complementary color
Monochromatic Colors of #C421BB
Black with #C421BB
Text Example
Text Example
White with #C421BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421BB; }
p { color: rgb(196,33,187); }
H1.HeaderClassName
{
color: #C421BB;
}
.AnyTagClassName
{
color: #C421BB;
}
</style>
background-color css
<style>
a { background-color: #C421BB; }
a { background-color: rgb(196,33,187); }
div.DivClassName
{
background-color: #C421BB;
}
.BgClassName
{
background-color: #C421BB;
}
</style>
border-color css
<style>
span { border-color: #C421BB; }
span { border-color: rgb(196,33,187); }
td.TdClassName
{
border-color: #C421BB;
}
.TagClassName
{
border-color: #C421BB;
}
</style>