Shades of Deep Magenta #C210CC
Tints of Deep Magenta #C210CC
RGB
CMYK
RGB Variations
Color information
#C210CC (or 0xC210CC) is known color: Deep Magenta. HEX triplet: C2, 10 and CC. RGB value is (194,16,204). Sum of RGB (Red+Green+Blue) = 194+16+204=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #C210CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210CC is #3DEF33. Grayscale: #5A5A5A. Windows color (decimal): -4058932 or 13373634. OLE color: 13373634.
HSL color Cylindrical-coordinate representation of color #C210CC: hue angle of 296.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210CC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 16 | 204 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.2 |
| HSL | 296.81º | 0.85% | 0.43% | - |
| HSV(B) | 296.81º | 0.92% | 0.8% | - |
| XYZ | 33.33 | 16.2 | 58.5 | - |
| YUV | 90.65 | 191.97 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 204 | 0.05 | 0.92 | 0 | 0.2 | 296.81 | 0.85 | 0.43 |
| Hex | C2 | 10 | CC | 5 | 5C | 0 | 14 | 129 | 55 | 2B |
| Octal | 302 | 20 | 314 | 5 | 134 | 0 | 24 | 451 | 125 | 53 |
| Binary | 11000010 | 10000 | 11001100 | 101 | 1011100 | 0 | 10100 | 100101001 | 1010101 | 101011 |
Color Harmonies of #C210CC
Complementary color
Monochromatic Colors of #C210CC
Black with #C210CC
Text Example
Text Example
White with #C210CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210CC; }
p { color: rgb(194,16,204); }
H1.HeaderClassName
{
color: #C210CC;
}
.AnyTagClassName
{
color: #C210CC;
}
</style>
background-color css
<style>
a { background-color: #C210CC; }
a { background-color: rgb(194,16,204); }
div.DivClassName
{
background-color: #C210CC;
}
.BgClassName
{
background-color: #C210CC;
}
</style>
border-color css
<style>
span { border-color: #C210CC; }
span { border-color: rgb(194,16,204); }
td.TdClassName
{
border-color: #C210CC;
}
.TagClassName
{
border-color: #C210CC;
}
</style>