Shades of Medium Violet Red #C121AD
Tints of Medium Violet Red #C121AD
RGB
CMYK
RGB Variations
Color information
#C121AD (or 0xC121AD) is known color: Medium Violet Red. HEX triplet: C1, 21 and AD. RGB value is (193,33,173). Sum of RGB (Red+Green+Blue) = 193+33+173=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C121AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C121AD is #3EDE52. Grayscale: #606060. Windows color (decimal): -4120147 or 11346369. OLE color: 11346369.
HSL color Cylindrical-coordinate representation of color #C121AD: hue angle of 307.5º 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 #C121AD is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 173 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.24 |
| HSL | 307.5º | 0.71% | 0.44% | - |
| HSV(B) | 307.5º | 0.83% | 0.76% | - |
| XYZ | 30.08 | 15.44 | 40.93 | - |
| YUV | 96.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 173 | 0 | 0.83 | 0.10 | 0.24 | 307.5 | 0.71 | 0.44 |
| Hex | C1 | 21 | AD | 0 | 53 | A | 18 | 134 | 47 | 2C |
| Octal | 301 | 41 | 255 | 0 | 123 | 12 | 30 | 464 | 107 | 54 |
| Binary | 11000001 | 100001 | 10101101 | 0 | 1010011 | 1010 | 11000 | 100110100 | 1000111 | 101100 |
Color Harmonies of #C121AD
Complementary color
Monochromatic Colors of #C121AD
Black with #C121AD
Text Example
Text Example
White with #C121AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121AD; }
p { color: rgb(193,33,173); }
H1.HeaderClassName
{
color: #C121AD;
}
.AnyTagClassName
{
color: #C121AD;
}
</style>
background-color css
<style>
a { background-color: #C121AD; }
a { background-color: rgb(193,33,173); }
div.DivClassName
{
background-color: #C121AD;
}
.BgClassName
{
background-color: #C121AD;
}
</style>
border-color css
<style>
span { border-color: #C121AD; }
span { border-color: rgb(193,33,173); }
td.TdClassName
{
border-color: #C121AD;
}
.TagClassName
{
border-color: #C121AD;
}
</style>