Shades of Medium Violet Red #C022AB
Tints of Medium Violet Red #C022AB
RGB
CMYK
RGB Variations
Color information
#C022AB (or 0xC022AB) is known color: Medium Violet Red. HEX triplet: C0, 22 and AB. RGB value is (192,34,171). Sum of RGB (Red+Green+Blue) = 192+34+171=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C022AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022AB is #3FDD54. Grayscale: #606060. Windows color (decimal): -4185429 or 11215552. OLE color: 11215552.
HSL color Cylindrical-coordinate representation of color #C022AB: hue angle of 307.97º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C022AB is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 171 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.25 |
| HSL | 307.97º | 0.7% | 0.44% | - |
| HSV(B) | 307.97º | 0.82% | 0.75% | - |
| XYZ | 29.66 | 15.29 | 39.92 | - |
| YUV | 96.86 | 169.85 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 171 | 0 | 0.82 | 0.11 | 0.25 | 307.97 | 0.7 | 0.44 |
| Hex | C0 | 22 | AB | 0 | 52 | B | 19 | 134 | 46 | 2C |
| Octal | 300 | 42 | 253 | 0 | 122 | 13 | 31 | 464 | 106 | 54 |
| Binary | 11000000 | 100010 | 10101011 | 0 | 1010010 | 1011 | 11001 | 100110100 | 1000110 | 101100 |
Color Harmonies of #C022AB
Complementary color
Monochromatic Colors of #C022AB
Black with #C022AB
Text Example
Text Example
White with #C022AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022AB; }
p { color: rgb(192,34,171); }
H1.HeaderClassName
{
color: #C022AB;
}
.AnyTagClassName
{
color: #C022AB;
}
</style>
background-color css
<style>
a { background-color: #C022AB; }
a { background-color: rgb(192,34,171); }
div.DivClassName
{
background-color: #C022AB;
}
.BgClassName
{
background-color: #C022AB;
}
</style>
border-color css
<style>
span { border-color: #C022AB; }
span { border-color: rgb(192,34,171); }
td.TdClassName
{
border-color: #C022AB;
}
.TagClassName
{
border-color: #C022AB;
}
</style>