Shades of Deep Magenta #C601DE
Tints of Deep Magenta #C601DE
RGB
CMYK
RGB Variations
Color information
#C601DE (or 0xC601DE) is known color: Deep Magenta. HEX triplet: C6, 01 and DE. RGB value is (198,1,222). Sum of RGB (Red+Green+Blue) = 198+1+222=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #C601DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601DE is #39FE21. Grayscale: #545454. Windows color (decimal): -3800610 or 14549446. OLE color: 14549446.
HSL color Cylindrical-coordinate representation of color #C601DE: hue angle of 293.48º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601DE is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 1 | 222 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.13 |
| HSL | 293.48º | 0.99% | 0.44% | - |
| HSV(B) | 293.48º | 1% | 0.87% | - |
| XYZ | 36.48 | 17.3 | 70.52 | - |
| YUV | 85.1 | 205.27 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 222 | 0.11 | 1.00 | 0 | 0.13 | 293.48 | 0.99 | 0.44 |
| Hex | C6 | 1 | DE | B | 64 | 0 | D | 125 | 63 | 2C |
| Octal | 306 | 1 | 336 | 13 | 144 | 0 | 15 | 445 | 143 | 54 |
| Binary | 11000110 | 1 | 11011110 | 1011 | 1100100 | 0 | 1101 | 100100101 | 1100011 | 101100 |
Color Harmonies of #C601DE
Complementary color
Monochromatic Colors of #C601DE
Black with #C601DE
Text Example
Text Example
White with #C601DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601DE; }
p { color: rgb(198,1,222); }
H1.HeaderClassName
{
color: #C601DE;
}
.AnyTagClassName
{
color: #C601DE;
}
</style>
background-color css
<style>
a { background-color: #C601DE; }
a { background-color: rgb(198,1,222); }
div.DivClassName
{
background-color: #C601DE;
}
.BgClassName
{
background-color: #C601DE;
}
</style>
border-color css
<style>
span { border-color: #C601DE; }
span { border-color: rgb(198,1,222); }
td.TdClassName
{
border-color: #C601DE;
}
.TagClassName
{
border-color: #C601DE;
}
</style>