Shades of Medium Violet Red #C016A3
Tints of Medium Violet Red #C016A3
RGB
CMYK
RGB Variations
Color information
#C016A3 (or 0xC016A3) is known color: Medium Violet Red. HEX triplet: C0, 16 and A3. RGB value is (192,22,163). Sum of RGB (Red+Green+Blue) = 192+22+163=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C016A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016A3 is #3FE95C. Grayscale: #585858. Windows color (decimal): -4188509 or 10688192. OLE color: 10688192.
HSL color Cylindrical-coordinate representation of color #C016A3: hue angle of 310.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016A3 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 163 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.25 |
| HSL | 310.24º | 0.79% | 0.42% | - |
| HSV(B) | 310.24º | 0.89% | 0.75% | - |
| XYZ | 28.64 | 14.42 | 35.93 | - |
| YUV | 88.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 163 | 0 | 0.89 | 0.15 | 0.25 | 310.24 | 0.79 | 0.42 |
| Hex | C0 | 16 | A3 | 0 | 59 | F | 19 | 136 | 4F | 2A |
| Octal | 300 | 26 | 243 | 0 | 131 | 17 | 31 | 466 | 117 | 52 |
| Binary | 11000000 | 10110 | 10100011 | 0 | 1011001 | 1111 | 11001 | 100110110 | 1001111 | 101010 |
Color Harmonies of #C016A3
Complementary color
Monochromatic Colors of #C016A3
Black with #C016A3
Text Example
Text Example
White with #C016A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016A3; }
p { color: rgb(192,22,163); }
H1.HeaderClassName
{
color: #C016A3;
}
.AnyTagClassName
{
color: #C016A3;
}
</style>
background-color css
<style>
a { background-color: #C016A3; }
a { background-color: rgb(192,22,163); }
div.DivClassName
{
background-color: #C016A3;
}
.BgClassName
{
background-color: #C016A3;
}
</style>
border-color css
<style>
span { border-color: #C016A3; }
span { border-color: rgb(192,22,163); }
td.TdClassName
{
border-color: #C016A3;
}
.TagClassName
{
border-color: #C016A3;
}
</style>