Shades of Deep Magenta #C219C7
Tints of Deep Magenta #C219C7
RGB
CMYK
RGB Variations
Color information
#C219C7 (or 0xC219C7) is known color: Deep Magenta. HEX triplet: C2, 19 and C7. RGB value is (194,25,199). Sum of RGB (Red+Green+Blue) = 194+25+199=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 199 - color contains mainly: blue. Hex color #C219C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219C7 is #3DE638. Grayscale: #5E5E5E. Windows color (decimal): -4056633 or 13048258. OLE color: 13048258.
HSL color Cylindrical-coordinate representation of color #C219C7: hue angle of 298.28º 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 #C219C7 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 25 | 199 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.22 |
| HSL | 298.28º | 0.78% | 0.44% | - |
| HSV(B) | 298.28º | 0.87% | 0.78% | - |
| XYZ | 32.9 | 16.29 | 55.44 | - |
| YUV | 95.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 199 | 0.03 | 0.87 | 0 | 0.22 | 298.28 | 0.78 | 0.44 |
| Hex | C2 | 19 | C7 | 3 | 57 | 0 | 16 | 12A | 4E | 2C |
| Octal | 302 | 31 | 307 | 3 | 127 | 0 | 26 | 452 | 116 | 54 |
| Binary | 11000010 | 11001 | 11000111 | 11 | 1010111 | 0 | 10110 | 100101010 | 1001110 | 101100 |
Color Harmonies of #C219C7
Complementary color
Monochromatic Colors of #C219C7
Black with #C219C7
Text Example
Text Example
White with #C219C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219C7; }
p { color: rgb(194,25,199); }
H1.HeaderClassName
{
color: #C219C7;
}
.AnyTagClassName
{
color: #C219C7;
}
</style>
background-color css
<style>
a { background-color: #C219C7; }
a { background-color: rgb(194,25,199); }
div.DivClassName
{
background-color: #C219C7;
}
.BgClassName
{
background-color: #C219C7;
}
</style>
border-color css
<style>
span { border-color: #C219C7; }
span { border-color: rgb(194,25,199); }
td.TdClassName
{
border-color: #C219C7;
}
.TagClassName
{
border-color: #C219C7;
}
</style>