Shades of Medium Red Violet #C929A6
Tints of Medium Red Violet #C929A6
RGB
CMYK
RGB Variations
Color information
#C929A6 (or 0xC929A6) is known color: Medium Red Violet. HEX triplet: C9, 29 and A6. RGB value is (201,41,166). Sum of RGB (Red+Green+Blue) = 201+41+166=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C929A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C929A6 is #36D659. Grayscale: #666666. Windows color (decimal): -3593818 or 10889673. OLE color: 10889673.
HSL color Cylindrical-coordinate representation of color #C929A6: hue angle of 313.12º degrees, saturation: 0.66, 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 #C929A6 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 166 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.21 |
| HSL | 313.13º | 0.66% | 0.47% | - |
| HSV(B) | 313.13º | 0.8% | 0.79% | - |
| XYZ | 31.76 | 16.76 | 37.64 | - |
| YUV | 103.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 166 | 0 | 0.80 | 0.17 | 0.21 | 313.13 | 0.66 | 0.47 |
| Hex | C9 | 29 | A6 | 0 | 50 | 11 | 15 | 139 | 42 | 2F |
| Octal | 311 | 51 | 246 | 0 | 120 | 21 | 25 | 471 | 102 | 57 |
| Binary | 11001001 | 101001 | 10100110 | 0 | 1010000 | 10001 | 10101 | 100111001 | 1000010 | 101111 |
Color Harmonies of #C929A6
Complementary color
Monochromatic Colors of #C929A6
Black with #C929A6
Text Example
Text Example
White with #C929A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929A6; }
p { color: rgb(201,41,166); }
H1.HeaderClassName
{
color: #C929A6;
}
.AnyTagClassName
{
color: #C929A6;
}
</style>
background-color css
<style>
a { background-color: #C929A6; }
a { background-color: rgb(201,41,166); }
div.DivClassName
{
background-color: #C929A6;
}
.BgClassName
{
background-color: #C929A6;
}
</style>
border-color css
<style>
span { border-color: #C929A6; }
span { border-color: rgb(201,41,166); }
td.TdClassName
{
border-color: #C929A6;
}
.TagClassName
{
border-color: #C929A6;
}
</style>