Shades of Medium Violet Red #C80F9A
Tints of Medium Violet Red #C80F9A
RGB
CMYK
RGB Variations
Color information
#C80F9A (or 0xC80F9A) is known color: Medium Violet Red. HEX triplet: C8, 0F and 9A. RGB value is (200,15,154). Sum of RGB (Red+Green+Blue) = 200+15+154=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80F9A is #37F065. Grayscale: #555555. Windows color (decimal): -3666022 or 10096584. OLE color: 10096584.
HSL color Cylindrical-coordinate representation of color #C80F9A: hue angle of 314.92º 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 #C80F9A is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 154 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.22 |
| HSL | 314.92º | 0.86% | 0.42% | - |
| HSV(B) | 314.92º | 0.93% | 0.78% | - |
| XYZ | 29.82 | 14.95 | 31.89 | - |
| YUV | 86.16 | 166.29 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 154 | 0 | 0.92 | 0.23 | 0.22 | 314.92 | 0.86 | 0.42 |
| Hex | C8 | F | 9A | 0 | 5C | 17 | 16 | 13B | 56 | 2A |
| Octal | 310 | 17 | 232 | 0 | 134 | 27 | 26 | 473 | 126 | 52 |
| Binary | 11001000 | 1111 | 10011010 | 0 | 1011100 | 10111 | 10110 | 100111011 | 1010110 | 101010 |
Color Harmonies of #C80F9A
Complementary color
Monochromatic Colors of #C80F9A
Black with #C80F9A
Text Example
Text Example
White with #C80F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F9A; }
p { color: rgb(200,15,154); }
H1.HeaderClassName
{
color: #C80F9A;
}
.AnyTagClassName
{
color: #C80F9A;
}
</style>
background-color css
<style>
a { background-color: #C80F9A; }
a { background-color: rgb(200,15,154); }
div.DivClassName
{
background-color: #C80F9A;
}
.BgClassName
{
background-color: #C80F9A;
}
</style>
border-color css
<style>
span { border-color: #C80F9A; }
span { border-color: rgb(200,15,154); }
td.TdClassName
{
border-color: #C80F9A;
}
.TagClassName
{
border-color: #C80F9A;
}
</style>