Shades of Medium Red Violet #C734A6
Tints of Medium Red Violet #C734A6
RGB
CMYK
RGB Variations
Color information
#C734A6 (or 0xC734A6) is known color: Medium Red Violet. HEX triplet: C7, 34 and A6. RGB value is (199,52,166). Sum of RGB (Red+Green+Blue) = 199+52+166=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C734A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C734A6 is #38CB59. Grayscale: #6C6C6C. Windows color (decimal): -3722074 or 10892487. OLE color: 10892487.
HSL color Cylindrical-coordinate representation of color #C734A6: hue angle of 313.47º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C734A6 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 166 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.22 |
| HSL | 313.47º | 0.59% | 0.49% | - |
| HSV(B) | 313.47º | 0.74% | 0.78% | - |
| XYZ | 31.66 | 17.35 | 37.76 | - |
| YUV | 108.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 166 | 0 | 0.74 | 0.17 | 0.22 | 313.47 | 0.59 | 0.49 |
| Hex | C7 | 34 | A6 | 0 | 4A | 11 | 16 | 139 | 3B | 31 |
| Octal | 307 | 64 | 246 | 0 | 112 | 21 | 26 | 471 | 73 | 61 |
| Binary | 11000111 | 110100 | 10100110 | 0 | 1001010 | 10001 | 10110 | 100111001 | 111011 | 110001 |
Color Harmonies of #C734A6
Complementary color
Monochromatic Colors of #C734A6
Black with #C734A6
Text Example
Text Example
White with #C734A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734A6; }
p { color: rgb(199,52,166); }
H1.HeaderClassName
{
color: #C734A6;
}
.AnyTagClassName
{
color: #C734A6;
}
</style>
background-color css
<style>
a { background-color: #C734A6; }
a { background-color: rgb(199,52,166); }
div.DivClassName
{
background-color: #C734A6;
}
.BgClassName
{
background-color: #C734A6;
}
</style>
border-color css
<style>
span { border-color: #C734A6; }
span { border-color: rgb(199,52,166); }
td.TdClassName
{
border-color: #C734A6;
}
.TagClassName
{
border-color: #C734A6;
}
</style>