Shades of Medium Violet Red #C202A2
Tints of Medium Violet Red #C202A2
RGB
CMYK
RGB Variations
Color information
#C202A2 (or 0xC202A2) is known color: Medium Violet Red. HEX triplet: C2, 02 and A2. RGB value is (194,2,162). Sum of RGB (Red+Green+Blue) = 194+2+162=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C202A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C202A2 is #3DFD5D. Grayscale: #4D4D4D. Windows color (decimal): -4062558 or 10617538. OLE color: 10617538.
HSL color Cylindrical-coordinate representation of color #C202A2: hue angle of 310º degrees, saturation: 0.98, 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 #C202A2 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.24 |
| HSL | 310º | 0.98% | 0.38% | - |
| HSV(B) | 310º | 0.99% | 0.76% | - |
| XYZ | 28.79 | 14.12 | 35.39 | - |
| YUV | 77.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 162 | 0 | 0.99 | 0.16 | 0.24 | 310 | 0.98 | 0.38 |
| Hex | C2 | 2 | A2 | 0 | 63 | 10 | 18 | 136 | 62 | 26 |
| Octal | 302 | 2 | 242 | 0 | 143 | 20 | 30 | 466 | 142 | 46 |
| Binary | 11000010 | 10 | 10100010 | 0 | 1100011 | 10000 | 11000 | 100110110 | 1100010 | 100110 |
Color Harmonies of #C202A2
Complementary color
Monochromatic Colors of #C202A2
Black with #C202A2
Text Example
Text Example
White with #C202A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202A2; }
p { color: rgb(194,2,162); }
H1.HeaderClassName
{
color: #C202A2;
}
.AnyTagClassName
{
color: #C202A2;
}
</style>
background-color css
<style>
a { background-color: #C202A2; }
a { background-color: rgb(194,2,162); }
div.DivClassName
{
background-color: #C202A2;
}
.BgClassName
{
background-color: #C202A2;
}
</style>
border-color css
<style>
span { border-color: #C202A2; }
span { border-color: rgb(194,2,162); }
td.TdClassName
{
border-color: #C202A2;
}
.TagClassName
{
border-color: #C202A2;
}
</style>