Shades of Medium Violet Red #C80CA3
Tints of Medium Violet Red #C80CA3
RGB
CMYK
RGB Variations
Color information
#C80CA3 (or 0xC80CA3) is known color: Medium Violet Red. HEX triplet: C8, 0C and A3. RGB value is (200,12,163). Sum of RGB (Red+Green+Blue) = 200+12+163=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80CA3 is #37F35C. Grayscale: #555555. Windows color (decimal): -3666781 or 10685640. OLE color: 10685640.
HSL color Cylindrical-coordinate representation of color #C80CA3: hue angle of 311.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CA3 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 163 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.22 |
| HSL | 311.81º | 0.89% | 0.42% | - |
| HSV(B) | 311.81º | 0.94% | 0.78% | - |
| XYZ | 30.56 | 15.19 | 35.97 | - |
| YUV | 85.43 | 171.78 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 163 | 0 | 0.94 | 0.18 | 0.22 | 311.81 | 0.89 | 0.42 |
| Hex | C8 | C | A3 | 0 | 5E | 12 | 16 | 138 | 59 | 2A |
| Octal | 310 | 14 | 243 | 0 | 136 | 22 | 26 | 470 | 131 | 52 |
| Binary | 11001000 | 1100 | 10100011 | 0 | 1011110 | 10010 | 10110 | 100111000 | 1011001 | 101010 |
Color Harmonies of #C80CA3
Complementary color
Monochromatic Colors of #C80CA3
Black with #C80CA3
Text Example
Text Example
White with #C80CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CA3; }
p { color: rgb(200,12,163); }
H1.HeaderClassName
{
color: #C80CA3;
}
.AnyTagClassName
{
color: #C80CA3;
}
</style>
background-color css
<style>
a { background-color: #C80CA3; }
a { background-color: rgb(200,12,163); }
div.DivClassName
{
background-color: #C80CA3;
}
.BgClassName
{
background-color: #C80CA3;
}
</style>
border-color css
<style>
span { border-color: #C80CA3; }
span { border-color: rgb(200,12,163); }
td.TdClassName
{
border-color: #C80CA3;
}
.TagClassName
{
border-color: #C80CA3;
}
</style>