Shades of Medium Violet Red #C709A3
Tints of Medium Violet Red #C709A3
RGB
CMYK
RGB Variations
Color information
#C709A3 (or 0xC709A3) is known color: Medium Violet Red. HEX triplet: C7, 09 and A3. RGB value is (199,9,163). Sum of RGB (Red+Green+Blue) = 199+9+163=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C709A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C709A3 is #38F65C. Grayscale: #525252. Windows color (decimal): -3733085 or 10684871. OLE color: 10684871.
HSL color Cylindrical-coordinate representation of color #C709A3: hue angle of 311.37º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C709A3 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 163 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.22 |
| HSL | 311.37º | 0.91% | 0.41% | - |
| HSV(B) | 311.37º | 0.95% | 0.78% | - |
| XYZ | 30.26 | 14.98 | 35.95 | - |
| YUV | 83.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 163 | 0 | 0.95 | 0.18 | 0.22 | 311.37 | 0.91 | 0.41 |
| Hex | C7 | 9 | A3 | 0 | 5F | 12 | 16 | 137 | 5B | 29 |
| Octal | 307 | 11 | 243 | 0 | 137 | 22 | 26 | 467 | 133 | 51 |
| Binary | 11000111 | 1001 | 10100011 | 0 | 1011111 | 10010 | 10110 | 100110111 | 1011011 | 101001 |
Color Harmonies of #C709A3
Complementary color
Monochromatic Colors of #C709A3
Black with #C709A3
Text Example
Text Example
White with #C709A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709A3; }
p { color: rgb(199,9,163); }
H1.HeaderClassName
{
color: #C709A3;
}
.AnyTagClassName
{
color: #C709A3;
}
</style>
background-color css
<style>
a { background-color: #C709A3; }
a { background-color: rgb(199,9,163); }
div.DivClassName
{
background-color: #C709A3;
}
.BgClassName
{
background-color: #C709A3;
}
</style>
border-color css
<style>
span { border-color: #C709A3; }
span { border-color: rgb(199,9,163); }
td.TdClassName
{
border-color: #C709A3;
}
.TagClassName
{
border-color: #C709A3;
}
</style>