Shades of Deep Magenta #C21CC2
Tints of Deep Magenta #C21CC2
RGB
CMYK
RGB Variations
Color information
#C21CC2 (or 0xC21CC2) is known color: Deep Magenta. HEX triplet: C2, 1C and C2. RGB value is (194,28,194). Sum of RGB (Red+Green+Blue) = 194+28+194=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C21CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CC2 is #3DE33D. Grayscale: #606060. Windows color (decimal): -4055870 or 12721346. OLE color: 12721346.
HSL color Cylindrical-coordinate representation of color #C21CC2: hue angle of 300º 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 #C21CC2 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 194 | - |
| CMYK | 0 | 0.86 | 0 | 0.24 |
| HSL | 300º | 0.75% | 0.44% | - |
| HSV(B) | 300º | 0.86% | 0.76% | - |
| XYZ | 32.4 | 16.19 | 52.46 | - |
| YUV | 96.56 | 183 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 194 | 0 | 0.86 | 0 | 0.24 | 300 | 0.75 | 0.44 |
| Hex | C2 | 1C | C2 | 0 | 56 | 0 | 18 | 12C | 4B | 2C |
| Octal | 302 | 34 | 302 | 0 | 126 | 0 | 30 | 454 | 113 | 54 |
| Binary | 11000010 | 11100 | 11000010 | 0 | 1010110 | 0 | 11000 | 100101100 | 1001011 | 101100 |
Color Harmonies of #C21CC2
Complementary color
Monochromatic Colors of #C21CC2
Black with #C21CC2
Text Example
Text Example
White with #C21CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CC2; }
p { color: rgb(194,28,194); }
H1.HeaderClassName
{
color: #C21CC2;
}
.AnyTagClassName
{
color: #C21CC2;
}
</style>
background-color css
<style>
a { background-color: #C21CC2; }
a { background-color: rgb(194,28,194); }
div.DivClassName
{
background-color: #C21CC2;
}
.BgClassName
{
background-color: #C21CC2;
}
</style>
border-color css
<style>
span { border-color: #C21CC2; }
span { border-color: rgb(194,28,194); }
td.TdClassName
{
border-color: #C21CC2;
}
.TagClassName
{
border-color: #C21CC2;
}
</style>