Shades of Medium Violet Red #C908A6
Tints of Medium Violet Red #C908A6
RGB
CMYK
RGB Variations
Color information
#C908A6 (or 0xC908A6) is known color: Medium Violet Red. HEX triplet: C9, 08 and A6. RGB value is (201,8,166). Sum of RGB (Red+Green+Blue) = 201+8+166=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C908A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908A6 is #36F759. Grayscale: #535353. Windows color (decimal): -3602266 or 10881225. OLE color: 10881225.
HSL color Cylindrical-coordinate representation of color #C908A6: hue angle of 310.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908A6 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 166 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.21 |
| HSL | 310.88º | 0.92% | 0.41% | - |
| HSV(B) | 310.88º | 0.96% | 0.79% | - |
| XYZ | 31.06 | 15.34 | 37.4 | - |
| YUV | 83.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 166 | 0 | 0.96 | 0.17 | 0.21 | 310.88 | 0.92 | 0.41 |
| Hex | C9 | 8 | A6 | 0 | 60 | 11 | 15 | 137 | 5C | 29 |
| Octal | 311 | 10 | 246 | 0 | 140 | 21 | 25 | 467 | 134 | 51 |
| Binary | 11001001 | 1000 | 10100110 | 0 | 1100000 | 10001 | 10101 | 100110111 | 1011100 | 101001 |
Color Harmonies of #C908A6
Complementary color
Monochromatic Colors of #C908A6
Black with #C908A6
Text Example
Text Example
White with #C908A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908A6; }
p { color: rgb(201,8,166); }
H1.HeaderClassName
{
color: #C908A6;
}
.AnyTagClassName
{
color: #C908A6;
}
</style>
background-color css
<style>
a { background-color: #C908A6; }
a { background-color: rgb(201,8,166); }
div.DivClassName
{
background-color: #C908A6;
}
.BgClassName
{
background-color: #C908A6;
}
</style>
border-color css
<style>
span { border-color: #C908A6; }
span { border-color: rgb(201,8,166); }
td.TdClassName
{
border-color: #C908A6;
}
.TagClassName
{
border-color: #C908A6;
}
</style>