Shades of Deep Magenta #C201C1
Tints of Deep Magenta #C201C1
RGB
CMYK
RGB Variations
Color information
#C201C1 (or 0xC201C1) is known color: Deep Magenta. HEX triplet: C2, 01 and C1. RGB value is (194,1,193). Sum of RGB (Red+Green+Blue) = 194+1+193=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C201C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201C1 is #3DFE3E. Grayscale: #505050. Windows color (decimal): -4062783 or 12648898. OLE color: 12648898.
HSL color Cylindrical-coordinate representation of color #C201C1: hue angle of 300.31º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C201C1 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 193 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.24 |
| HSL | 300.31º | 0.99% | 0.38% | - |
| HSV(B) | 300.31º | 0.99% | 0.76% | - |
| XYZ | 31.88 | 15.34 | 51.73 | - |
| YUV | 80.6 | 191.44 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 193 | 0 | 0.99 | 0.01 | 0.24 | 300.31 | 0.99 | 0.38 |
| Hex | C2 | 1 | C1 | 0 | 63 | 1 | 18 | 12C | 63 | 26 |
| Octal | 302 | 1 | 301 | 0 | 143 | 1 | 30 | 454 | 143 | 46 |
| Binary | 11000010 | 1 | 11000001 | 0 | 1100011 | 1 | 11000 | 100101100 | 1100011 | 100110 |
Color Harmonies of #C201C1
Complementary color
Monochromatic Colors of #C201C1
Black with #C201C1
Text Example
Text Example
White with #C201C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201C1; }
p { color: rgb(194,1,193); }
H1.HeaderClassName
{
color: #C201C1;
}
.AnyTagClassName
{
color: #C201C1;
}
</style>
background-color css
<style>
a { background-color: #C201C1; }
a { background-color: rgb(194,1,193); }
div.DivClassName
{
background-color: #C201C1;
}
.BgClassName
{
background-color: #C201C1;
}
</style>
border-color css
<style>
span { border-color: #C201C1; }
span { border-color: rgb(194,1,193); }
td.TdClassName
{
border-color: #C201C1;
}
.TagClassName
{
border-color: #C201C1;
}
</style>