Shades of Medium Violet Red #C120AB
Tints of Medium Violet Red #C120AB
RGB
CMYK
RGB Variations
Color information
#C120AB (or 0xC120AB) is known color: Medium Violet Red. HEX triplet: C1, 20 and AB. RGB value is (193,32,171). Sum of RGB (Red+Green+Blue) = 193+32+171=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C120AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C120AB is #3EDF54. Grayscale: #5F5F5F. Windows color (decimal): -4120405 or 11215041. OLE color: 11215041.
HSL color Cylindrical-coordinate representation of color #C120AB: hue angle of 308.2º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C120AB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 171 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.24 |
| HSL | 308.2º | 0.72% | 0.44% | - |
| HSV(B) | 308.2º | 0.83% | 0.76% | - |
| XYZ | 29.86 | 15.31 | 39.91 | - |
| YUV | 95.99 | 170.34 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 171 | 0 | 0.83 | 0.11 | 0.24 | 308.2 | 0.72 | 0.44 |
| Hex | C1 | 20 | AB | 0 | 53 | B | 18 | 134 | 48 | 2C |
| Octal | 301 | 40 | 253 | 0 | 123 | 13 | 30 | 464 | 110 | 54 |
| Binary | 11000001 | 100000 | 10101011 | 0 | 1010011 | 1011 | 11000 | 100110100 | 1001000 | 101100 |
Color Harmonies of #C120AB
Complementary color
Monochromatic Colors of #C120AB
Black with #C120AB
Text Example
Text Example
White with #C120AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120AB; }
p { color: rgb(193,32,171); }
H1.HeaderClassName
{
color: #C120AB;
}
.AnyTagClassName
{
color: #C120AB;
}
</style>
background-color css
<style>
a { background-color: #C120AB; }
a { background-color: rgb(193,32,171); }
div.DivClassName
{
background-color: #C120AB;
}
.BgClassName
{
background-color: #C120AB;
}
</style>
border-color css
<style>
span { border-color: #C120AB; }
span { border-color: rgb(193,32,171); }
td.TdClassName
{
border-color: #C120AB;
}
.TagClassName
{
border-color: #C120AB;
}
</style>