Shades of Deep Magenta #C219CF
Tints of Deep Magenta #C219CF
RGB
CMYK
RGB Variations
Color information
#C219CF (or 0xC219CF) is known color: Deep Magenta. HEX triplet: C2, 19 and CF. RGB value is (194,25,207). Sum of RGB (Red+Green+Blue) = 194+25+207=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #C219CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219CF is #3DE630. Grayscale: #5F5F5F. Windows color (decimal): -4056625 or 13572546. OLE color: 13572546.
HSL color Cylindrical-coordinate representation of color #C219CF: hue angle of 295.71º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C219CF is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 25 | 207 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.19 |
| HSL | 295.71º | 0.78% | 0.45% | - |
| HSV(B) | 295.71º | 0.88% | 0.81% | - |
| XYZ | 33.86 | 16.67 | 60.46 | - |
| YUV | 96.28 | 190.49 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 207 | 0.06 | 0.88 | 0 | 0.19 | 295.71 | 0.78 | 0.45 |
| Hex | C2 | 19 | CF | 6 | 58 | 0 | 13 | 128 | 4E | 2D |
| Octal | 302 | 31 | 317 | 6 | 130 | 0 | 23 | 450 | 116 | 55 |
| Binary | 11000010 | 11001 | 11001111 | 110 | 1011000 | 0 | 10011 | 100101000 | 1001110 | 101101 |
Color Harmonies of #C219CF
Complementary color
Monochromatic Colors of #C219CF
Black with #C219CF
Text Example
Text Example
White with #C219CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219CF; }
p { color: rgb(194,25,207); }
H1.HeaderClassName
{
color: #C219CF;
}
.AnyTagClassName
{
color: #C219CF;
}
</style>
background-color css
<style>
a { background-color: #C219CF; }
a { background-color: rgb(194,25,207); }
div.DivClassName
{
background-color: #C219CF;
}
.BgClassName
{
background-color: #C219CF;
}
</style>
border-color css
<style>
span { border-color: #C219CF; }
span { border-color: rgb(194,25,207); }
td.TdClassName
{
border-color: #C219CF;
}
.TagClassName
{
border-color: #C219CF;
}
</style>