Shades of Deep Magenta #C01AD5
Tints of Deep Magenta #C01AD5
RGB
CMYK
RGB Variations
Color information
#C01AD5 (or 0xC01AD5) is known color: Deep Magenta. HEX triplet: C0, 1A and D5. RGB value is (192,26,213). Sum of RGB (Red+Green+Blue) = 192+26+213=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #C01AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AD5 is #3FE52A. Grayscale: #606060. Windows color (decimal): -4187435 or 13966016. OLE color: 13966016.
HSL color Cylindrical-coordinate representation of color #C01AD5: hue angle of 293.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01AD5 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 26 | 213 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.16 |
| HSL | 293.26º | 0.78% | 0.47% | - |
| HSV(B) | 293.26º | 0.88% | 0.84% | - |
| XYZ | 34.12 | 16.75 | 64.39 | - |
| YUV | 96.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 213 | 0.10 | 0.88 | 0 | 0.16 | 293.26 | 0.78 | 0.47 |
| Hex | C0 | 1A | D5 | A | 58 | 0 | 10 | 125 | 4E | 2F |
| Octal | 300 | 32 | 325 | 12 | 130 | 0 | 20 | 445 | 116 | 57 |
| Binary | 11000000 | 11010 | 11010101 | 1010 | 1011000 | 0 | 10000 | 100100101 | 1001110 | 101111 |
Color Harmonies of #C01AD5
Complementary color
Monochromatic Colors of #C01AD5
Black with #C01AD5
Text Example
Text Example
White with #C01AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AD5; }
p { color: rgb(192,26,213); }
H1.HeaderClassName
{
color: #C01AD5;
}
.AnyTagClassName
{
color: #C01AD5;
}
</style>
background-color css
<style>
a { background-color: #C01AD5; }
a { background-color: rgb(192,26,213); }
div.DivClassName
{
background-color: #C01AD5;
}
.BgClassName
{
background-color: #C01AD5;
}
</style>
border-color css
<style>
span { border-color: #C01AD5; }
span { border-color: rgb(192,26,213); }
td.TdClassName
{
border-color: #C01AD5;
}
.TagClassName
{
border-color: #C01AD5;
}
</style>