Shades of Deep Magenta #C01ED1
Tints of Deep Magenta #C01ED1
RGB
CMYK
RGB Variations
Color information
#C01ED1 (or 0xC01ED1) is known color: Deep Magenta. HEX triplet: C0, 1E and D1. RGB value is (192,30,209). Sum of RGB (Red+Green+Blue) = 192+30+209=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #C01ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ED1 is #3FE12E. Grayscale: #626262. Windows color (decimal): -4186415 or 13704896. OLE color: 13704896.
HSL color Cylindrical-coordinate representation of color #C01ED1: hue angle of 294.3º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01ED1 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 30 | 209 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.18 |
| HSL | 294.3º | 0.75% | 0.47% | - |
| HSV(B) | 294.3º | 0.86% | 0.82% | - |
| XYZ | 33.71 | 16.74 | 61.78 | - |
| YUV | 98.84 | 190.17 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 209 | 0.08 | 0.86 | 0 | 0.18 | 294.3 | 0.75 | 0.47 |
| Hex | C0 | 1E | D1 | 8 | 56 | 0 | 12 | 126 | 4B | 2F |
| Octal | 300 | 36 | 321 | 10 | 126 | 0 | 22 | 446 | 113 | 57 |
| Binary | 11000000 | 11110 | 11010001 | 1000 | 1010110 | 0 | 10010 | 100100110 | 1001011 | 101111 |
Color Harmonies of #C01ED1
Complementary color
Monochromatic Colors of #C01ED1
Black with #C01ED1
Text Example
Text Example
White with #C01ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01ED1; }
p { color: rgb(192,30,209); }
H1.HeaderClassName
{
color: #C01ED1;
}
.AnyTagClassName
{
color: #C01ED1;
}
</style>
background-color css
<style>
a { background-color: #C01ED1; }
a { background-color: rgb(192,30,209); }
div.DivClassName
{
background-color: #C01ED1;
}
.BgClassName
{
background-color: #C01ED1;
}
</style>
border-color css
<style>
span { border-color: #C01ED1; }
span { border-color: rgb(192,30,209); }
td.TdClassName
{
border-color: #C01ED1;
}
.TagClassName
{
border-color: #C01ED1;
}
</style>