Shades of Medium Violet Red #C917AA
Tints of Medium Violet Red #C917AA
RGB
CMYK
RGB Variations
Color information
#C917AA (or 0xC917AA) is known color: Medium Violet Red. HEX triplet: C9, 17 and AA. RGB value is (201,23,170). Sum of RGB (Red+Green+Blue) = 201+23+170=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C917AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C917AA is #36E855. Grayscale: #5C5C5C. Windows color (decimal): -3598422 or 11147209. OLE color: 11147209.
HSL color Cylindrical-coordinate representation of color #C917AA: hue angle of 310.45º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C917AA is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 170 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.21 |
| HSL | 310.45º | 0.79% | 0.44% | - |
| HSV(B) | 310.45º | 0.89% | 0.79% | - |
| XYZ | 31.65 | 15.93 | 39.44 | - |
| YUV | 92.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 170 | 0 | 0.89 | 0.15 | 0.21 | 310.45 | 0.79 | 0.44 |
| Hex | C9 | 17 | AA | 0 | 59 | F | 15 | 136 | 4F | 2C |
| Octal | 311 | 27 | 252 | 0 | 131 | 17 | 25 | 466 | 117 | 54 |
| Binary | 11001001 | 10111 | 10101010 | 0 | 1011001 | 1111 | 10101 | 100110110 | 1001111 | 101100 |
Color Harmonies of #C917AA
Complementary color
Monochromatic Colors of #C917AA
Black with #C917AA
Text Example
Text Example
White with #C917AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917AA; }
p { color: rgb(201,23,170); }
H1.HeaderClassName
{
color: #C917AA;
}
.AnyTagClassName
{
color: #C917AA;
}
</style>
background-color css
<style>
a { background-color: #C917AA; }
a { background-color: rgb(201,23,170); }
div.DivClassName
{
background-color: #C917AA;
}
.BgClassName
{
background-color: #C917AA;
}
</style>
border-color css
<style>
span { border-color: #C917AA; }
span { border-color: rgb(201,23,170); }
td.TdClassName
{
border-color: #C917AA;
}
.TagClassName
{
border-color: #C917AA;
}
</style>