Shades of Medium Violet Red #C200A0
Tints of Medium Violet Red #C200A0
RGB
CMYK
RGB Variations
Color information
#C200A0 (or 0xC200A0) is known color: Medium Violet Red. HEX triplet: C2, 00 and A0. RGB value is (194,0,160). Sum of RGB (Red+Green+Blue) = 194+0+160=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C200A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200A0 is #3DFF5F. Grayscale: #4B4B4B. Windows color (decimal): -4063072 or 10485954. OLE color: 10485954.
HSL color Cylindrical-coordinate representation of color #C200A0: hue angle of 310.52º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200A0 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.18 | 0.24 |
| HSL | 310.52º | 1% | 0.38% | - |
| HSV(B) | 310.52º | 1% | 0.76% | - |
| XYZ | 28.59 | 14.01 | 34.45 | - |
| YUV | 76.25 | 175.27 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 160 | 0 | 1 | 0.18 | 0.24 | 310.52 | 1 | 0.38 |
| Hex | C2 | 0 | A0 | 0 | 64 | 12 | 18 | 137 | 64 | 26 |
| Octal | 302 | 0 | 240 | 0 | 144 | 22 | 30 | 467 | 144 | 46 |
| Binary | 11000010 | 0 | 10100000 | 0 | 1100100 | 10010 | 11000 | 100110111 | 1100100 | 100110 |
Color Harmonies of #C200A0
Complementary color
Monochromatic Colors of #C200A0
Black with #C200A0
Text Example
Text Example
White with #C200A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200A0; }
p { color: rgb(194,0,160); }
H1.HeaderClassName
{
color: #C200A0;
}
.AnyTagClassName
{
color: #C200A0;
}
</style>
background-color css
<style>
a { background-color: #C200A0; }
a { background-color: rgb(194,0,160); }
div.DivClassName
{
background-color: #C200A0;
}
.BgClassName
{
background-color: #C200A0;
}
</style>
border-color css
<style>
span { border-color: #C200A0; }
span { border-color: rgb(194,0,160); }
td.TdClassName
{
border-color: #C200A0;
}
.TagClassName
{
border-color: #C200A0;
}
</style>