Shades of Medium Violet Red #C912AA
Tints of Medium Violet Red #C912AA
RGB
CMYK
RGB Variations
Color information
#C912AA (or 0xC912AA) is known color: Medium Violet Red. HEX triplet: C9, 12 and AA. RGB value is (201,18,170). Sum of RGB (Red+Green+Blue) = 201+18+170=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C912AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C912AA is #36ED55. Grayscale: #595959. Windows color (decimal): -3599702 or 11145929. OLE color: 11145929.
HSL color Cylindrical-coordinate representation of color #C912AA: hue angle of 310.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912AA is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.21 |
| HSL | 310.16º | 0.84% | 0.43% | - |
| HSV(B) | 310.16º | 0.91% | 0.79% | - |
| XYZ | 31.56 | 15.75 | 39.41 | - |
| YUV | 90.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 170 | 0 | 0.91 | 0.15 | 0.21 | 310.16 | 0.84 | 0.43 |
| Hex | C9 | 12 | AA | 0 | 5B | F | 15 | 136 | 54 | 2B |
| Octal | 311 | 22 | 252 | 0 | 133 | 17 | 25 | 466 | 124 | 53 |
| Binary | 11001001 | 10010 | 10101010 | 0 | 1011011 | 1111 | 10101 | 100110110 | 1010100 | 101011 |
Color Harmonies of #C912AA
Complementary color
Monochromatic Colors of #C912AA
Black with #C912AA
Text Example
Text Example
White with #C912AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912AA; }
p { color: rgb(201,18,170); }
H1.HeaderClassName
{
color: #C912AA;
}
.AnyTagClassName
{
color: #C912AA;
}
</style>
background-color css
<style>
a { background-color: #C912AA; }
a { background-color: rgb(201,18,170); }
div.DivClassName
{
background-color: #C912AA;
}
.BgClassName
{
background-color: #C912AA;
}
</style>
border-color css
<style>
span { border-color: #C912AA; }
span { border-color: rgb(201,18,170); }
td.TdClassName
{
border-color: #C912AA;
}
.TagClassName
{
border-color: #C912AA;
}
</style>