Shades of Deep Magenta #C019CC
Tints of Deep Magenta #C019CC
RGB
CMYK
RGB Variations
Color information
#C019CC (or 0xC019CC) is known color: Deep Magenta. HEX triplet: C0, 19 and CC. RGB value is (192,25,204). Sum of RGB (Red+Green+Blue) = 192+25+204=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #C019CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019CC is #3FE633. Grayscale: #5E5E5E. Windows color (decimal): -4187700 or 13375936. OLE color: 13375936.
HSL color Cylindrical-coordinate representation of color #C019CC: hue angle of 295.98º 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 #C019CC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 25 | 204 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.2 |
| HSL | 295.98º | 0.78% | 0.45% | - |
| HSV(B) | 295.98º | 0.88% | 0.8% | - |
| XYZ | 32.98 | 16.26 | 58.53 | - |
| YUV | 95.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 204 | 0.06 | 0.88 | 0 | 0.2 | 295.98 | 0.78 | 0.45 |
| Hex | C0 | 19 | CC | 6 | 58 | 0 | 14 | 128 | 4E | 2D |
| Octal | 300 | 31 | 314 | 6 | 130 | 0 | 24 | 450 | 116 | 55 |
| Binary | 11000000 | 11001 | 11001100 | 110 | 1011000 | 0 | 10100 | 100101000 | 1001110 | 101101 |
Color Harmonies of #C019CC
Complementary color
Monochromatic Colors of #C019CC
Black with #C019CC
Text Example
Text Example
White with #C019CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019CC; }
p { color: rgb(192,25,204); }
H1.HeaderClassName
{
color: #C019CC;
}
.AnyTagClassName
{
color: #C019CC;
}
</style>
background-color css
<style>
a { background-color: #C019CC; }
a { background-color: rgb(192,25,204); }
div.DivClassName
{
background-color: #C019CC;
}
.BgClassName
{
background-color: #C019CC;
}
</style>
border-color css
<style>
span { border-color: #C019CC; }
span { border-color: rgb(192,25,204); }
td.TdClassName
{
border-color: #C019CC;
}
.TagClassName
{
border-color: #C019CC;
}
</style>