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