Shades of Deep Magenta #C21BC2
Tints of Deep Magenta #C21BC2
RGB
CMYK
RGB Variations
Color information
#C21BC2 (or 0xC21BC2) is known color: Deep Magenta. HEX triplet: C2, 1B and C2. RGB value is (194,27,194). Sum of RGB (Red+Green+Blue) = 194+27+194=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C21BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BC2 is #3DE43D. Grayscale: #5F5F5F. Windows color (decimal): -4056126 or 12721090. OLE color: 12721090.
HSL color Cylindrical-coordinate representation of color #C21BC2: hue angle of 300º 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 #C21BC2 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 194 | - |
| CMYK | 0 | 0.86 | 0 | 0.24 |
| HSL | 300º | 0.76% | 0.43% | - |
| HSV(B) | 300º | 0.86% | 0.76% | - |
| XYZ | 32.38 | 16.15 | 52.45 | - |
| YUV | 95.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 194 | 0 | 0.86 | 0 | 0.24 | 300 | 0.76 | 0.43 |
| Hex | C2 | 1B | C2 | 0 | 56 | 0 | 18 | 12C | 4C | 2B |
| Octal | 302 | 33 | 302 | 0 | 126 | 0 | 30 | 454 | 114 | 53 |
| Binary | 11000010 | 11011 | 11000010 | 0 | 1010110 | 0 | 11000 | 100101100 | 1001100 | 101011 |
Color Harmonies of #C21BC2
Complementary color
Monochromatic Colors of #C21BC2
Black with #C21BC2
Text Example
Text Example
White with #C21BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BC2; }
p { color: rgb(194,27,194); }
H1.HeaderClassName
{
color: #C21BC2;
}
.AnyTagClassName
{
color: #C21BC2;
}
</style>
background-color css
<style>
a { background-color: #C21BC2; }
a { background-color: rgb(194,27,194); }
div.DivClassName
{
background-color: #C21BC2;
}
.BgClassName
{
background-color: #C21BC2;
}
</style>
border-color css
<style>
span { border-color: #C21BC2; }
span { border-color: rgb(194,27,194); }
td.TdClassName
{
border-color: #C21BC2;
}
.TagClassName
{
border-color: #C21BC2;
}
</style>