Shades of Medium Violet Red #C90A8A
Tints of Medium Violet Red #C90A8A
RGB
CMYK
RGB Variations
Color information
#C90A8A (or 0xC90A8A) is known color: Medium Violet Red. HEX triplet: C9, 0A and 8A. RGB value is (201,10,138). Sum of RGB (Red+Green+Blue) = 201+10+138=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C90A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90A8A is #36F575. Grayscale: #515151. Windows color (decimal): -3601782 or 9046729. OLE color: 9046729.
HSL color Cylindrical-coordinate representation of color #C90A8A: hue angle of 319.79º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90A8A is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 10 | 138 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.21 |
| HSL | 319.79º | 0.91% | 0.41% | - |
| HSV(B) | 319.79º | 0.95% | 0.79% | - |
| XYZ | 28.78 | 14.47 | 25.32 | - |
| YUV | 81.7 | 159.78 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 138 | 0 | 0.95 | 0.31 | 0.21 | 319.79 | 0.91 | 0.41 |
| Hex | C9 | A | 8A | 0 | 5F | 1F | 15 | 140 | 5B | 29 |
| Octal | 311 | 12 | 212 | 0 | 137 | 37 | 25 | 500 | 133 | 51 |
| Binary | 11001001 | 1010 | 10001010 | 0 | 1011111 | 11111 | 10101 | 101000000 | 1011011 | 101001 |
Color Harmonies of #C90A8A
Complementary color
Monochromatic Colors of #C90A8A
Black with #C90A8A
Text Example
Text Example
White with #C90A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90A8A; }
p { color: rgb(201,10,138); }
H1.HeaderClassName
{
color: #C90A8A;
}
.AnyTagClassName
{
color: #C90A8A;
}
</style>
background-color css
<style>
a { background-color: #C90A8A; }
a { background-color: rgb(201,10,138); }
div.DivClassName
{
background-color: #C90A8A;
}
.BgClassName
{
background-color: #C90A8A;
}
</style>
border-color css
<style>
span { border-color: #C90A8A; }
span { border-color: rgb(201,10,138); }
td.TdClassName
{
border-color: #C90A8A;
}
.TagClassName
{
border-color: #C90A8A;
}
</style>