Shades of Deep Magenta #C01AB7
Tints of Deep Magenta #C01AB7
RGB
CMYK
RGB Variations
Color information
#C01AB7 (or 0xC01AB7) is known color: Deep Magenta. HEX triplet: C0, 1A and B7. RGB value is (192,26,183). Sum of RGB (Red+Green+Blue) = 192+26+183=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AB7 is #3FE548. Grayscale: #5D5D5D. Windows color (decimal): -4187465 or 11999936. OLE color: 11999936.
HSL color Cylindrical-coordinate representation of color #C01AB7: hue angle of 303.25º 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 #C01AB7 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 183 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.25 |
| HSL | 303.25º | 0.76% | 0.43% | - |
| HSV(B) | 303.25º | 0.86% | 0.75% | - |
| XYZ | 30.65 | 15.36 | 46.15 | - |
| YUV | 93.53 | 178.5 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 183 | 0 | 0.86 | 0.05 | 0.25 | 303.25 | 0.76 | 0.43 |
| Hex | C0 | 1A | B7 | 0 | 56 | 5 | 19 | 12F | 4C | 2B |
| Octal | 300 | 32 | 267 | 0 | 126 | 5 | 31 | 457 | 114 | 53 |
| Binary | 11000000 | 11010 | 10110111 | 0 | 1010110 | 101 | 11001 | 100101111 | 1001100 | 101011 |
Color Harmonies of #C01AB7
Complementary color
Monochromatic Colors of #C01AB7
Black with #C01AB7
Text Example
Text Example
White with #C01AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AB7; }
p { color: rgb(192,26,183); }
H1.HeaderClassName
{
color: #C01AB7;
}
.AnyTagClassName
{
color: #C01AB7;
}
</style>
background-color css
<style>
a { background-color: #C01AB7; }
a { background-color: rgb(192,26,183); }
div.DivClassName
{
background-color: #C01AB7;
}
.BgClassName
{
background-color: #C01AB7;
}
</style>
border-color css
<style>
span { border-color: #C01AB7; }
span { border-color: rgb(192,26,183); }
td.TdClassName
{
border-color: #C01AB7;
}
.TagClassName
{
border-color: #C01AB7;
}
</style>