Shades of Deep Magenta #C819D3
Tints of Deep Magenta #C819D3
RGB
CMYK
RGB Variations
Color information
#C819D3 (or 0xC819D3) is known color: Deep Magenta. HEX triplet: C8, 19 and D3. RGB value is (200,25,211). Sum of RGB (Red+Green+Blue) = 200+25+211=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #C819D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819D3 is #37E62C. Grayscale: #616161. Windows color (decimal): -3663405 or 13834696. OLE color: 13834696.
HSL color Cylindrical-coordinate representation of color #C819D3: hue angle of 296.45º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819D3 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 25 | 211 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.17 |
| HSL | 296.45º | 0.79% | 0.46% | - |
| HSV(B) | 296.45º | 0.88% | 0.83% | - |
| XYZ | 35.92 | 17.68 | 63.15 | - |
| YUV | 98.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 211 | 0.05 | 0.88 | 0 | 0.17 | 296.45 | 0.79 | 0.46 |
| Hex | C8 | 19 | D3 | 5 | 58 | 0 | 11 | 128 | 4F | 2E |
| Octal | 310 | 31 | 323 | 5 | 130 | 0 | 21 | 450 | 117 | 56 |
| Binary | 11001000 | 11001 | 11010011 | 101 | 1011000 | 0 | 10001 | 100101000 | 1001111 | 101110 |
Color Harmonies of #C819D3
Complementary color
Monochromatic Colors of #C819D3
Black with #C819D3
Text Example
Text Example
White with #C819D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819D3; }
p { color: rgb(200,25,211); }
H1.HeaderClassName
{
color: #C819D3;
}
.AnyTagClassName
{
color: #C819D3;
}
</style>
background-color css
<style>
a { background-color: #C819D3; }
a { background-color: rgb(200,25,211); }
div.DivClassName
{
background-color: #C819D3;
}
.BgClassName
{
background-color: #C819D3;
}
</style>
border-color css
<style>
span { border-color: #C819D3; }
span { border-color: rgb(200,25,211); }
td.TdClassName
{
border-color: #C819D3;
}
.TagClassName
{
border-color: #C819D3;
}
</style>