Shades of Deep Magenta #C21BD8
Tints of Deep Magenta #C21BD8
RGB
CMYK
RGB Variations
Color information
#C21BD8 (or 0xC21BD8) is known color: Deep Magenta. HEX triplet: C2, 1B and D8. RGB value is (194,27,216). Sum of RGB (Red+Green+Blue) = 194+27+216=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #C21BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BD8 is #3DE427. Grayscale: #616161. Windows color (decimal): -4056104 or 14162882. OLE color: 14162882.
HSL color Cylindrical-coordinate representation of color #C21BD8: hue angle of 293.02º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21BD8 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 27 | 216 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.15 |
| HSL | 293.02º | 0.78% | 0.48% | - |
| HSV(B) | 293.02º | 0.88% | 0.85% | - |
| XYZ | 35.03 | 17.21 | 66.44 | - |
| YUV | 98.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 216 | 0.10 | 0.88 | 0 | 0.15 | 293.02 | 0.78 | 0.48 |
| Hex | C2 | 1B | D8 | A | 58 | 0 | F | 125 | 4E | 30 |
| Octal | 302 | 33 | 330 | 12 | 130 | 0 | 17 | 445 | 116 | 60 |
| Binary | 11000010 | 11011 | 11011000 | 1010 | 1011000 | 0 | 1111 | 100100101 | 1001110 | 110000 |
Color Harmonies of #C21BD8
Complementary color
Monochromatic Colors of #C21BD8
Black with #C21BD8
Text Example
Text Example
White with #C21BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BD8; }
p { color: rgb(194,27,216); }
H1.HeaderClassName
{
color: #C21BD8;
}
.AnyTagClassName
{
color: #C21BD8;
}
</style>
background-color css
<style>
a { background-color: #C21BD8; }
a { background-color: rgb(194,27,216); }
div.DivClassName
{
background-color: #C21BD8;
}
.BgClassName
{
background-color: #C21BD8;
}
</style>
border-color css
<style>
span { border-color: #C21BD8; }
span { border-color: rgb(194,27,216); }
td.TdClassName
{
border-color: #C21BD8;
}
.TagClassName
{
border-color: #C21BD8;
}
</style>