Shades of Deep Magenta #C219C2
Tints of Deep Magenta #C219C2
RGB
CMYK
RGB Variations
Color information
#C219C2 (or 0xC219C2) is known color: Deep Magenta. HEX triplet: C2, 19 and C2. RGB value is (194,25,194). Sum of RGB (Red+Green+Blue) = 194+25+194=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C219C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219C2 is #3DE63D. Grayscale: #5E5E5E. Windows color (decimal): -4056638 or 12720578. OLE color: 12720578.
HSL color Cylindrical-coordinate representation of color #C219C2: hue angle of 300º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C219C2 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 194 | - |
| CMYK | 0 | 0.87 | 0 | 0.24 |
| HSL | 300º | 0.77% | 0.43% | - |
| HSV(B) | 300º | 0.87% | 0.76% | - |
| XYZ | 32.33 | 16.06 | 52.43 | - |
| YUV | 94.8 | 183.99 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 194 | 0 | 0.87 | 0 | 0.24 | 300 | 0.77 | 0.43 |
| Hex | C2 | 19 | C2 | 0 | 57 | 0 | 18 | 12C | 4D | 2B |
| Octal | 302 | 31 | 302 | 0 | 127 | 0 | 30 | 454 | 115 | 53 |
| Binary | 11000010 | 11001 | 11000010 | 0 | 1010111 | 0 | 11000 | 100101100 | 1001101 | 101011 |
Color Harmonies of #C219C2
Complementary color
Monochromatic Colors of #C219C2
Black with #C219C2
Text Example
Text Example
White with #C219C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219C2; }
p { color: rgb(194,25,194); }
H1.HeaderClassName
{
color: #C219C2;
}
.AnyTagClassName
{
color: #C219C2;
}
</style>
background-color css
<style>
a { background-color: #C219C2; }
a { background-color: rgb(194,25,194); }
div.DivClassName
{
background-color: #C219C2;
}
.BgClassName
{
background-color: #C219C2;
}
</style>
border-color css
<style>
span { border-color: #C219C2; }
span { border-color: rgb(194,25,194); }
td.TdClassName
{
border-color: #C219C2;
}
.TagClassName
{
border-color: #C219C2;
}
</style>