Shades of Medium Violet Red #C708A1
Tints of Medium Violet Red #C708A1
RGB
CMYK
RGB Variations
Color information
#C708A1 (or 0xC708A1) is known color: Medium Violet Red. HEX triplet: C7, 08 and A1. RGB value is (199,8,161). Sum of RGB (Red+Green+Blue) = 199+8+161=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C708A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C708A1 is #38F75E. Grayscale: #525252. Windows color (decimal): -3733343 or 10553543. OLE color: 10553543.
HSL color Cylindrical-coordinate representation of color #C708A1: hue angle of 311.94º 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 #C708A1 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.22 |
| HSL | 311.94º | 0.92% | 0.41% | - |
| HSV(B) | 311.94º | 0.96% | 0.78% | - |
| XYZ | 30.07 | 14.89 | 35.01 | - |
| YUV | 82.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 161 | 0 | 0.96 | 0.19 | 0.22 | 311.94 | 0.92 | 0.41 |
| Hex | C7 | 8 | A1 | 0 | 60 | 13 | 16 | 138 | 5C | 29 |
| Octal | 307 | 10 | 241 | 0 | 140 | 23 | 26 | 470 | 134 | 51 |
| Binary | 11000111 | 1000 | 10100001 | 0 | 1100000 | 10011 | 10110 | 100111000 | 1011100 | 101001 |
Color Harmonies of #C708A1
Complementary color
Monochromatic Colors of #C708A1
Black with #C708A1
Text Example
Text Example
White with #C708A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708A1; }
p { color: rgb(199,8,161); }
H1.HeaderClassName
{
color: #C708A1;
}
.AnyTagClassName
{
color: #C708A1;
}
</style>
background-color css
<style>
a { background-color: #C708A1; }
a { background-color: rgb(199,8,161); }
div.DivClassName
{
background-color: #C708A1;
}
.BgClassName
{
background-color: #C708A1;
}
</style>
border-color css
<style>
span { border-color: #C708A1; }
span { border-color: rgb(199,8,161); }
td.TdClassName
{
border-color: #C708A1;
}
.TagClassName
{
border-color: #C708A1;
}
</style>