Shades of Medium Violet Red #C201A2
Tints of Medium Violet Red #C201A2
RGB
CMYK
RGB Variations
Color information
#C201A2 (or 0xC201A2) is known color: Medium Violet Red. HEX triplet: C2, 01 and A2. RGB value is (194,1,162). Sum of RGB (Red+Green+Blue) = 194+1+162=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C201A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C201A2 is #3DFE5D. Grayscale: #4C4C4C. Windows color (decimal): -4062814 or 10617282. OLE color: 10617282.
HSL color Cylindrical-coordinate representation of color #C201A2: hue angle of 309.95º degrees, saturation: 0.99, 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 #C201A2 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.24 |
| HSL | 309.95º | 0.99% | 0.38% | - |
| HSV(B) | 309.95º | 0.99% | 0.76% | - |
| XYZ | 28.78 | 14.1 | 35.39 | - |
| YUV | 77.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 162 | 0 | 0.99 | 0.16 | 0.24 | 309.95 | 0.99 | 0.38 |
| Hex | C2 | 1 | A2 | 0 | 63 | 10 | 18 | 136 | 63 | 26 |
| Octal | 302 | 1 | 242 | 0 | 143 | 20 | 30 | 466 | 143 | 46 |
| Binary | 11000010 | 1 | 10100010 | 0 | 1100011 | 10000 | 11000 | 100110110 | 1100011 | 100110 |
Color Harmonies of #C201A2
Complementary color
Monochromatic Colors of #C201A2
Black with #C201A2
Text Example
Text Example
White with #C201A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201A2; }
p { color: rgb(194,1,162); }
H1.HeaderClassName
{
color: #C201A2;
}
.AnyTagClassName
{
color: #C201A2;
}
</style>
background-color css
<style>
a { background-color: #C201A2; }
a { background-color: rgb(194,1,162); }
div.DivClassName
{
background-color: #C201A2;
}
.BgClassName
{
background-color: #C201A2;
}
</style>
border-color css
<style>
span { border-color: #C201A2; }
span { border-color: rgb(194,1,162); }
td.TdClassName
{
border-color: #C201A2;
}
.TagClassName
{
border-color: #C201A2;
}
</style>