Shades of Deep Magenta #C21CB6
Tints of Deep Magenta #C21CB6
RGB
CMYK
RGB Variations
Color information
#C21CB6 (or 0xC21CB6) is known color: Deep Magenta. HEX triplet: C2, 1C and B6. RGB value is (194,28,182). Sum of RGB (Red+Green+Blue) = 194+28+182=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CB6 is #3DE349. Grayscale: #5E5E5E. Windows color (decimal): -4055882 or 11934914. OLE color: 11934914.
HSL color Cylindrical-coordinate representation of color #C21CB6: hue angle of 304.34º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CB6 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 182 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.24 |
| HSL | 304.34º | 0.75% | 0.44% | - |
| HSV(B) | 304.34º | 0.86% | 0.76% | - |
| XYZ | 31.11 | 15.68 | 45.64 | - |
| YUV | 95.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 182 | 0 | 0.86 | 0.06 | 0.24 | 304.34 | 0.75 | 0.44 |
| Hex | C2 | 1C | B6 | 0 | 56 | 6 | 18 | 130 | 4B | 2C |
| Octal | 302 | 34 | 266 | 0 | 126 | 6 | 30 | 460 | 113 | 54 |
| Binary | 11000010 | 11100 | 10110110 | 0 | 1010110 | 110 | 11000 | 100110000 | 1001011 | 101100 |
Color Harmonies of #C21CB6
Complementary color
Monochromatic Colors of #C21CB6
Black with #C21CB6
Text Example
Text Example
White with #C21CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CB6; }
p { color: rgb(194,28,182); }
H1.HeaderClassName
{
color: #C21CB6;
}
.AnyTagClassName
{
color: #C21CB6;
}
</style>
background-color css
<style>
a { background-color: #C21CB6; }
a { background-color: rgb(194,28,182); }
div.DivClassName
{
background-color: #C21CB6;
}
.BgClassName
{
background-color: #C21CB6;
}
</style>
border-color css
<style>
span { border-color: #C21CB6; }
span { border-color: rgb(194,28,182); }
td.TdClassName
{
border-color: #C21CB6;
}
.TagClassName
{
border-color: #C21CB6;
}
</style>