Shades of Medium Violet Red #C80186
Tints of Medium Violet Red #C80186
RGB
CMYK
RGB Variations
Color information
#C80186 (or 0xC80186) is known color: Medium Violet Red. HEX triplet: C8, 01 and 86. RGB value is (200,1,134). Sum of RGB (Red+Green+Blue) = 200+1+134=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C80186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80186 is #37FE79. Grayscale: #4B4B4B. Windows color (decimal): -3669626 or 8782280. OLE color: 8782280.
HSL color Cylindrical-coordinate representation of color #C80186: hue angle of 319.9º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80186 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.22 |
| HSL | 319.9º | 0.99% | 0.39% | - |
| HSV(B) | 319.9º | 1% | 0.78% | - |
| XYZ | 28.13 | 14.02 | 23.78 | - |
| YUV | 75.66 | 160.93 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 134 | 0 | 1.00 | 0.33 | 0.22 | 319.9 | 0.99 | 0.39 |
| Hex | C8 | 1 | 86 | 0 | 64 | 21 | 16 | 140 | 63 | 27 |
| Octal | 310 | 1 | 206 | 0 | 144 | 41 | 26 | 500 | 143 | 47 |
| Binary | 11001000 | 1 | 10000110 | 0 | 1100100 | 100001 | 10110 | 101000000 | 1100011 | 100111 |
Color Harmonies of #C80186
Complementary color
Monochromatic Colors of #C80186
Black with #C80186
Text Example
Text Example
White with #C80186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80186; }
p { color: rgb(200,1,134); }
H1.HeaderClassName
{
color: #C80186;
}
.AnyTagClassName
{
color: #C80186;
}
</style>
background-color css
<style>
a { background-color: #C80186; }
a { background-color: rgb(200,1,134); }
div.DivClassName
{
background-color: #C80186;
}
.BgClassName
{
background-color: #C80186;
}
</style>
border-color css
<style>
span { border-color: #C80186; }
span { border-color: rgb(200,1,134); }
td.TdClassName
{
border-color: #C80186;
}
.TagClassName
{
border-color: #C80186;
}
</style>