Shades of Deep Magenta #C21ABD
Tints of Deep Magenta #C21ABD
RGB
CMYK
RGB Variations
Color information
#C21ABD (or 0xC21ABD) is known color: Deep Magenta. HEX triplet: C2, 1A and BD. RGB value is (194,26,189). Sum of RGB (Red+Green+Blue) = 194+26+189=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C21ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ABD is #3DE542. Grayscale: #5E5E5E. Windows color (decimal): -4056387 or 12393154. OLE color: 12393154.
HSL color Cylindrical-coordinate representation of color #C21ABD: hue angle of 301.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21ABD is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 189 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.24 |
| HSL | 301.79º | 0.76% | 0.43% | - |
| HSV(B) | 301.79º | 0.87% | 0.76% | - |
| XYZ | 31.8 | 15.88 | 49.53 | - |
| YUV | 94.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 189 | 0 | 0.87 | 0.03 | 0.24 | 301.79 | 0.76 | 0.43 |
| Hex | C2 | 1A | BD | 0 | 57 | 3 | 18 | 12E | 4C | 2B |
| Octal | 302 | 32 | 275 | 0 | 127 | 3 | 30 | 456 | 114 | 53 |
| Binary | 11000010 | 11010 | 10111101 | 0 | 1010111 | 11 | 11000 | 100101110 | 1001100 | 101011 |
Color Harmonies of #C21ABD
Complementary color
Monochromatic Colors of #C21ABD
Black with #C21ABD
Text Example
Text Example
White with #C21ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21ABD; }
p { color: rgb(194,26,189); }
H1.HeaderClassName
{
color: #C21ABD;
}
.AnyTagClassName
{
color: #C21ABD;
}
</style>
background-color css
<style>
a { background-color: #C21ABD; }
a { background-color: rgb(194,26,189); }
div.DivClassName
{
background-color: #C21ABD;
}
.BgClassName
{
background-color: #C21ABD;
}
</style>
border-color css
<style>
span { border-color: #C21ABD; }
span { border-color: rgb(194,26,189); }
td.TdClassName
{
border-color: #C21ABD;
}
.TagClassName
{
border-color: #C21ABD;
}
</style>