Shades of Deep Magenta #C819CD
Tints of Deep Magenta #C819CD
RGB
CMYK
RGB Variations
Color information
#C819CD (or 0xC819CD) is known color: Deep Magenta. HEX triplet: C8, 19 and CD. RGB value is (200,25,205). Sum of RGB (Red+Green+Blue) = 200+25+205=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #C819CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819CD is #37E632. Grayscale: #616161. Windows color (decimal): -3663411 or 13441480. OLE color: 13441480.
HSL color Cylindrical-coordinate representation of color #C819CD: hue angle of 298.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819CD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 25 | 205 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.20 |
| HSL | 298.33º | 0.78% | 0.45% | - |
| HSV(B) | 298.33º | 0.88% | 0.8% | - |
| XYZ | 35.19 | 17.38 | 59.26 | - |
| YUV | 97.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 205 | 0.02 | 0.88 | 0 | 0.20 | 298.33 | 0.78 | 0.45 |
| Hex | C8 | 19 | CD | 2 | 58 | 0 | 14 | 12A | 4E | 2D |
| Octal | 310 | 31 | 315 | 2 | 130 | 0 | 24 | 452 | 116 | 55 |
| Binary | 11001000 | 11001 | 11001101 | 10 | 1011000 | 0 | 10100 | 100101010 | 1001110 | 101101 |
Color Harmonies of #C819CD
Complementary color
Monochromatic Colors of #C819CD
Black with #C819CD
Text Example
Text Example
White with #C819CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819CD; }
p { color: rgb(200,25,205); }
H1.HeaderClassName
{
color: #C819CD;
}
.AnyTagClassName
{
color: #C819CD;
}
</style>
background-color css
<style>
a { background-color: #C819CD; }
a { background-color: rgb(200,25,205); }
div.DivClassName
{
background-color: #C819CD;
}
.BgClassName
{
background-color: #C819CD;
}
</style>
border-color css
<style>
span { border-color: #C819CD; }
span { border-color: rgb(200,25,205); }
td.TdClassName
{
border-color: #C819CD;
}
.TagClassName
{
border-color: #C819CD;
}
</style>