Shades of Medium Violet Red #C202A5
Tints of Medium Violet Red #C202A5
RGB
CMYK
RGB Variations
Color information
#C202A5 (or 0xC202A5) is known color: Medium Violet Red. HEX triplet: C2, 02 and A5. RGB value is (194,2,165). Sum of RGB (Red+Green+Blue) = 194+2+165=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C202A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C202A5 is #3DFD5A. Grayscale: #4D4D4D. Windows color (decimal): -4062555 or 10814146. OLE color: 10814146.
HSL color Cylindrical-coordinate representation of color #C202A5: hue angle of 309.06º 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 #C202A5 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 165 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.24 |
| HSL | 309.06º | 0.98% | 0.38% | - |
| HSV(B) | 309.06º | 0.99% | 0.76% | - |
| XYZ | 29.06 | 14.23 | 36.81 | - |
| YUV | 77.99 | 177.11 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 165 | 0 | 0.99 | 0.15 | 0.24 | 309.06 | 0.98 | 0.38 |
| Hex | C2 | 2 | A5 | 0 | 63 | F | 18 | 135 | 62 | 26 |
| Octal | 302 | 2 | 245 | 0 | 143 | 17 | 30 | 465 | 142 | 46 |
| Binary | 11000010 | 10 | 10100101 | 0 | 1100011 | 1111 | 11000 | 100110101 | 1100010 | 100110 |
Color Harmonies of #C202A5
Complementary color
Monochromatic Colors of #C202A5
Black with #C202A5
Text Example
Text Example
White with #C202A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202A5; }
p { color: rgb(194,2,165); }
H1.HeaderClassName
{
color: #C202A5;
}
.AnyTagClassName
{
color: #C202A5;
}
</style>
background-color css
<style>
a { background-color: #C202A5; }
a { background-color: rgb(194,2,165); }
div.DivClassName
{
background-color: #C202A5;
}
.BgClassName
{
background-color: #C202A5;
}
</style>
border-color css
<style>
span { border-color: #C202A5; }
span { border-color: rgb(194,2,165); }
td.TdClassName
{
border-color: #C202A5;
}
.TagClassName
{
border-color: #C202A5;
}
</style>