Shades of Deep Magenta #C219C6
Tints of Deep Magenta #C219C6
RGB
CMYK
RGB Variations
Color information
#C219C6 (or 0xC219C6) is known color: Deep Magenta. HEX triplet: C2, 19 and C6. RGB value is (194,25,198). Sum of RGB (Red+Green+Blue) = 194+25+198=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #C219C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219C6 is #3DE639. Grayscale: #5E5E5E. Windows color (decimal): -4056634 or 12982722. OLE color: 12982722.
HSL color Cylindrical-coordinate representation of color #C219C6: hue angle of 298.61º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C219C6 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 25 | 198 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.22 |
| HSL | 298.61º | 0.78% | 0.44% | - |
| HSV(B) | 298.61º | 0.87% | 0.78% | - |
| XYZ | 32.79 | 16.24 | 54.83 | - |
| YUV | 95.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 198 | 0.02 | 0.87 | 0 | 0.22 | 298.61 | 0.78 | 0.44 |
| Hex | C2 | 19 | C6 | 2 | 57 | 0 | 16 | 12B | 4E | 2C |
| Octal | 302 | 31 | 306 | 2 | 127 | 0 | 26 | 453 | 116 | 54 |
| Binary | 11000010 | 11001 | 11000110 | 10 | 1010111 | 0 | 10110 | 100101011 | 1001110 | 101100 |
Color Harmonies of #C219C6
Complementary color
Monochromatic Colors of #C219C6
Black with #C219C6
Text Example
Text Example
White with #C219C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219C6; }
p { color: rgb(194,25,198); }
H1.HeaderClassName
{
color: #C219C6;
}
.AnyTagClassName
{
color: #C219C6;
}
</style>
background-color css
<style>
a { background-color: #C219C6; }
a { background-color: rgb(194,25,198); }
div.DivClassName
{
background-color: #C219C6;
}
.BgClassName
{
background-color: #C219C6;
}
</style>
border-color css
<style>
span { border-color: #C219C6; }
span { border-color: rgb(194,25,198); }
td.TdClassName
{
border-color: #C219C6;
}
.TagClassName
{
border-color: #C219C6;
}
</style>