Shades of Medium Violet Red #C910A4
Tints of Medium Violet Red #C910A4
RGB
CMYK
RGB Variations
Color information
#C910A4 (or 0xC910A4) is known color: Medium Violet Red. HEX triplet: C9, 10 and A4. RGB value is (201,16,164). Sum of RGB (Red+Green+Blue) = 201+16+164=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C910A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C910A4 is #36EF5B. Grayscale: #575757. Windows color (decimal): -3600220 or 10752201. OLE color: 10752201.
HSL color Cylindrical-coordinate representation of color #C910A4: hue angle of 312º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C910A4 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 164 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.21 |
| HSL | 312º | 0.85% | 0.43% | - |
| HSV(B) | 312º | 0.92% | 0.79% | - |
| XYZ | 30.97 | 15.47 | 36.48 | - |
| YUV | 88.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 164 | 0 | 0.92 | 0.18 | 0.21 | 312 | 0.85 | 0.43 |
| Hex | C9 | 10 | A4 | 0 | 5C | 12 | 15 | 138 | 55 | 2B |
| Octal | 311 | 20 | 244 | 0 | 134 | 22 | 25 | 470 | 125 | 53 |
| Binary | 11001001 | 10000 | 10100100 | 0 | 1011100 | 10010 | 10101 | 100111000 | 1010101 | 101011 |
Color Harmonies of #C910A4
Complementary color
Monochromatic Colors of #C910A4
Black with #C910A4
Text Example
Text Example
White with #C910A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910A4; }
p { color: rgb(201,16,164); }
H1.HeaderClassName
{
color: #C910A4;
}
.AnyTagClassName
{
color: #C910A4;
}
</style>
background-color css
<style>
a { background-color: #C910A4; }
a { background-color: rgb(201,16,164); }
div.DivClassName
{
background-color: #C910A4;
}
.BgClassName
{
background-color: #C910A4;
}
</style>
border-color css
<style>
span { border-color: #C910A4; }
span { border-color: rgb(201,16,164); }
td.TdClassName
{
border-color: #C910A4;
}
.TagClassName
{
border-color: #C910A4;
}
</style>