Shades of Medium Violet Red #C928AF
Tints of Medium Violet Red #C928AF
RGB
CMYK
RGB Variations
Color information
#C928AF (or 0xC928AF) is known color: Medium Violet Red. HEX triplet: C9, 28 and AF. RGB value is (201,40,175). Sum of RGB (Red+Green+Blue) = 201+40+175=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C928AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C928AF is #36D750. Grayscale: #676767. Windows color (decimal): -3594065 or 11479241. OLE color: 11479241.
HSL color Cylindrical-coordinate representation of color #C928AF: hue angle of 309.69º 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 #C928AF is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 175 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.21 |
| HSL | 309.69º | 0.67% | 0.47% | - |
| HSV(B) | 309.69º | 0.8% | 0.79% | - |
| XYZ | 32.58 | 17.03 | 42.13 | - |
| YUV | 103.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 175 | 0 | 0.80 | 0.13 | 0.21 | 309.69 | 0.67 | 0.47 |
| Hex | C9 | 28 | AF | 0 | 50 | D | 15 | 136 | 43 | 2F |
| Octal | 311 | 50 | 257 | 0 | 120 | 15 | 25 | 466 | 103 | 57 |
| Binary | 11001001 | 101000 | 10101111 | 0 | 1010000 | 1101 | 10101 | 100110110 | 1000011 | 101111 |
Color Harmonies of #C928AF
Complementary color
Monochromatic Colors of #C928AF
Black with #C928AF
Text Example
Text Example
White with #C928AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928AF; }
p { color: rgb(201,40,175); }
H1.HeaderClassName
{
color: #C928AF;
}
.AnyTagClassName
{
color: #C928AF;
}
</style>
background-color css
<style>
a { background-color: #C928AF; }
a { background-color: rgb(201,40,175); }
div.DivClassName
{
background-color: #C928AF;
}
.BgClassName
{
background-color: #C928AF;
}
</style>
border-color css
<style>
span { border-color: #C928AF; }
span { border-color: rgb(201,40,175); }
td.TdClassName
{
border-color: #C928AF;
}
.TagClassName
{
border-color: #C928AF;
}
</style>