Shades of Medium Violet Red #C71883
Tints of Medium Violet Red #C71883
RGB
CMYK
RGB Variations
Color information
#C71883 (or 0xC71883) is known color: Medium Violet Red. HEX triplet: C7, 18 and 83. RGB value is (199,24,131). Sum of RGB (Red+Green+Blue) = 199+24+131=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C71883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71883 is #38E77C. Grayscale: #585858. Windows color (decimal): -3729277 or 8591559. OLE color: 8591559.
HSL color Cylindrical-coordinate representation of color #C71883: hue angle of 323.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71883 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 131 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.22 |
| HSL | 323.31º | 0.78% | 0.44% | - |
| HSV(B) | 323.31º | 0.88% | 0.78% | - |
| XYZ | 27.98 | 14.43 | 22.78 | - |
| YUV | 88.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 131 | 0 | 0.88 | 0.34 | 0.22 | 323.31 | 0.78 | 0.44 |
| Hex | C7 | 18 | 83 | 0 | 58 | 22 | 16 | 143 | 4E | 2C |
| Octal | 307 | 30 | 203 | 0 | 130 | 42 | 26 | 503 | 116 | 54 |
| Binary | 11000111 | 11000 | 10000011 | 0 | 1011000 | 100010 | 10110 | 101000011 | 1001110 | 101100 |
Color Harmonies of #C71883
Complementary color
Monochromatic Colors of #C71883
Black with #C71883
Text Example
Text Example
White with #C71883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71883; }
p { color: rgb(199,24,131); }
H1.HeaderClassName
{
color: #C71883;
}
.AnyTagClassName
{
color: #C71883;
}
</style>
background-color css
<style>
a { background-color: #C71883; }
a { background-color: rgb(199,24,131); }
div.DivClassName
{
background-color: #C71883;
}
.BgClassName
{
background-color: #C71883;
}
</style>
border-color css
<style>
span { border-color: #C71883; }
span { border-color: rgb(199,24,131); }
td.TdClassName
{
border-color: #C71883;
}
.TagClassName
{
border-color: #C71883;
}
</style>