Shades of Medium Violet Red #C121AB
Tints of Medium Violet Red #C121AB
RGB
CMYK
RGB Variations
Color information
#C121AB (or 0xC121AB) is known color: Medium Violet Red. HEX triplet: C1, 21 and AB. RGB value is (193,33,171). Sum of RGB (Red+Green+Blue) = 193+33+171=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C121AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C121AB is #3EDE54. Grayscale: #606060. Windows color (decimal): -4120149 or 11215297. OLE color: 11215297.
HSL color Cylindrical-coordinate representation of color #C121AB: hue angle of 308.25º degrees, saturation: 0.71, 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 #C121AB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 171 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.24 |
| HSL | 308.25º | 0.71% | 0.44% | - |
| HSV(B) | 308.25º | 0.83% | 0.76% | - |
| XYZ | 29.89 | 15.37 | 39.92 | - |
| YUV | 96.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 171 | 0 | 0.83 | 0.11 | 0.24 | 308.25 | 0.71 | 0.44 |
| Hex | C1 | 21 | AB | 0 | 53 | B | 18 | 134 | 47 | 2C |
| Octal | 301 | 41 | 253 | 0 | 123 | 13 | 30 | 464 | 107 | 54 |
| Binary | 11000001 | 100001 | 10101011 | 0 | 1010011 | 1011 | 11000 | 100110100 | 1000111 | 101100 |
Color Harmonies of #C121AB
Complementary color
Monochromatic Colors of #C121AB
Black with #C121AB
Text Example
Text Example
White with #C121AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121AB; }
p { color: rgb(193,33,171); }
H1.HeaderClassName
{
color: #C121AB;
}
.AnyTagClassName
{
color: #C121AB;
}
</style>
background-color css
<style>
a { background-color: #C121AB; }
a { background-color: rgb(193,33,171); }
div.DivClassName
{
background-color: #C121AB;
}
.BgClassName
{
background-color: #C121AB;
}
</style>
border-color css
<style>
span { border-color: #C121AB; }
span { border-color: rgb(193,33,171); }
td.TdClassName
{
border-color: #C121AB;
}
.TagClassName
{
border-color: #C121AB;
}
</style>