Shades of Medium Violet Red #C022A8
Tints of Medium Violet Red #C022A8
RGB
CMYK
RGB Variations
Color information
#C022A8 (or 0xC022A8) is known color: Medium Violet Red. HEX triplet: C0, 22 and A8. RGB value is (192,34,168). Sum of RGB (Red+Green+Blue) = 192+34+168=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C022A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022A8 is #3FDD57. Grayscale: #606060. Windows color (decimal): -4185432 or 11018944. OLE color: 11018944.
HSL color Cylindrical-coordinate representation of color #C022A8: hue angle of 309.11º 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 #C022A8 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 168 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.25 |
| HSL | 309.11º | 0.7% | 0.44% | - |
| HSV(B) | 309.11º | 0.82% | 0.75% | - |
| XYZ | 29.38 | 15.18 | 38.43 | - |
| YUV | 96.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 168 | 0 | 0.82 | 0.12 | 0.25 | 309.11 | 0.7 | 0.44 |
| Hex | C0 | 22 | A8 | 0 | 52 | C | 19 | 135 | 46 | 2C |
| Octal | 300 | 42 | 250 | 0 | 122 | 14 | 31 | 465 | 106 | 54 |
| Binary | 11000000 | 100010 | 10101000 | 0 | 1010010 | 1100 | 11001 | 100110101 | 1000110 | 101100 |
Color Harmonies of #C022A8
Complementary color
Monochromatic Colors of #C022A8
Black with #C022A8
Text Example
Text Example
White with #C022A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022A8; }
p { color: rgb(192,34,168); }
H1.HeaderClassName
{
color: #C022A8;
}
.AnyTagClassName
{
color: #C022A8;
}
</style>
background-color css
<style>
a { background-color: #C022A8; }
a { background-color: rgb(192,34,168); }
div.DivClassName
{
background-color: #C022A8;
}
.BgClassName
{
background-color: #C022A8;
}
</style>
border-color css
<style>
span { border-color: #C022A8; }
span { border-color: rgb(192,34,168); }
td.TdClassName
{
border-color: #C022A8;
}
.TagClassName
{
border-color: #C022A8;
}
</style>