Shades of Medium Red Violet #C734A1
Tints of Medium Red Violet #C734A1
RGB
CMYK
RGB Variations
Color information
#C734A1 (or 0xC734A1) is known color: Medium Red Violet. HEX triplet: C7, 34 and A1. RGB value is (199,52,161). Sum of RGB (Red+Green+Blue) = 199+52+161=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C734A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C734A1 is #38CB5E. Grayscale: #6C6C6C. Windows color (decimal): -3722079 or 10564807. OLE color: 10564807.
HSL color Cylindrical-coordinate representation of color #C734A1: hue angle of 315.51º 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 #C734A1 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 161 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.22 |
| HSL | 315.51º | 0.59% | 0.49% | - |
| HSV(B) | 315.51º | 0.74% | 0.78% | - |
| XYZ | 31.21 | 17.17 | 35.39 | - |
| YUV | 108.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 161 | 0 | 0.74 | 0.19 | 0.22 | 315.51 | 0.59 | 0.49 |
| Hex | C7 | 34 | A1 | 0 | 4A | 13 | 16 | 13C | 3B | 31 |
| Octal | 307 | 64 | 241 | 0 | 112 | 23 | 26 | 474 | 73 | 61 |
| Binary | 11000111 | 110100 | 10100001 | 0 | 1001010 | 10011 | 10110 | 100111100 | 111011 | 110001 |
Color Harmonies of #C734A1
Complementary color
Monochromatic Colors of #C734A1
Black with #C734A1
Text Example
Text Example
White with #C734A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734A1; }
p { color: rgb(199,52,161); }
H1.HeaderClassName
{
color: #C734A1;
}
.AnyTagClassName
{
color: #C734A1;
}
</style>
background-color css
<style>
a { background-color: #C734A1; }
a { background-color: rgb(199,52,161); }
div.DivClassName
{
background-color: #C734A1;
}
.BgClassName
{
background-color: #C734A1;
}
</style>
border-color css
<style>
span { border-color: #C734A1; }
span { border-color: rgb(199,52,161); }
td.TdClassName
{
border-color: #C734A1;
}
.TagClassName
{
border-color: #C734A1;
}
</style>