Shades of Deep Magenta #C819C0
Tints of Deep Magenta #C819C0
RGB
CMYK
RGB Variations
Color information
#C819C0 (or 0xC819C0) is known color: Deep Magenta. HEX triplet: C8, 19 and C0. RGB value is (200,25,192). Sum of RGB (Red+Green+Blue) = 200+25+192=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C819C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819C0 is #37E63F. Grayscale: #5F5F5F. Windows color (decimal): -3663424 or 12589512. OLE color: 12589512.
HSL color Cylindrical-coordinate representation of color #C819C0: hue angle of 302.74º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819C0 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 192 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.22 |
| HSL | 302.74º | 0.78% | 0.44% | - |
| HSV(B) | 302.74º | 0.88% | 0.78% | - |
| XYZ | 33.68 | 16.78 | 51.33 | - |
| YUV | 96.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 192 | 0 | 0.88 | 0.04 | 0.22 | 302.74 | 0.78 | 0.44 |
| Hex | C8 | 19 | C0 | 0 | 58 | 4 | 16 | 12F | 4E | 2C |
| Octal | 310 | 31 | 300 | 0 | 130 | 4 | 26 | 457 | 116 | 54 |
| Binary | 11001000 | 11001 | 11000000 | 0 | 1011000 | 100 | 10110 | 100101111 | 1001110 | 101100 |
Color Harmonies of #C819C0
Complementary color
Monochromatic Colors of #C819C0
Black with #C819C0
Text Example
Text Example
White with #C819C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819C0; }
p { color: rgb(200,25,192); }
H1.HeaderClassName
{
color: #C819C0;
}
.AnyTagClassName
{
color: #C819C0;
}
</style>
background-color css
<style>
a { background-color: #C819C0; }
a { background-color: rgb(200,25,192); }
div.DivClassName
{
background-color: #C819C0;
}
.BgClassName
{
background-color: #C819C0;
}
</style>
border-color css
<style>
span { border-color: #C819C0; }
span { border-color: rgb(200,25,192); }
td.TdClassName
{
border-color: #C819C0;
}
.TagClassName
{
border-color: #C819C0;
}
</style>