Shades of Deep Magenta #C21BB1
Tints of Deep Magenta #C21BB1
RGB
CMYK
RGB Variations
Color information
#C21BB1 (or 0xC21BB1) is known color: Deep Magenta. HEX triplet: C2, 1B and B1. RGB value is (194,27,177). Sum of RGB (Red+Green+Blue) = 194+27+177=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21BB1 is #3DE44E. Grayscale: #5D5D5D. Windows color (decimal): -4056143 or 11606978. OLE color: 11606978.
HSL color Cylindrical-coordinate representation of color #C21BB1: hue angle of 306.11º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21BB1 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 177 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.24 |
| HSL | 306.11º | 0.76% | 0.43% | - |
| HSV(B) | 306.11º | 0.86% | 0.76% | - |
| XYZ | 30.58 | 15.43 | 42.96 | - |
| YUV | 94.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 177 | 0 | 0.86 | 0.09 | 0.24 | 306.11 | 0.76 | 0.43 |
| Hex | C2 | 1B | B1 | 0 | 56 | 9 | 18 | 132 | 4C | 2B |
| Octal | 302 | 33 | 261 | 0 | 126 | 11 | 30 | 462 | 114 | 53 |
| Binary | 11000010 | 11011 | 10110001 | 0 | 1010110 | 1001 | 11000 | 100110010 | 1001100 | 101011 |
Color Harmonies of #C21BB1
Complementary color
Monochromatic Colors of #C21BB1
Black with #C21BB1
Text Example
Text Example
White with #C21BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BB1; }
p { color: rgb(194,27,177); }
H1.HeaderClassName
{
color: #C21BB1;
}
.AnyTagClassName
{
color: #C21BB1;
}
</style>
background-color css
<style>
a { background-color: #C21BB1; }
a { background-color: rgb(194,27,177); }
div.DivClassName
{
background-color: #C21BB1;
}
.BgClassName
{
background-color: #C21BB1;
}
</style>
border-color css
<style>
span { border-color: #C21BB1; }
span { border-color: rgb(194,27,177); }
td.TdClassName
{
border-color: #C21BB1;
}
.TagClassName
{
border-color: #C21BB1;
}
</style>