Shades of Medium Violet Red #C80F98
Tints of Medium Violet Red #C80F98
RGB
CMYK
RGB Variations
Color information
#C80F98 (or 0xC80F98) is known color: Medium Violet Red. HEX triplet: C8, 0F and 98. RGB value is (200,15,152). Sum of RGB (Red+Green+Blue) = 200+15+152=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80F98 is #37F067. Grayscale: #555555. Windows color (decimal): -3666024 or 9965512. OLE color: 9965512.
HSL color Cylindrical-coordinate representation of color #C80F98: hue angle of 315.57º 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 #C80F98 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 152 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.22 |
| HSL | 315.57º | 0.86% | 0.42% | - |
| HSV(B) | 315.57º | 0.93% | 0.78% | - |
| XYZ | 29.66 | 14.89 | 31.02 | - |
| YUV | 85.93 | 165.29 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 152 | 0 | 0.92 | 0.24 | 0.22 | 315.57 | 0.86 | 0.42 |
| Hex | C8 | F | 98 | 0 | 5C | 18 | 16 | 13C | 56 | 2A |
| Octal | 310 | 17 | 230 | 0 | 134 | 30 | 26 | 474 | 126 | 52 |
| Binary | 11001000 | 1111 | 10011000 | 0 | 1011100 | 11000 | 10110 | 100111100 | 1010110 | 101010 |
Color Harmonies of #C80F98
Complementary color
Monochromatic Colors of #C80F98
Black with #C80F98
Text Example
Text Example
White with #C80F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F98; }
p { color: rgb(200,15,152); }
H1.HeaderClassName
{
color: #C80F98;
}
.AnyTagClassName
{
color: #C80F98;
}
</style>
background-color css
<style>
a { background-color: #C80F98; }
a { background-color: rgb(200,15,152); }
div.DivClassName
{
background-color: #C80F98;
}
.BgClassName
{
background-color: #C80F98;
}
</style>
border-color css
<style>
span { border-color: #C80F98; }
span { border-color: rgb(200,15,152); }
td.TdClassName
{
border-color: #C80F98;
}
.TagClassName
{
border-color: #C80F98;
}
</style>