Shades of Deep Magenta #C01ADA
Tints of Deep Magenta #C01ADA
RGB
CMYK
RGB Variations
Color information
#C01ADA (or 0xC01ADA) is known color: Deep Magenta. HEX triplet: C0, 1A and DA. RGB value is (192,26,218). Sum of RGB (Red+Green+Blue) = 192+26+218=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #C01ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ADA is #3FE525. Grayscale: #606060. Windows color (decimal): -4187430 or 14293696. OLE color: 14293696.
HSL color Cylindrical-coordinate representation of color #C01ADA: hue angle of 291.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01ADA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 26 | 218 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.15 |
| HSL | 291.88º | 0.79% | 0.48% | - |
| HSV(B) | 291.88º | 0.88% | 0.85% | - |
| XYZ | 34.76 | 17.01 | 67.78 | - |
| YUV | 97.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 218 | 0.12 | 0.88 | 0 | 0.15 | 291.88 | 0.79 | 0.48 |
| Hex | C0 | 1A | DA | C | 58 | 0 | F | 124 | 4F | 30 |
| Octal | 300 | 32 | 332 | 14 | 130 | 0 | 17 | 444 | 117 | 60 |
| Binary | 11000000 | 11010 | 11011010 | 1100 | 1011000 | 0 | 1111 | 100100100 | 1001111 | 110000 |
Color Harmonies of #C01ADA
Complementary color
Monochromatic Colors of #C01ADA
Black with #C01ADA
Text Example
Text Example
White with #C01ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01ADA; }
p { color: rgb(192,26,218); }
H1.HeaderClassName
{
color: #C01ADA;
}
.AnyTagClassName
{
color: #C01ADA;
}
</style>
background-color css
<style>
a { background-color: #C01ADA; }
a { background-color: rgb(192,26,218); }
div.DivClassName
{
background-color: #C01ADA;
}
.BgClassName
{
background-color: #C01ADA;
}
</style>
border-color css
<style>
span { border-color: #C01ADA; }
span { border-color: rgb(192,26,218); }
td.TdClassName
{
border-color: #C01ADA;
}
.TagClassName
{
border-color: #C01ADA;
}
</style>