Shades of Deep Magenta #C001CE
Tints of Deep Magenta #C001CE
RGB
CMYK
RGB Variations
Color information
#C001CE (or 0xC001CE) is known color: Deep Magenta. HEX triplet: C0, 01 and CE. RGB value is (192,1,206). Sum of RGB (Red+Green+Blue) = 192+1+206=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #C001CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001CE is #3FFE31. Grayscale: #505050. Windows color (decimal): -4193842 or 13500864. OLE color: 13500864.
HSL color Cylindrical-coordinate representation of color #C001CE: hue angle of 295.9º 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 #C001CE is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 1 | 206 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.19 |
| HSL | 295.9º | 0.99% | 0.41% | - |
| HSV(B) | 295.9º | 1% | 0.81% | - |
| XYZ | 32.89 | 15.68 | 59.69 | - |
| YUV | 81.48 | 198.28 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 206 | 0.07 | 1.00 | 0 | 0.19 | 295.9 | 0.99 | 0.41 |
| Hex | C0 | 1 | CE | 7 | 64 | 0 | 13 | 128 | 63 | 29 |
| Octal | 300 | 1 | 316 | 7 | 144 | 0 | 23 | 450 | 143 | 51 |
| Binary | 11000000 | 1 | 11001110 | 111 | 1100100 | 0 | 10011 | 100101000 | 1100011 | 101001 |
Color Harmonies of #C001CE
Complementary color
Monochromatic Colors of #C001CE
Black with #C001CE
Text Example
Text Example
White with #C001CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001CE; }
p { color: rgb(192,1,206); }
H1.HeaderClassName
{
color: #C001CE;
}
.AnyTagClassName
{
color: #C001CE;
}
</style>
background-color css
<style>
a { background-color: #C001CE; }
a { background-color: rgb(192,1,206); }
div.DivClassName
{
background-color: #C001CE;
}
.BgClassName
{
background-color: #C001CE;
}
</style>
border-color css
<style>
span { border-color: #C001CE; }
span { border-color: rgb(192,1,206); }
td.TdClassName
{
border-color: #C001CE;
}
.TagClassName
{
border-color: #C001CE;
}
</style>