Shades of Medium Violet Red #C90CA5
Tints of Medium Violet Red #C90CA5
RGB
CMYK
RGB Variations
Color information
#C90CA5 (or 0xC90CA5) is known color: Medium Violet Red. HEX triplet: C9, 0C and A5. RGB value is (201,12,165). Sum of RGB (Red+Green+Blue) = 201+12+165=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CA5 is #36F35A. Grayscale: #555555. Windows color (decimal): -3601243 or 10816713. OLE color: 10816713.
HSL color Cylindrical-coordinate representation of color #C90CA5: hue angle of 311.43º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CA5 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 165 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.21 |
| HSL | 311.43º | 0.89% | 0.42% | - |
| HSV(B) | 311.43º | 0.94% | 0.79% | - |
| XYZ | 31.01 | 15.4 | 36.93 | - |
| YUV | 85.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 165 | 0 | 0.94 | 0.18 | 0.21 | 311.43 | 0.89 | 0.42 |
| Hex | C9 | C | A5 | 0 | 5E | 12 | 15 | 137 | 59 | 2A |
| Octal | 311 | 14 | 245 | 0 | 136 | 22 | 25 | 467 | 131 | 52 |
| Binary | 11001001 | 1100 | 10100101 | 0 | 1011110 | 10010 | 10101 | 100110111 | 1011001 | 101010 |
Color Harmonies of #C90CA5
Complementary color
Monochromatic Colors of #C90CA5
Black with #C90CA5
Text Example
Text Example
White with #C90CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CA5; }
p { color: rgb(201,12,165); }
H1.HeaderClassName
{
color: #C90CA5;
}
.AnyTagClassName
{
color: #C90CA5;
}
</style>
background-color css
<style>
a { background-color: #C90CA5; }
a { background-color: rgb(201,12,165); }
div.DivClassName
{
background-color: #C90CA5;
}
.BgClassName
{
background-color: #C90CA5;
}
</style>
border-color css
<style>
span { border-color: #C90CA5; }
span { border-color: rgb(201,12,165); }
td.TdClassName
{
border-color: #C90CA5;
}
.TagClassName
{
border-color: #C90CA5;
}
</style>