Shades of Deep Magenta #C019C4
Tints of Deep Magenta #C019C4
RGB
CMYK
RGB Variations
Color information
#C019C4 (or 0xC019C4) is known color: Deep Magenta. HEX triplet: C0, 19 and C4. RGB value is (192,25,196). Sum of RGB (Red+Green+Blue) = 192+25+196=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #C019C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019C4 is #3FE63B. Grayscale: #5D5D5D. Windows color (decimal): -4187708 or 12851648. OLE color: 12851648.
HSL color Cylindrical-coordinate representation of color #C019C4: hue angle of 298.6º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019C4 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 25 | 196 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.23 |
| HSL | 298.6º | 0.77% | 0.43% | - |
| HSV(B) | 298.6º | 0.87% | 0.77% | - |
| XYZ | 32.05 | 15.89 | 53.6 | - |
| YUV | 94.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 196 | 0.02 | 0.87 | 0 | 0.23 | 298.6 | 0.77 | 0.43 |
| Hex | C0 | 19 | C4 | 2 | 57 | 0 | 17 | 12B | 4D | 2B |
| Octal | 300 | 31 | 304 | 2 | 127 | 0 | 27 | 453 | 115 | 53 |
| Binary | 11000000 | 11001 | 11000100 | 10 | 1010111 | 0 | 10111 | 100101011 | 1001101 | 101011 |
Color Harmonies of #C019C4
Complementary color
Monochromatic Colors of #C019C4
Black with #C019C4
Text Example
Text Example
White with #C019C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019C4; }
p { color: rgb(192,25,196); }
H1.HeaderClassName
{
color: #C019C4;
}
.AnyTagClassName
{
color: #C019C4;
}
</style>
background-color css
<style>
a { background-color: #C019C4; }
a { background-color: rgb(192,25,196); }
div.DivClassName
{
background-color: #C019C4;
}
.BgClassName
{
background-color: #C019C4;
}
</style>
border-color css
<style>
span { border-color: #C019C4; }
span { border-color: rgb(192,25,196); }
td.TdClassName
{
border-color: #C019C4;
}
.TagClassName
{
border-color: #C019C4;
}
</style>