Shades of Deep Magenta #C21AD7
Tints of Deep Magenta #C21AD7
RGB
CMYK
RGB Variations
Color information
#C21AD7 (or 0xC21AD7) is known color: Deep Magenta. HEX triplet: C2, 1A and D7. RGB value is (194,26,215). Sum of RGB (Red+Green+Blue) = 194+26+215=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #C21AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21AD7 is #3DE528. Grayscale: #616161. Windows color (decimal): -4056361 or 14097090. OLE color: 14097090.
HSL color Cylindrical-coordinate representation of color #C21AD7: hue angle of 293.33º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21AD7 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 26 | 215 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.16 |
| HSL | 293.33º | 0.78% | 0.47% | - |
| HSV(B) | 293.33º | 0.88% | 0.84% | - |
| XYZ | 34.88 | 17.11 | 65.75 | - |
| YUV | 97.78 | 194.16 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 215 | 0.10 | 0.88 | 0 | 0.16 | 293.33 | 0.78 | 0.47 |
| Hex | C2 | 1A | D7 | A | 58 | 0 | 10 | 125 | 4E | 2F |
| Octal | 302 | 32 | 327 | 12 | 130 | 0 | 20 | 445 | 116 | 57 |
| Binary | 11000010 | 11010 | 11010111 | 1010 | 1011000 | 0 | 10000 | 100100101 | 1001110 | 101111 |
Color Harmonies of #C21AD7
Complementary color
Monochromatic Colors of #C21AD7
Black with #C21AD7
Text Example
Text Example
White with #C21AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AD7; }
p { color: rgb(194,26,215); }
H1.HeaderClassName
{
color: #C21AD7;
}
.AnyTagClassName
{
color: #C21AD7;
}
</style>
background-color css
<style>
a { background-color: #C21AD7; }
a { background-color: rgb(194,26,215); }
div.DivClassName
{
background-color: #C21AD7;
}
.BgClassName
{
background-color: #C21AD7;
}
</style>
border-color css
<style>
span { border-color: #C21AD7; }
span { border-color: rgb(194,26,215); }
td.TdClassName
{
border-color: #C21AD7;
}
.TagClassName
{
border-color: #C21AD7;
}
</style>