Shades of Deep Magenta #C21CC6
Tints of Deep Magenta #C21CC6
RGB
CMYK
RGB Variations
Color information
#C21CC6 (or 0xC21CC6) is known color: Deep Magenta. HEX triplet: C2, 1C and C6. RGB value is (194,28,198). Sum of RGB (Red+Green+Blue) = 194+28+198=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #C21CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CC6 is #3DE339. Grayscale: #606060. Windows color (decimal): -4055866 or 12983490. OLE color: 12983490.
HSL color Cylindrical-coordinate representation of color #C21CC6: hue angle of 298.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CC6 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 28 | 198 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.22 |
| HSL | 298.59º | 0.75% | 0.44% | - |
| HSV(B) | 298.59º | 0.86% | 0.78% | - |
| XYZ | 32.86 | 16.38 | 54.86 | - |
| YUV | 97.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 198 | 0.02 | 0.86 | 0 | 0.22 | 298.59 | 0.75 | 0.44 |
| Hex | C2 | 1C | C6 | 2 | 56 | 0 | 16 | 12B | 4B | 2C |
| Octal | 302 | 34 | 306 | 2 | 126 | 0 | 26 | 453 | 113 | 54 |
| Binary | 11000010 | 11100 | 11000110 | 10 | 1010110 | 0 | 10110 | 100101011 | 1001011 | 101100 |
Color Harmonies of #C21CC6
Complementary color
Monochromatic Colors of #C21CC6
Black with #C21CC6
Text Example
Text Example
White with #C21CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CC6; }
p { color: rgb(194,28,198); }
H1.HeaderClassName
{
color: #C21CC6;
}
.AnyTagClassName
{
color: #C21CC6;
}
</style>
background-color css
<style>
a { background-color: #C21CC6; }
a { background-color: rgb(194,28,198); }
div.DivClassName
{
background-color: #C21CC6;
}
.BgClassName
{
background-color: #C21CC6;
}
</style>
border-color css
<style>
span { border-color: #C21CC6; }
span { border-color: rgb(194,28,198); }
td.TdClassName
{
border-color: #C21CC6;
}
.TagClassName
{
border-color: #C21CC6;
}
</style>