Shades of Medium Violet Red #C908A1
Tints of Medium Violet Red #C908A1
RGB
CMYK
RGB Variations
Color information
#C908A1 (or 0xC908A1) is known color: Medium Violet Red. HEX triplet: C9, 08 and A1. RGB value is (201,8,161). Sum of RGB (Red+Green+Blue) = 201+8+161=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C908A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908A1 is #36F75E. Grayscale: #525252. Windows color (decimal): -3602271 or 10553545. OLE color: 10553545.
HSL color Cylindrical-coordinate representation of color #C908A1: hue angle of 312.44º 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 #C908A1 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.21 |
| HSL | 312.44º | 0.92% | 0.41% | - |
| HSV(B) | 312.44º | 0.96% | 0.79% | - |
| XYZ | 30.61 | 15.16 | 35.03 | - |
| YUV | 83.15 | 171.94 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 161 | 0 | 0.96 | 0.20 | 0.21 | 312.44 | 0.92 | 0.41 |
| Hex | C9 | 8 | A1 | 0 | 60 | 14 | 15 | 138 | 5C | 29 |
| Octal | 311 | 10 | 241 | 0 | 140 | 24 | 25 | 470 | 134 | 51 |
| Binary | 11001001 | 1000 | 10100001 | 0 | 1100000 | 10100 | 10101 | 100111000 | 1011100 | 101001 |
Color Harmonies of #C908A1
Complementary color
Monochromatic Colors of #C908A1
Black with #C908A1
Text Example
Text Example
White with #C908A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908A1; }
p { color: rgb(201,8,161); }
H1.HeaderClassName
{
color: #C908A1;
}
.AnyTagClassName
{
color: #C908A1;
}
</style>
background-color css
<style>
a { background-color: #C908A1; }
a { background-color: rgb(201,8,161); }
div.DivClassName
{
background-color: #C908A1;
}
.BgClassName
{
background-color: #C908A1;
}
</style>
border-color css
<style>
span { border-color: #C908A1; }
span { border-color: rgb(201,8,161); }
td.TdClassName
{
border-color: #C908A1;
}
.TagClassName
{
border-color: #C908A1;
}
</style>