Shades of Deep Magenta #C601C0
Tints of Deep Magenta #C601C0
RGB
CMYK
RGB Variations
Color information
#C601C0 (or 0xC601C0) is known color: Deep Magenta. HEX triplet: C6, 01 and C0. RGB value is (198,1,192). Sum of RGB (Red+Green+Blue) = 198+1+192=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C601C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601C0 is #39FE3F. Grayscale: #515151. Windows color (decimal): -3800640 or 12583366. OLE color: 12583366.
HSL color Cylindrical-coordinate representation of color #C601C0: hue angle of 301.83º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C601C0 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 192 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.22 |
| HSL | 301.83º | 0.99% | 0.39% | - |
| HSV(B) | 301.83º | 0.99% | 0.78% | - |
| XYZ | 32.81 | 15.83 | 51.2 | - |
| YUV | 81.68 | 190.27 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 192 | 0 | 0.99 | 0.03 | 0.22 | 301.83 | 0.99 | 0.39 |
| Hex | C6 | 1 | C0 | 0 | 63 | 3 | 16 | 12E | 63 | 27 |
| Octal | 306 | 1 | 300 | 0 | 143 | 3 | 26 | 456 | 143 | 47 |
| Binary | 11000110 | 1 | 11000000 | 0 | 1100011 | 11 | 10110 | 100101110 | 1100011 | 100111 |
Color Harmonies of #C601C0
Complementary color
Monochromatic Colors of #C601C0
Black with #C601C0
Text Example
Text Example
White with #C601C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601C0; }
p { color: rgb(198,1,192); }
H1.HeaderClassName
{
color: #C601C0;
}
.AnyTagClassName
{
color: #C601C0;
}
</style>
background-color css
<style>
a { background-color: #C601C0; }
a { background-color: rgb(198,1,192); }
div.DivClassName
{
background-color: #C601C0;
}
.BgClassName
{
background-color: #C601C0;
}
</style>
border-color css
<style>
span { border-color: #C601C0; }
span { border-color: rgb(198,1,192); }
td.TdClassName
{
border-color: #C601C0;
}
.TagClassName
{
border-color: #C601C0;
}
</style>