Shades of Medium Violet Red #C80285
Tints of Medium Violet Red #C80285
RGB
CMYK
RGB Variations
Color information
#C80285 (or 0xC80285) is known color: Medium Violet Red. HEX triplet: C8, 02 and 85. RGB value is (200,2,133). Sum of RGB (Red+Green+Blue) = 200+2+133=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C80285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80285 is #37FD7A. Grayscale: #4B4B4B. Windows color (decimal): -3669371 or 8717000. OLE color: 8717000.
HSL color Cylindrical-coordinate representation of color #C80285: hue angle of 320.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80285 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.22 |
| HSL | 320.3º | 0.98% | 0.4% | - |
| HSV(B) | 320.3º | 0.99% | 0.78% | - |
| XYZ | 28.07 | 14.02 | 23.42 | - |
| YUV | 76.14 | 160.1 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 133 | 0 | 0.99 | 0.34 | 0.22 | 320.3 | 0.98 | 0.4 |
| Hex | C8 | 2 | 85 | 0 | 63 | 22 | 16 | 140 | 62 | 28 |
| Octal | 310 | 2 | 205 | 0 | 143 | 42 | 26 | 500 | 142 | 50 |
| Binary | 11001000 | 10 | 10000101 | 0 | 1100011 | 100010 | 10110 | 101000000 | 1100010 | 101000 |
Color Harmonies of #C80285
Complementary color
Monochromatic Colors of #C80285
Black with #C80285
Text Example
Text Example
White with #C80285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80285; }
p { color: rgb(200,2,133); }
H1.HeaderClassName
{
color: #C80285;
}
.AnyTagClassName
{
color: #C80285;
}
</style>
background-color css
<style>
a { background-color: #C80285; }
a { background-color: rgb(200,2,133); }
div.DivClassName
{
background-color: #C80285;
}
.BgClassName
{
background-color: #C80285;
}
</style>
border-color css
<style>
span { border-color: #C80285; }
span { border-color: rgb(200,2,133); }
td.TdClassName
{
border-color: #C80285;
}
.TagClassName
{
border-color: #C80285;
}
</style>