Shades of Deep Magenta #C21BD7
Tints of Deep Magenta #C21BD7
RGB
CMYK
RGB Variations
Color information
#C21BD7 (or 0xC21BD7) is known color: Deep Magenta. HEX triplet: C2, 1B and D7. RGB value is (194,27,215). Sum of RGB (Red+Green+Blue) = 194+27+215=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #C21BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BD7 is #3DE428. Grayscale: #616161. Windows color (decimal): -4056105 or 14097346. OLE color: 14097346.
HSL color Cylindrical-coordinate representation of color #C21BD7: hue angle of 293.3º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21BD7 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 27 | 215 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.16 |
| HSL | 293.3º | 0.78% | 0.47% | - |
| HSV(B) | 293.3º | 0.87% | 0.84% | - |
| XYZ | 34.91 | 17.16 | 65.76 | - |
| YUV | 98.37 | 193.83 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 215 | 0.10 | 0.87 | 0 | 0.16 | 293.3 | 0.78 | 0.47 |
| Hex | C2 | 1B | D7 | A | 57 | 0 | 10 | 125 | 4E | 2F |
| Octal | 302 | 33 | 327 | 12 | 127 | 0 | 20 | 445 | 116 | 57 |
| Binary | 11000010 | 11011 | 11010111 | 1010 | 1010111 | 0 | 10000 | 100100101 | 1001110 | 101111 |
Color Harmonies of #C21BD7
Complementary color
Monochromatic Colors of #C21BD7
Black with #C21BD7
Text Example
Text Example
White with #C21BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BD7; }
p { color: rgb(194,27,215); }
H1.HeaderClassName
{
color: #C21BD7;
}
.AnyTagClassName
{
color: #C21BD7;
}
</style>
background-color css
<style>
a { background-color: #C21BD7; }
a { background-color: rgb(194,27,215); }
div.DivClassName
{
background-color: #C21BD7;
}
.BgClassName
{
background-color: #C21BD7;
}
</style>
border-color css
<style>
span { border-color: #C21BD7; }
span { border-color: rgb(194,27,215); }
td.TdClassName
{
border-color: #C21BD7;
}
.TagClassName
{
border-color: #C21BD7;
}
</style>