Shades of Deep Magenta #C201CA
Tints of Deep Magenta #C201CA
RGB
CMYK
RGB Variations
Color information
#C201CA (or 0xC201CA) is known color: Deep Magenta. HEX triplet: C2, 01 and CA. RGB value is (194,1,202). Sum of RGB (Red+Green+Blue) = 194+1+202=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #C201CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201CA is #3DFE35. Grayscale: #515151. Windows color (decimal): -4062774 or 13238722. OLE color: 13238722.
HSL color Cylindrical-coordinate representation of color #C201CA: hue angle of 297.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201CA is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 1 | 202 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.21 |
| HSL | 297.61º | 0.99% | 0.4% | - |
| HSV(B) | 297.61º | 1% | 0.79% | - |
| XYZ | 32.92 | 15.76 | 57.18 | - |
| YUV | 81.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 202 | 0.04 | 1.00 | 0 | 0.21 | 297.61 | 0.99 | 0.4 |
| Hex | C2 | 1 | CA | 4 | 64 | 0 | 15 | 12A | 63 | 28 |
| Octal | 302 | 1 | 312 | 4 | 144 | 0 | 25 | 452 | 143 | 50 |
| Binary | 11000010 | 1 | 11001010 | 100 | 1100100 | 0 | 10101 | 100101010 | 1100011 | 101000 |
Color Harmonies of #C201CA
Complementary color
Monochromatic Colors of #C201CA
Black with #C201CA
Text Example
Text Example
White with #C201CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201CA; }
p { color: rgb(194,1,202); }
H1.HeaderClassName
{
color: #C201CA;
}
.AnyTagClassName
{
color: #C201CA;
}
</style>
background-color css
<style>
a { background-color: #C201CA; }
a { background-color: rgb(194,1,202); }
div.DivClassName
{
background-color: #C201CA;
}
.BgClassName
{
background-color: #C201CA;
}
</style>
border-color css
<style>
span { border-color: #C201CA; }
span { border-color: rgb(194,1,202); }
td.TdClassName
{
border-color: #C201CA;
}
.TagClassName
{
border-color: #C201CA;
}
</style>