Shades of Medium Violet Red #C200A3
Tints of Medium Violet Red #C200A3
RGB
CMYK
RGB Variations
Color information
#C200A3 (or 0xC200A3) is known color: Medium Violet Red. HEX triplet: C2, 00 and A3. RGB value is (194,0,163). Sum of RGB (Red+Green+Blue) = 194+0+163=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C200A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200A3 is #3DFF5C. Grayscale: #4C4C4C. Windows color (decimal): -4063069 or 10682562. OLE color: 10682562.
HSL color Cylindrical-coordinate representation of color #C200A3: hue angle of 309.59º 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 #C200A3 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.16 | 0.24 |
| HSL | 309.59º | 1% | 0.38% | - |
| HSV(B) | 309.59º | 1% | 0.76% | - |
| XYZ | 28.86 | 14.11 | 35.85 | - |
| YUV | 76.59 | 176.77 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 163 | 0 | 1 | 0.16 | 0.24 | 309.59 | 1 | 0.38 |
| Hex | C2 | 0 | A3 | 0 | 64 | 10 | 18 | 136 | 64 | 26 |
| Octal | 302 | 0 | 243 | 0 | 144 | 20 | 30 | 466 | 144 | 46 |
| Binary | 11000010 | 0 | 10100011 | 0 | 1100100 | 10000 | 11000 | 100110110 | 1100100 | 100110 |
Color Harmonies of #C200A3
Complementary color
Monochromatic Colors of #C200A3
Black with #C200A3
Text Example
Text Example
White with #C200A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200A3; }
p { color: rgb(194,0,163); }
H1.HeaderClassName
{
color: #C200A3;
}
.AnyTagClassName
{
color: #C200A3;
}
</style>
background-color css
<style>
a { background-color: #C200A3; }
a { background-color: rgb(194,0,163); }
div.DivClassName
{
background-color: #C200A3;
}
.BgClassName
{
background-color: #C200A3;
}
</style>
border-color css
<style>
span { border-color: #C200A3; }
span { border-color: rgb(194,0,163); }
td.TdClassName
{
border-color: #C200A3;
}
.TagClassName
{
border-color: #C200A3;
}
</style>