Shades of Deep Magenta #C21CC9
Tints of Deep Magenta #C21CC9
RGB
CMYK
RGB Variations
Color information
#C21CC9 (or 0xC21CC9) is known color: Deep Magenta. HEX triplet: C2, 1C and C9. RGB value is (194,28,201). Sum of RGB (Red+Green+Blue) = 194+28+201=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #C21CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CC9 is #3DE336. Grayscale: #606060. Windows color (decimal): -4055863 or 13180098. OLE color: 13180098.
HSL color Cylindrical-coordinate representation of color #C21CC9: hue angle of 297.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CC9 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 28 | 201 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.21 |
| HSL | 297.57º | 0.76% | 0.45% | - |
| HSV(B) | 297.57º | 0.86% | 0.79% | - |
| XYZ | 33.21 | 16.52 | 56.7 | - |
| YUV | 97.36 | 186.5 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 201 | 0.03 | 0.86 | 0 | 0.21 | 297.57 | 0.76 | 0.45 |
| Hex | C2 | 1C | C9 | 3 | 56 | 0 | 15 | 12A | 4C | 2D |
| Octal | 302 | 34 | 311 | 3 | 126 | 0 | 25 | 452 | 114 | 55 |
| Binary | 11000010 | 11100 | 11001001 | 11 | 1010110 | 0 | 10101 | 100101010 | 1001100 | 101101 |
Color Harmonies of #C21CC9
Complementary color
Monochromatic Colors of #C21CC9
Black with #C21CC9
Text Example
Text Example
White with #C21CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CC9; }
p { color: rgb(194,28,201); }
H1.HeaderClassName
{
color: #C21CC9;
}
.AnyTagClassName
{
color: #C21CC9;
}
</style>
background-color css
<style>
a { background-color: #C21CC9; }
a { background-color: rgb(194,28,201); }
div.DivClassName
{
background-color: #C21CC9;
}
.BgClassName
{
background-color: #C21CC9;
}
</style>
border-color css
<style>
span { border-color: #C21CC9; }
span { border-color: rgb(194,28,201); }
td.TdClassName
{
border-color: #C21CC9;
}
.TagClassName
{
border-color: #C21CC9;
}
</style>