Shades of Medium Violet Red #C023A1
Tints of Medium Violet Red #C023A1
RGB
CMYK
RGB Variations
Color information
#C023A1 (or 0xC023A1) is known color: Medium Violet Red. HEX triplet: C0, 23 and A1. RGB value is (192,35,161). Sum of RGB (Red+Green+Blue) = 192+35+161=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C023A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C023A1 is #3FDC5E. Grayscale: #5F5F5F. Windows color (decimal): -4185183 or 10560448. OLE color: 10560448.
HSL color Cylindrical-coordinate representation of color #C023A1: hue angle of 311.85º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C023A1 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 161 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.25 |
| HSL | 311.85º | 0.69% | 0.45% | - |
| HSV(B) | 311.85º | 0.82% | 0.75% | - |
| XYZ | 28.77 | 14.98 | 35.09 | - |
| YUV | 96.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 161 | 0 | 0.82 | 0.16 | 0.25 | 311.85 | 0.69 | 0.45 |
| Hex | C0 | 23 | A1 | 0 | 52 | 10 | 19 | 138 | 45 | 2D |
| Octal | 300 | 43 | 241 | 0 | 122 | 20 | 31 | 470 | 105 | 55 |
| Binary | 11000000 | 100011 | 10100001 | 0 | 1010010 | 10000 | 11001 | 100111000 | 1000101 | 101101 |
Color Harmonies of #C023A1
Complementary color
Monochromatic Colors of #C023A1
Black with #C023A1
Text Example
Text Example
White with #C023A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023A1; }
p { color: rgb(192,35,161); }
H1.HeaderClassName
{
color: #C023A1;
}
.AnyTagClassName
{
color: #C023A1;
}
</style>
background-color css
<style>
a { background-color: #C023A1; }
a { background-color: rgb(192,35,161); }
div.DivClassName
{
background-color: #C023A1;
}
.BgClassName
{
background-color: #C023A1;
}
</style>
border-color css
<style>
span { border-color: #C023A1; }
span { border-color: rgb(192,35,161); }
td.TdClassName
{
border-color: #C023A1;
}
.TagClassName
{
border-color: #C023A1;
}
</style>