Shades of Medium Violet Red #C205A2
Tints of Medium Violet Red #C205A2
RGB
CMYK
RGB Variations
Color information
#C205A2 (or 0xC205A2) is known color: Medium Violet Red. HEX triplet: C2, 05 and A2. RGB value is (194,5,162). Sum of RGB (Red+Green+Blue) = 194+5+162=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C205A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205A2 is #3DFA5D. Grayscale: #4E4E4E. Windows color (decimal): -4061790 or 10618306. OLE color: 10618306.
HSL color Cylindrical-coordinate representation of color #C205A2: hue angle of 310.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C205A2 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 162 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.24 |
| HSL | 310.16º | 0.95% | 0.39% | - |
| HSV(B) | 310.16º | 0.97% | 0.76% | - |
| XYZ | 28.82 | 14.19 | 35.4 | - |
| YUV | 79.41 | 174.62 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 162 | 0 | 0.97 | 0.16 | 0.24 | 310.16 | 0.95 | 0.39 |
| Hex | C2 | 5 | A2 | 0 | 61 | 10 | 18 | 136 | 5F | 27 |
| Octal | 302 | 5 | 242 | 0 | 141 | 20 | 30 | 466 | 137 | 47 |
| Binary | 11000010 | 101 | 10100010 | 0 | 1100001 | 10000 | 11000 | 100110110 | 1011111 | 100111 |
Color Harmonies of #C205A2
Complementary color
Monochromatic Colors of #C205A2
Black with #C205A2
Text Example
Text Example
White with #C205A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205A2; }
p { color: rgb(194,5,162); }
H1.HeaderClassName
{
color: #C205A2;
}
.AnyTagClassName
{
color: #C205A2;
}
</style>
background-color css
<style>
a { background-color: #C205A2; }
a { background-color: rgb(194,5,162); }
div.DivClassName
{
background-color: #C205A2;
}
.BgClassName
{
background-color: #C205A2;
}
</style>
border-color css
<style>
span { border-color: #C205A2; }
span { border-color: rgb(194,5,162); }
td.TdClassName
{
border-color: #C205A2;
}
.TagClassName
{
border-color: #C205A2;
}
</style>