Shades of Deep Magenta #C01AB6
Tints of Deep Magenta #C01AB6
RGB
CMYK
RGB Variations
Color information
#C01AB6 (or 0xC01AB6) is known color: Deep Magenta. HEX triplet: C0, 1A and B6. RGB value is (192,26,182). Sum of RGB (Red+Green+Blue) = 192+26+182=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AB6 is #3FE549. Grayscale: #5C5C5C. Windows color (decimal): -4187466 or 11934400. OLE color: 11934400.
HSL color Cylindrical-coordinate representation of color #C01AB6: hue angle of 303.61º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01AB6 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 182 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.25 |
| HSL | 303.61º | 0.76% | 0.43% | - |
| HSV(B) | 303.61º | 0.86% | 0.75% | - |
| XYZ | 30.55 | 15.32 | 45.6 | - |
| YUV | 93.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 182 | 0 | 0.86 | 0.05 | 0.25 | 303.61 | 0.76 | 0.43 |
| Hex | C0 | 1A | B6 | 0 | 56 | 5 | 19 | 130 | 4C | 2B |
| Octal | 300 | 32 | 266 | 0 | 126 | 5 | 31 | 460 | 114 | 53 |
| Binary | 11000000 | 11010 | 10110110 | 0 | 1010110 | 101 | 11001 | 100110000 | 1001100 | 101011 |
Color Harmonies of #C01AB6
Complementary color
Monochromatic Colors of #C01AB6
Black with #C01AB6
Text Example
Text Example
White with #C01AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AB6; }
p { color: rgb(192,26,182); }
H1.HeaderClassName
{
color: #C01AB6;
}
.AnyTagClassName
{
color: #C01AB6;
}
</style>
background-color css
<style>
a { background-color: #C01AB6; }
a { background-color: rgb(192,26,182); }
div.DivClassName
{
background-color: #C01AB6;
}
.BgClassName
{
background-color: #C01AB6;
}
</style>
border-color css
<style>
span { border-color: #C01AB6; }
span { border-color: rgb(192,26,182); }
td.TdClassName
{
border-color: #C01AB6;
}
.TagClassName
{
border-color: #C01AB6;
}
</style>