Shades of Medium Violet Red #C80FA5
Tints of Medium Violet Red #C80FA5
RGB
CMYK
RGB Variations
Color information
#C80FA5 (or 0xC80FA5) is known color: Medium Violet Red. HEX triplet: C8, 0F and A5. RGB value is (200,15,165). Sum of RGB (Red+Green+Blue) = 200+15+165=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80FA5 is #37F05A. Grayscale: #575757. Windows color (decimal): -3666011 or 10817480. OLE color: 10817480.
HSL color Cylindrical-coordinate representation of color #C80FA5: hue angle of 311.35º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FA5 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 165 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.22 |
| HSL | 311.35º | 0.86% | 0.42% | - |
| HSV(B) | 311.35º | 0.93% | 0.78% | - |
| XYZ | 30.78 | 15.34 | 36.94 | - |
| YUV | 87.42 | 171.79 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 165 | 0 | 0.92 | 0.18 | 0.22 | 311.35 | 0.86 | 0.42 |
| Hex | C8 | F | A5 | 0 | 5C | 12 | 16 | 137 | 56 | 2A |
| Octal | 310 | 17 | 245 | 0 | 134 | 22 | 26 | 467 | 126 | 52 |
| Binary | 11001000 | 1111 | 10100101 | 0 | 1011100 | 10010 | 10110 | 100110111 | 1010110 | 101010 |
Color Harmonies of #C80FA5
Complementary color
Monochromatic Colors of #C80FA5
Black with #C80FA5
Text Example
Text Example
White with #C80FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FA5; }
p { color: rgb(200,15,165); }
H1.HeaderClassName
{
color: #C80FA5;
}
.AnyTagClassName
{
color: #C80FA5;
}
</style>
background-color css
<style>
a { background-color: #C80FA5; }
a { background-color: rgb(200,15,165); }
div.DivClassName
{
background-color: #C80FA5;
}
.BgClassName
{
background-color: #C80FA5;
}
</style>
border-color css
<style>
span { border-color: #C80FA5; }
span { border-color: rgb(200,15,165); }
td.TdClassName
{
border-color: #C80FA5;
}
.TagClassName
{
border-color: #C80FA5;
}
</style>