Shades of Deep Magenta #C601CE
Tints of Deep Magenta #C601CE
RGB
CMYK
RGB Variations
Color information
#C601CE (or 0xC601CE) is known color: Deep Magenta. HEX triplet: C6, 01 and CE. RGB value is (198,1,206). Sum of RGB (Red+Green+Blue) = 198+1+206=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #C601CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601CE is #39FE31. Grayscale: #525252. Windows color (decimal): -3800626 or 13500870. OLE color: 13500870.
HSL color Cylindrical-coordinate representation of color #C601CE: hue angle of 297.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601CE is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 1 | 206 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.19 |
| HSL | 297.66º | 0.99% | 0.41% | - |
| HSV(B) | 297.66º | 1% | 0.81% | - |
| XYZ | 34.44 | 16.48 | 59.76 | - |
| YUV | 83.27 | 197.27 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 206 | 0.04 | 1.00 | 0 | 0.19 | 297.66 | 0.99 | 0.41 |
| Hex | C6 | 1 | CE | 4 | 64 | 0 | 13 | 12A | 63 | 29 |
| Octal | 306 | 1 | 316 | 4 | 144 | 0 | 23 | 452 | 143 | 51 |
| Binary | 11000110 | 1 | 11001110 | 100 | 1100100 | 0 | 10011 | 100101010 | 1100011 | 101001 |
Color Harmonies of #C601CE
Complementary color
Monochromatic Colors of #C601CE
Black with #C601CE
Text Example
Text Example
White with #C601CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601CE; }
p { color: rgb(198,1,206); }
H1.HeaderClassName
{
color: #C601CE;
}
.AnyTagClassName
{
color: #C601CE;
}
</style>
background-color css
<style>
a { background-color: #C601CE; }
a { background-color: rgb(198,1,206); }
div.DivClassName
{
background-color: #C601CE;
}
.BgClassName
{
background-color: #C601CE;
}
</style>
border-color css
<style>
span { border-color: #C601CE; }
span { border-color: rgb(198,1,206); }
td.TdClassName
{
border-color: #C601CE;
}
.TagClassName
{
border-color: #C601CE;
}
</style>