Shades of Medium Violet Red #C928AC
Tints of Medium Violet Red #C928AC
RGB
CMYK
RGB Variations
Color information
#C928AC (or 0xC928AC) is known color: Medium Violet Red. HEX triplet: C9, 28 and AC. RGB value is (201,40,172). Sum of RGB (Red+Green+Blue) = 201+40+172=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C928AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C928AC is #36D753. Grayscale: #666666. Windows color (decimal): -3594068 or 11282633. OLE color: 11282633.
HSL color Cylindrical-coordinate representation of color #C928AC: hue angle of 310.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C928AC is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 172 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.21 |
| HSL | 310.81º | 0.67% | 0.47% | - |
| HSV(B) | 310.81º | 0.8% | 0.79% | - |
| XYZ | 32.29 | 16.91 | 40.59 | - |
| YUV | 103.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 172 | 0 | 0.80 | 0.14 | 0.21 | 310.81 | 0.67 | 0.47 |
| Hex | C9 | 28 | AC | 0 | 50 | E | 15 | 137 | 43 | 2F |
| Octal | 311 | 50 | 254 | 0 | 120 | 16 | 25 | 467 | 103 | 57 |
| Binary | 11001001 | 101000 | 10101100 | 0 | 1010000 | 1110 | 10101 | 100110111 | 1000011 | 101111 |
Color Harmonies of #C928AC
Complementary color
Monochromatic Colors of #C928AC
Black with #C928AC
Text Example
Text Example
White with #C928AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928AC; }
p { color: rgb(201,40,172); }
H1.HeaderClassName
{
color: #C928AC;
}
.AnyTagClassName
{
color: #C928AC;
}
</style>
background-color css
<style>
a { background-color: #C928AC; }
a { background-color: rgb(201,40,172); }
div.DivClassName
{
background-color: #C928AC;
}
.BgClassName
{
background-color: #C928AC;
}
</style>
border-color css
<style>
span { border-color: #C928AC; }
span { border-color: rgb(201,40,172); }
td.TdClassName
{
border-color: #C928AC;
}
.TagClassName
{
border-color: #C928AC;
}
</style>