Shades of Medium Violet Red #C90CA2
Tints of Medium Violet Red #C90CA2
RGB
CMYK
RGB Variations
Color information
#C90CA2 (or 0xC90CA2) is known color: Medium Violet Red. HEX triplet: C9, 0C and A2. RGB value is (201,12,162). Sum of RGB (Red+Green+Blue) = 201+12+162=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CA2 is #36F35D. Grayscale: #555555. Windows color (decimal): -3601246 or 10620105. OLE color: 10620105.
HSL color Cylindrical-coordinate representation of color #C90CA2: hue angle of 312.38º 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 #C90CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.21 |
| HSL | 312.38º | 0.89% | 0.42% | - |
| HSV(B) | 312.38º | 0.94% | 0.79% | - |
| XYZ | 30.74 | 15.29 | 35.51 | - |
| YUV | 85.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 162 | 0 | 0.94 | 0.19 | 0.21 | 312.38 | 0.89 | 0.42 |
| Hex | C9 | C | A2 | 0 | 5E | 13 | 15 | 138 | 59 | 2A |
| Octal | 311 | 14 | 242 | 0 | 136 | 23 | 25 | 470 | 131 | 52 |
| Binary | 11001001 | 1100 | 10100010 | 0 | 1011110 | 10011 | 10101 | 100111000 | 1011001 | 101010 |
Color Harmonies of #C90CA2
Complementary color
Monochromatic Colors of #C90CA2
Black with #C90CA2
Text Example
Text Example
White with #C90CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CA2; }
p { color: rgb(201,12,162); }
H1.HeaderClassName
{
color: #C90CA2;
}
.AnyTagClassName
{
color: #C90CA2;
}
</style>
background-color css
<style>
a { background-color: #C90CA2; }
a { background-color: rgb(201,12,162); }
div.DivClassName
{
background-color: #C90CA2;
}
.BgClassName
{
background-color: #C90CA2;
}
</style>
border-color css
<style>
span { border-color: #C90CA2; }
span { border-color: rgb(201,12,162); }
td.TdClassName
{
border-color: #C90CA2;
}
.TagClassName
{
border-color: #C90CA2;
}
</style>