Shades of Medium Red Violet #C728AC
Tints of Medium Red Violet #C728AC
RGB
CMYK
RGB Variations
Color information
#C728AC (or 0xC728AC) is known color: Medium Red Violet. HEX triplet: C7, 28 and AC. RGB value is (199,40,172). Sum of RGB (Red+Green+Blue) = 199+40+172=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C728AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C728AC is #38D753. Grayscale: #666666. Windows color (decimal): -3725140 or 11282631. OLE color: 11282631.
HSL color Cylindrical-coordinate representation of color #C728AC: hue angle of 310.19º 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 #C728AC is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 172 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.22 |
| HSL | 310.19º | 0.67% | 0.47% | - |
| HSV(B) | 310.19º | 0.8% | 0.78% | - |
| XYZ | 31.76 | 16.64 | 40.57 | - |
| YUV | 102.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 172 | 0 | 0.80 | 0.14 | 0.22 | 310.19 | 0.67 | 0.47 |
| Hex | C7 | 28 | AC | 0 | 50 | E | 16 | 136 | 43 | 2F |
| Octal | 307 | 50 | 254 | 0 | 120 | 16 | 26 | 466 | 103 | 57 |
| Binary | 11000111 | 101000 | 10101100 | 0 | 1010000 | 1110 | 10110 | 100110110 | 1000011 | 101111 |
Color Harmonies of #C728AC
Complementary color
Monochromatic Colors of #C728AC
Black with #C728AC
Text Example
Text Example
White with #C728AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728AC; }
p { color: rgb(199,40,172); }
H1.HeaderClassName
{
color: #C728AC;
}
.AnyTagClassName
{
color: #C728AC;
}
</style>
background-color css
<style>
a { background-color: #C728AC; }
a { background-color: rgb(199,40,172); }
div.DivClassName
{
background-color: #C728AC;
}
.BgClassName
{
background-color: #C728AC;
}
</style>
border-color css
<style>
span { border-color: #C728AC; }
span { border-color: rgb(199,40,172); }
td.TdClassName
{
border-color: #C728AC;
}
.TagClassName
{
border-color: #C728AC;
}
</style>