Shades of Deep Magenta #C601DC
Tints of Deep Magenta #C601DC
RGB
CMYK
RGB Variations
Color information
#C601DC (or 0xC601DC) is known color: Deep Magenta. HEX triplet: C6, 01 and DC. RGB value is (198,1,220). Sum of RGB (Red+Green+Blue) = 198+1+220=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #C601DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601DC is #39FE23. Grayscale: #545454. Windows color (decimal): -3800612 or 14418374. OLE color: 14418374.
HSL color Cylindrical-coordinate representation of color #C601DC: hue angle of 293.97º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601DC is Cyan = 0.1, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 1 | 220 | - |
| CMYK | 0.1 | 1.00 | 0 | 0.14 |
| HSL | 293.97º | 0.99% | 0.43% | - |
| HSV(B) | 293.97º | 1% | 0.86% | - |
| XYZ | 36.22 | 17.19 | 69.12 | - |
| YUV | 84.87 | 204.27 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 220 | 0.1 | 1.00 | 0 | 0.14 | 293.97 | 0.99 | 0.43 |
| Hex | C6 | 1 | DC | A | 64 | 0 | E | 126 | 63 | 2B |
| Octal | 306 | 1 | 334 | 12 | 144 | 0 | 16 | 446 | 143 | 53 |
| Binary | 11000110 | 1 | 11011100 | 1010 | 1100100 | 0 | 1110 | 100100110 | 1100011 | 101011 |
Color Harmonies of #C601DC
Complementary color
Monochromatic Colors of #C601DC
Black with #C601DC
Text Example
Text Example
White with #C601DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601DC; }
p { color: rgb(198,1,220); }
H1.HeaderClassName
{
color: #C601DC;
}
.AnyTagClassName
{
color: #C601DC;
}
</style>
background-color css
<style>
a { background-color: #C601DC; }
a { background-color: rgb(198,1,220); }
div.DivClassName
{
background-color: #C601DC;
}
.BgClassName
{
background-color: #C601DC;
}
</style>
border-color css
<style>
span { border-color: #C601DC; }
span { border-color: rgb(198,1,220); }
td.TdClassName
{
border-color: #C601DC;
}
.TagClassName
{
border-color: #C601DC;
}
</style>