Shades of Medium Violet Red #C727AF
Tints of Medium Violet Red #C727AF
RGB
CMYK
RGB Variations
Color information
#C727AF (or 0xC727AF) is known color: Medium Violet Red. HEX triplet: C7, 27 and AF. RGB value is (199,39,175). Sum of RGB (Red+Green+Blue) = 199+39+175=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C727AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C727AF is #38D850. Grayscale: #656565. Windows color (decimal): -3725393 or 11478983. OLE color: 11478983.
HSL color Cylindrical-coordinate representation of color #C727AF: hue angle of 309º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C727AF is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 175 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.22 |
| HSL | 309º | 0.67% | 0.47% | - |
| HSV(B) | 309º | 0.8% | 0.78% | - |
| XYZ | 32.02 | 16.69 | 42.09 | - |
| YUV | 102.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 175 | 0 | 0.80 | 0.12 | 0.22 | 309 | 0.67 | 0.47 |
| Hex | C7 | 27 | AF | 0 | 50 | C | 16 | 135 | 43 | 2F |
| Octal | 307 | 47 | 257 | 0 | 120 | 14 | 26 | 465 | 103 | 57 |
| Binary | 11000111 | 100111 | 10101111 | 0 | 1010000 | 1100 | 10110 | 100110101 | 1000011 | 101111 |
Color Harmonies of #C727AF
Complementary color
Monochromatic Colors of #C727AF
Black with #C727AF
Text Example
Text Example
White with #C727AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C727AF; }
p { color: rgb(199,39,175); }
H1.HeaderClassName
{
color: #C727AF;
}
.AnyTagClassName
{
color: #C727AF;
}
</style>
background-color css
<style>
a { background-color: #C727AF; }
a { background-color: rgb(199,39,175); }
div.DivClassName
{
background-color: #C727AF;
}
.BgClassName
{
background-color: #C727AF;
}
</style>
border-color css
<style>
span { border-color: #C727AF; }
span { border-color: rgb(199,39,175); }
td.TdClassName
{
border-color: #C727AF;
}
.TagClassName
{
border-color: #C727AF;
}
</style>