Shades of Medium Violet Red #C915AA
Tints of Medium Violet Red #C915AA
RGB
CMYK
RGB Variations
Color information
#C915AA (or 0xC915AA) is known color: Medium Violet Red. HEX triplet: C9, 15 and AA. RGB value is (201,21,170). Sum of RGB (Red+Green+Blue) = 201+21+170=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C915AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C915AA is #36EA55. Grayscale: #5B5B5B. Windows color (decimal): -3598934 or 11146697. OLE color: 11146697.
HSL color Cylindrical-coordinate representation of color #C915AA: hue angle of 310.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915AA is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 170 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.21 |
| HSL | 310.33º | 0.81% | 0.44% | - |
| HSV(B) | 310.33º | 0.9% | 0.79% | - |
| XYZ | 31.61 | 15.86 | 39.42 | - |
| YUV | 91.81 | 172.13 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 170 | 0 | 0.90 | 0.15 | 0.21 | 310.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | AA | 0 | 5A | F | 15 | 136 | 51 | 2C |
| Octal | 311 | 25 | 252 | 0 | 132 | 17 | 25 | 466 | 121 | 54 |
| Binary | 11001001 | 10101 | 10101010 | 0 | 1011010 | 1111 | 10101 | 100110110 | 1010001 | 101100 |
Color Harmonies of #C915AA
Complementary color
Monochromatic Colors of #C915AA
Black with #C915AA
Text Example
Text Example
White with #C915AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915AA; }
p { color: rgb(201,21,170); }
H1.HeaderClassName
{
color: #C915AA;
}
.AnyTagClassName
{
color: #C915AA;
}
</style>
background-color css
<style>
a { background-color: #C915AA; }
a { background-color: rgb(201,21,170); }
div.DivClassName
{
background-color: #C915AA;
}
.BgClassName
{
background-color: #C915AA;
}
</style>
border-color css
<style>
span { border-color: #C915AA; }
span { border-color: rgb(201,21,170); }
td.TdClassName
{
border-color: #C915AA;
}
.TagClassName
{
border-color: #C915AA;
}
</style>