Shades of Deep Magenta #C019CD
Tints of Deep Magenta #C019CD
RGB
CMYK
RGB Variations
Color information
#C019CD (or 0xC019CD) is known color: Deep Magenta. HEX triplet: C0, 19 and CD. RGB value is (192,25,205). Sum of RGB (Red+Green+Blue) = 192+25+205=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #C019CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019CD is #3FE632. Grayscale: #5E5E5E. Windows color (decimal): -4187699 or 13441472. OLE color: 13441472.
HSL color Cylindrical-coordinate representation of color #C019CD: hue angle of 295.67º 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 #C019CD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 25 | 205 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.20 |
| HSL | 295.67º | 0.78% | 0.45% | - |
| HSV(B) | 295.67º | 0.88% | 0.8% | - |
| XYZ | 33.11 | 16.31 | 59.16 | - |
| YUV | 95.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 205 | 0.06 | 0.88 | 0 | 0.20 | 295.67 | 0.78 | 0.45 |
| Hex | C0 | 19 | CD | 6 | 58 | 0 | 14 | 128 | 4E | 2D |
| Octal | 300 | 31 | 315 | 6 | 130 | 0 | 24 | 450 | 116 | 55 |
| Binary | 11000000 | 11001 | 11001101 | 110 | 1011000 | 0 | 10100 | 100101000 | 1001110 | 101101 |
Color Harmonies of #C019CD
Complementary color
Monochromatic Colors of #C019CD
Black with #C019CD
Text Example
Text Example
White with #C019CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019CD; }
p { color: rgb(192,25,205); }
H1.HeaderClassName
{
color: #C019CD;
}
.AnyTagClassName
{
color: #C019CD;
}
</style>
background-color css
<style>
a { background-color: #C019CD; }
a { background-color: rgb(192,25,205); }
div.DivClassName
{
background-color: #C019CD;
}
.BgClassName
{
background-color: #C019CD;
}
</style>
border-color css
<style>
span { border-color: #C019CD; }
span { border-color: rgb(192,25,205); }
td.TdClassName
{
border-color: #C019CD;
}
.TagClassName
{
border-color: #C019CD;
}
</style>