Shades of Deep Magenta #C201CE
Tints of Deep Magenta #C201CE
RGB
CMYK
RGB Variations
Color information
#C201CE (or 0xC201CE) is known color: Deep Magenta. HEX triplet: C2, 01 and CE. RGB value is (194,1,206). Sum of RGB (Red+Green+Blue) = 194+1+206=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #C201CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201CE is #3DFE31. Grayscale: #515151. Windows color (decimal): -4062770 or 13500866. OLE color: 13500866.
HSL color Cylindrical-coordinate representation of color #C201CE: hue angle of 296.49º 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 #C201CE is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 1 | 206 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.19 |
| HSL | 296.49º | 0.99% | 0.41% | - |
| HSV(B) | 296.49º | 1% | 0.81% | - |
| XYZ | 33.4 | 15.95 | 59.71 | - |
| YUV | 82.08 | 197.94 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 206 | 0.06 | 1.00 | 0 | 0.19 | 296.49 | 0.99 | 0.41 |
| Hex | C2 | 1 | CE | 6 | 64 | 0 | 13 | 128 | 63 | 29 |
| Octal | 302 | 1 | 316 | 6 | 144 | 0 | 23 | 450 | 143 | 51 |
| Binary | 11000010 | 1 | 11001110 | 110 | 1100100 | 0 | 10011 | 100101000 | 1100011 | 101001 |
Color Harmonies of #C201CE
Complementary color
Monochromatic Colors of #C201CE
Black with #C201CE
Text Example
Text Example
White with #C201CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201CE; }
p { color: rgb(194,1,206); }
H1.HeaderClassName
{
color: #C201CE;
}
.AnyTagClassName
{
color: #C201CE;
}
</style>
background-color css
<style>
a { background-color: #C201CE; }
a { background-color: rgb(194,1,206); }
div.DivClassName
{
background-color: #C201CE;
}
.BgClassName
{
background-color: #C201CE;
}
</style>
border-color css
<style>
span { border-color: #C201CE; }
span { border-color: rgb(194,1,206); }
td.TdClassName
{
border-color: #C201CE;
}
.TagClassName
{
border-color: #C201CE;
}
</style>