Shades of Medium Violet Red #C80270
Tints of Medium Violet Red #C80270
RGB
CMYK
RGB Variations
Color information
#C80270 (or 0xC80270) is known color: Medium Violet Red. HEX triplet: C8, 02 and 70. RGB value is (200,2,112). Sum of RGB (Red+Green+Blue) = 200+2+112=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C80270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80270 is #37FD8F. Grayscale: #494949. Windows color (decimal): -3669392 or 7340744. OLE color: 7340744.
HSL color Cylindrical-coordinate representation of color #C80270: hue angle of 326.67º 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 #C80270 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.22 |
| HSL | 326.67º | 0.98% | 0.4% | - |
| HSV(B) | 326.67º | 0.99% | 0.78% | - |
| XYZ | 26.77 | 13.49 | 16.52 | - |
| YUV | 73.74 | 149.6 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 112 | 0 | 0.99 | 0.44 | 0.22 | 326.67 | 0.98 | 0.4 |
| Hex | C8 | 2 | 70 | 0 | 63 | 2C | 16 | 147 | 62 | 28 |
| Octal | 310 | 2 | 160 | 0 | 143 | 54 | 26 | 507 | 142 | 50 |
| Binary | 11001000 | 10 | 1110000 | 0 | 1100011 | 101100 | 10110 | 101000111 | 1100010 | 101000 |
Color Harmonies of #C80270
Complementary color
Monochromatic Colors of #C80270
Black with #C80270
Text Example
Text Example
White with #C80270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80270; }
p { color: rgb(200,2,112); }
H1.HeaderClassName
{
color: #C80270;
}
.AnyTagClassName
{
color: #C80270;
}
</style>
background-color css
<style>
a { background-color: #C80270; }
a { background-color: rgb(200,2,112); }
div.DivClassName
{
background-color: #C80270;
}
.BgClassName
{
background-color: #C80270;
}
</style>
border-color css
<style>
span { border-color: #C80270; }
span { border-color: rgb(200,2,112); }
td.TdClassName
{
border-color: #C80270;
}
.TagClassName
{
border-color: #C80270;
}
</style>