Shades of Medium Violet Red #C80F9C
Tints of Medium Violet Red #C80F9C
RGB
CMYK
RGB Variations
Color information
#C80F9C (or 0xC80F9C) is known color: Medium Violet Red. HEX triplet: C8, 0F and 9C. RGB value is (200,15,156). Sum of RGB (Red+Green+Blue) = 200+15+156=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80F9C is #37F063. Grayscale: #565656. Windows color (decimal): -3666020 or 10227656. OLE color: 10227656.
HSL color Cylindrical-coordinate representation of color #C80F9C: hue angle of 314.27º 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 #C80F9C is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 156 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.22 |
| HSL | 314.27º | 0.86% | 0.42% | - |
| HSV(B) | 314.27º | 0.93% | 0.78% | - |
| XYZ | 29.99 | 15.02 | 32.77 | - |
| YUV | 86.39 | 167.29 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 156 | 0 | 0.92 | 0.22 | 0.22 | 314.27 | 0.86 | 0.42 |
| Hex | C8 | F | 9C | 0 | 5C | 16 | 16 | 13A | 56 | 2A |
| Octal | 310 | 17 | 234 | 0 | 134 | 26 | 26 | 472 | 126 | 52 |
| Binary | 11001000 | 1111 | 10011100 | 0 | 1011100 | 10110 | 10110 | 100111010 | 1010110 | 101010 |
Color Harmonies of #C80F9C
Complementary color
Monochromatic Colors of #C80F9C
Black with #C80F9C
Text Example
Text Example
White with #C80F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F9C; }
p { color: rgb(200,15,156); }
H1.HeaderClassName
{
color: #C80F9C;
}
.AnyTagClassName
{
color: #C80F9C;
}
</style>
background-color css
<style>
a { background-color: #C80F9C; }
a { background-color: rgb(200,15,156); }
div.DivClassName
{
background-color: #C80F9C;
}
.BgClassName
{
background-color: #C80F9C;
}
</style>
border-color css
<style>
span { border-color: #C80F9C; }
span { border-color: rgb(200,15,156); }
td.TdClassName
{
border-color: #C80F9C;
}
.TagClassName
{
border-color: #C80F9C;
}
</style>