Shades of Deep Magenta #C819CF
Tints of Deep Magenta #C819CF
RGB
CMYK
RGB Variations
Color information
#C819CF (or 0xC819CF) is known color: Deep Magenta. HEX triplet: C8, 19 and CF. RGB value is (200,25,207). Sum of RGB (Red+Green+Blue) = 200+25+207=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #C819CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819CF is #37E630. Grayscale: #616161. Windows color (decimal): -3663409 or 13572552. OLE color: 13572552.
HSL color Cylindrical-coordinate representation of color #C819CF: hue angle of 297.69º 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 #C819CF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 25 | 207 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.19 |
| HSL | 297.69º | 0.78% | 0.45% | - |
| HSV(B) | 297.69º | 0.88% | 0.81% | - |
| XYZ | 35.43 | 17.48 | 60.54 | - |
| YUV | 98.07 | 189.48 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 207 | 0.03 | 0.88 | 0 | 0.19 | 297.69 | 0.78 | 0.45 |
| Hex | C8 | 19 | CF | 3 | 58 | 0 | 13 | 12A | 4E | 2D |
| Octal | 310 | 31 | 317 | 3 | 130 | 0 | 23 | 452 | 116 | 55 |
| Binary | 11001000 | 11001 | 11001111 | 11 | 1011000 | 0 | 10011 | 100101010 | 1001110 | 101101 |
Color Harmonies of #C819CF
Complementary color
Monochromatic Colors of #C819CF
Black with #C819CF
Text Example
Text Example
White with #C819CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819CF; }
p { color: rgb(200,25,207); }
H1.HeaderClassName
{
color: #C819CF;
}
.AnyTagClassName
{
color: #C819CF;
}
</style>
background-color css
<style>
a { background-color: #C819CF; }
a { background-color: rgb(200,25,207); }
div.DivClassName
{
background-color: #C819CF;
}
.BgClassName
{
background-color: #C819CF;
}
</style>
border-color css
<style>
span { border-color: #C819CF; }
span { border-color: rgb(200,25,207); }
td.TdClassName
{
border-color: #C819CF;
}
.TagClassName
{
border-color: #C819CF;
}
</style>