Shades of Deep Magenta #C203CA
Tints of Deep Magenta #C203CA
RGB
CMYK
RGB Variations
Color information
#C203CA (or 0xC203CA) is known color: Deep Magenta. HEX triplet: C2, 03 and CA. RGB value is (194,3,202). Sum of RGB (Red+Green+Blue) = 194+3+202=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #C203CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203CA is #3DFC35. Grayscale: #525252. Windows color (decimal): -4062262 or 13239234. OLE color: 13239234.
HSL color Cylindrical-coordinate representation of color #C203CA: hue angle of 297.59º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203CA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 3 | 202 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.21 |
| HSL | 297.59º | 0.97% | 0.4% | - |
| HSV(B) | 297.59º | 0.99% | 0.79% | - |
| XYZ | 32.94 | 15.8 | 57.19 | - |
| YUV | 82.8 | 195.28 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 202 | 0.04 | 0.99 | 0 | 0.21 | 297.59 | 0.97 | 0.4 |
| Hex | C2 | 3 | CA | 4 | 63 | 0 | 15 | 12A | 61 | 28 |
| Octal | 302 | 3 | 312 | 4 | 143 | 0 | 25 | 452 | 141 | 50 |
| Binary | 11000010 | 11 | 11001010 | 100 | 1100011 | 0 | 10101 | 100101010 | 1100001 | 101000 |
Color Harmonies of #C203CA
Complementary color
Monochromatic Colors of #C203CA
Black with #C203CA
Text Example
Text Example
White with #C203CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203CA; }
p { color: rgb(194,3,202); }
H1.HeaderClassName
{
color: #C203CA;
}
.AnyTagClassName
{
color: #C203CA;
}
</style>
background-color css
<style>
a { background-color: #C203CA; }
a { background-color: rgb(194,3,202); }
div.DivClassName
{
background-color: #C203CA;
}
.BgClassName
{
background-color: #C203CA;
}
</style>
border-color css
<style>
span { border-color: #C203CA; }
span { border-color: rgb(194,3,202); }
td.TdClassName
{
border-color: #C203CA;
}
.TagClassName
{
border-color: #C203CA;
}
</style>