Shades of Medium Violet Red #C908A5
Tints of Medium Violet Red #C908A5
RGB
CMYK
RGB Variations
Color information
#C908A5 (or 0xC908A5) is known color: Medium Violet Red. HEX triplet: C9, 08 and A5. RGB value is (201,8,165). Sum of RGB (Red+Green+Blue) = 201+8+165=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C908A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908A5 is #36F75A. Grayscale: #535353. Windows color (decimal): -3602267 or 10815689. OLE color: 10815689.
HSL color Cylindrical-coordinate representation of color #C908A5: hue angle of 311.19º 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 #C908A5 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 165 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.21 |
| HSL | 311.19º | 0.92% | 0.41% | - |
| HSV(B) | 311.19º | 0.96% | 0.79% | - |
| XYZ | 30.97 | 15.31 | 36.92 | - |
| YUV | 83.61 | 173.94 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 165 | 0 | 0.96 | 0.18 | 0.21 | 311.19 | 0.92 | 0.41 |
| Hex | C9 | 8 | A5 | 0 | 60 | 12 | 15 | 137 | 5C | 29 |
| Octal | 311 | 10 | 245 | 0 | 140 | 22 | 25 | 467 | 134 | 51 |
| Binary | 11001001 | 1000 | 10100101 | 0 | 1100000 | 10010 | 10101 | 100110111 | 1011100 | 101001 |
Color Harmonies of #C908A5
Complementary color
Monochromatic Colors of #C908A5
Black with #C908A5
Text Example
Text Example
White with #C908A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908A5; }
p { color: rgb(201,8,165); }
H1.HeaderClassName
{
color: #C908A5;
}
.AnyTagClassName
{
color: #C908A5;
}
</style>
background-color css
<style>
a { background-color: #C908A5; }
a { background-color: rgb(201,8,165); }
div.DivClassName
{
background-color: #C908A5;
}
.BgClassName
{
background-color: #C908A5;
}
</style>
border-color css
<style>
span { border-color: #C908A5; }
span { border-color: rgb(201,8,165); }
td.TdClassName
{
border-color: #C908A5;
}
.TagClassName
{
border-color: #C908A5;
}
</style>