Shades of Medium Violet Red #C022AC
Tints of Medium Violet Red #C022AC
RGB
CMYK
RGB Variations
Color information
#C022AC (or 0xC022AC) is known color: Medium Violet Red. HEX triplet: C0, 22 and AC. RGB value is (192,34,172). Sum of RGB (Red+Green+Blue) = 192+34+172=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C022AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022AC is #3FDD53. Grayscale: #606060. Windows color (decimal): -4185428 or 11281088. OLE color: 11281088.
HSL color Cylindrical-coordinate representation of color #C022AC: hue angle of 307.59º 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 #C022AC is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 172 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.25 |
| HSL | 307.59º | 0.7% | 0.44% | - |
| HSV(B) | 307.59º | 0.82% | 0.75% | - |
| XYZ | 29.76 | 15.33 | 40.42 | - |
| YUV | 96.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 172 | 0 | 0.82 | 0.10 | 0.25 | 307.59 | 0.7 | 0.44 |
| Hex | C0 | 22 | AC | 0 | 52 | A | 19 | 134 | 46 | 2C |
| Octal | 300 | 42 | 254 | 0 | 122 | 12 | 31 | 464 | 106 | 54 |
| Binary | 11000000 | 100010 | 10101100 | 0 | 1010010 | 1010 | 11001 | 100110100 | 1000110 | 101100 |
Color Harmonies of #C022AC
Complementary color
Monochromatic Colors of #C022AC
Black with #C022AC
Text Example
Text Example
White with #C022AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022AC; }
p { color: rgb(192,34,172); }
H1.HeaderClassName
{
color: #C022AC;
}
.AnyTagClassName
{
color: #C022AC;
}
</style>
background-color css
<style>
a { background-color: #C022AC; }
a { background-color: rgb(192,34,172); }
div.DivClassName
{
background-color: #C022AC;
}
.BgClassName
{
background-color: #C022AC;
}
</style>
border-color css
<style>
span { border-color: #C022AC; }
span { border-color: rgb(192,34,172); }
td.TdClassName
{
border-color: #C022AC;
}
.TagClassName
{
border-color: #C022AC;
}
</style>