Shades of Medium Violet Red #C80F84
Tints of Medium Violet Red #C80F84
RGB
CMYK
RGB Variations
Color information
#C80F84 (or 0xC80F84) is known color: Medium Violet Red. HEX triplet: C8, 0F and 84. RGB value is (200,15,132). Sum of RGB (Red+Green+Blue) = 200+15+132=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80F84 is #37F07B. Grayscale: #535353. Windows color (decimal): -3666044 or 8654792. OLE color: 8654792.
HSL color Cylindrical-coordinate representation of color #C80F84: hue angle of 322.05º 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 #C80F84 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 132 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.22 |
| HSL | 322.05º | 0.86% | 0.42% | - |
| HSV(B) | 322.05º | 0.93% | 0.78% | - |
| XYZ | 28.16 | 14.29 | 23.1 | - |
| YUV | 83.65 | 155.29 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 132 | 0 | 0.92 | 0.34 | 0.22 | 322.05 | 0.86 | 0.42 |
| Hex | C8 | F | 84 | 0 | 5C | 22 | 16 | 142 | 56 | 2A |
| Octal | 310 | 17 | 204 | 0 | 134 | 42 | 26 | 502 | 126 | 52 |
| Binary | 11001000 | 1111 | 10000100 | 0 | 1011100 | 100010 | 10110 | 101000010 | 1010110 | 101010 |
Color Harmonies of #C80F84
Complementary color
Monochromatic Colors of #C80F84
Black with #C80F84
Text Example
Text Example
White with #C80F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F84; }
p { color: rgb(200,15,132); }
H1.HeaderClassName
{
color: #C80F84;
}
.AnyTagClassName
{
color: #C80F84;
}
</style>
background-color css
<style>
a { background-color: #C80F84; }
a { background-color: rgb(200,15,132); }
div.DivClassName
{
background-color: #C80F84;
}
.BgClassName
{
background-color: #C80F84;
}
</style>
border-color css
<style>
span { border-color: #C80F84; }
span { border-color: rgb(200,15,132); }
td.TdClassName
{
border-color: #C80F84;
}
.TagClassName
{
border-color: #C80F84;
}
</style>