Shades of Deep Magenta #C210CA
Tints of Deep Magenta #C210CA
RGB
CMYK
RGB Variations
Color information
#C210CA (or 0xC210CA) is known color: Deep Magenta. HEX triplet: C2, 10 and CA. RGB value is (194,16,202). Sum of RGB (Red+Green+Blue) = 194+16+202=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #C210CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210CA is #3DEF35. Grayscale: #595959. Windows color (decimal): -4058934 or 13242562. OLE color: 13242562.
HSL color Cylindrical-coordinate representation of color #C210CA: hue angle of 297.42º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210CA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 16 | 202 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.21 |
| HSL | 297.42º | 0.85% | 0.43% | - |
| HSV(B) | 297.42º | 0.92% | 0.79% | - |
| XYZ | 33.09 | 16.1 | 57.24 | - |
| YUV | 90.43 | 190.97 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 202 | 0.04 | 0.92 | 0 | 0.21 | 297.42 | 0.85 | 0.43 |
| Hex | C2 | 10 | CA | 4 | 5C | 0 | 15 | 129 | 55 | 2B |
| Octal | 302 | 20 | 312 | 4 | 134 | 0 | 25 | 451 | 125 | 53 |
| Binary | 11000010 | 10000 | 11001010 | 100 | 1011100 | 0 | 10101 | 100101001 | 1010101 | 101011 |
Color Harmonies of #C210CA
Complementary color
Monochromatic Colors of #C210CA
Black with #C210CA
Text Example
Text Example
White with #C210CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210CA; }
p { color: rgb(194,16,202); }
H1.HeaderClassName
{
color: #C210CA;
}
.AnyTagClassName
{
color: #C210CA;
}
</style>
background-color css
<style>
a { background-color: #C210CA; }
a { background-color: rgb(194,16,202); }
div.DivClassName
{
background-color: #C210CA;
}
.BgClassName
{
background-color: #C210CA;
}
</style>
border-color css
<style>
span { border-color: #C210CA; }
span { border-color: rgb(194,16,202); }
td.TdClassName
{
border-color: #C210CA;
}
.TagClassName
{
border-color: #C210CA;
}
</style>