Shades of Medium Violet Red #C71481
Tints of Medium Violet Red #C71481
RGB
CMYK
RGB Variations
Color information
#C71481 (or 0xC71481) is known color: Medium Violet Red. HEX triplet: C7, 14 and 81. RGB value is (199,20,129). Sum of RGB (Red+Green+Blue) = 199+20+129=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C71481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71481 is #38EB7E. Grayscale: #555555. Windows color (decimal): -3730303 or 8459463. OLE color: 8459463.
HSL color Cylindrical-coordinate representation of color #C71481: hue angle of 323.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71481 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 129 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.22 |
| HSL | 323.46º | 0.82% | 0.43% | - |
| HSV(B) | 323.46º | 0.9% | 0.78% | - |
| XYZ | 27.77 | 14.23 | 22.05 | - |
| YUV | 85.95 | 152.3 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 129 | 0 | 0.90 | 0.35 | 0.22 | 323.46 | 0.82 | 0.43 |
| Hex | C7 | 14 | 81 | 0 | 5A | 23 | 16 | 143 | 52 | 2B |
| Octal | 307 | 24 | 201 | 0 | 132 | 43 | 26 | 503 | 122 | 53 |
| Binary | 11000111 | 10100 | 10000001 | 0 | 1011010 | 100011 | 10110 | 101000011 | 1010010 | 101011 |
Color Harmonies of #C71481
Complementary color
Monochromatic Colors of #C71481
Black with #C71481
Text Example
Text Example
White with #C71481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71481; }
p { color: rgb(199,20,129); }
H1.HeaderClassName
{
color: #C71481;
}
.AnyTagClassName
{
color: #C71481;
}
</style>
background-color css
<style>
a { background-color: #C71481; }
a { background-color: rgb(199,20,129); }
div.DivClassName
{
background-color: #C71481;
}
.BgClassName
{
background-color: #C71481;
}
</style>
border-color css
<style>
span { border-color: #C71481; }
span { border-color: rgb(199,20,129); }
td.TdClassName
{
border-color: #C71481;
}
.TagClassName
{
border-color: #C71481;
}
</style>