Shades of Medium Violet Red #C005A3
Tints of Medium Violet Red #C005A3
RGB
CMYK
RGB Variations
Color information
#C005A3 (or 0xC005A3) is known color: Medium Violet Red. HEX triplet: C0, 05 and A3. RGB value is (192,5,163). Sum of RGB (Red+Green+Blue) = 192+5+163=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C005A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C005A3 is #3FFA5C. Grayscale: #4E4E4E. Windows color (decimal): -4192861 or 10683840. OLE color: 10683840.
HSL color Cylindrical-coordinate representation of color #C005A3: hue angle of 309.3º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C005A3 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 163 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.25 |
| HSL | 309.3º | 0.95% | 0.39% | - |
| HSV(B) | 309.3º | 0.97% | 0.75% | - |
| XYZ | 28.4 | 13.96 | 35.85 | - |
| YUV | 78.93 | 175.45 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 163 | 0 | 0.97 | 0.15 | 0.25 | 309.3 | 0.95 | 0.39 |
| Hex | C0 | 5 | A3 | 0 | 61 | F | 19 | 135 | 5F | 27 |
| Octal | 300 | 5 | 243 | 0 | 141 | 17 | 31 | 465 | 137 | 47 |
| Binary | 11000000 | 101 | 10100011 | 0 | 1100001 | 1111 | 11001 | 100110101 | 1011111 | 100111 |
Color Harmonies of #C005A3
Complementary color
Monochromatic Colors of #C005A3
Black with #C005A3
Text Example
Text Example
White with #C005A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005A3; }
p { color: rgb(192,5,163); }
H1.HeaderClassName
{
color: #C005A3;
}
.AnyTagClassName
{
color: #C005A3;
}
</style>
background-color css
<style>
a { background-color: #C005A3; }
a { background-color: rgb(192,5,163); }
div.DivClassName
{
background-color: #C005A3;
}
.BgClassName
{
background-color: #C005A3;
}
</style>
border-color css
<style>
span { border-color: #C005A3; }
span { border-color: rgb(192,5,163); }
td.TdClassName
{
border-color: #C005A3;
}
.TagClassName
{
border-color: #C005A3;
}
</style>