Shades of Medium Violet Red #C70883
Tints of Medium Violet Red #C70883
RGB
CMYK
RGB Variations
Color information
#C70883 (or 0xC70883) is known color: Medium Violet Red. HEX triplet: C7, 08 and 83. RGB value is (199,8,131). Sum of RGB (Red+Green+Blue) = 199+8+131=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C70883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70883 is #38F77C. Grayscale: #4E4E4E. Windows color (decimal): -3733373 or 8587463. OLE color: 8587463.
HSL color Cylindrical-coordinate representation of color #C70883: hue angle of 321.36º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70883 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.22 |
| HSL | 321.36º | 0.92% | 0.41% | - |
| HSV(B) | 321.36º | 0.96% | 0.78% | - |
| XYZ | 27.74 | 13.95 | 22.7 | - |
| YUV | 79.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 131 | 0 | 0.96 | 0.34 | 0.22 | 321.36 | 0.92 | 0.41 |
| Hex | C7 | 8 | 83 | 0 | 60 | 22 | 16 | 141 | 5C | 29 |
| Octal | 307 | 10 | 203 | 0 | 140 | 42 | 26 | 501 | 134 | 51 |
| Binary | 11000111 | 1000 | 10000011 | 0 | 1100000 | 100010 | 10110 | 101000001 | 1011100 | 101001 |
Color Harmonies of #C70883
Complementary color
Monochromatic Colors of #C70883
Black with #C70883
Text Example
Text Example
White with #C70883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70883; }
p { color: rgb(199,8,131); }
H1.HeaderClassName
{
color: #C70883;
}
.AnyTagClassName
{
color: #C70883;
}
</style>
background-color css
<style>
a { background-color: #C70883; }
a { background-color: rgb(199,8,131); }
div.DivClassName
{
background-color: #C70883;
}
.BgClassName
{
background-color: #C70883;
}
</style>
border-color css
<style>
span { border-color: #C70883; }
span { border-color: rgb(199,8,131); }
td.TdClassName
{
border-color: #C70883;
}
.TagClassName
{
border-color: #C70883;
}
</style>