Shades of Medium Violet Red #C917AB
Tints of Medium Violet Red #C917AB
RGB
CMYK
RGB Variations
Color information
#C917AB (or 0xC917AB) is known color: Medium Violet Red. HEX triplet: C9, 17 and AB. RGB value is (201,23,171). Sum of RGB (Red+Green+Blue) = 201+23+171=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C917AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C917AB is #36E854. Grayscale: #5C5C5C. Windows color (decimal): -3598421 or 11212745. OLE color: 11212745.
HSL color Cylindrical-coordinate representation of color #C917AB: hue angle of 310.11º 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 #C917AB is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 171 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.21 |
| HSL | 310.11º | 0.79% | 0.44% | - |
| HSV(B) | 310.11º | 0.89% | 0.79% | - |
| XYZ | 31.74 | 15.97 | 39.94 | - |
| YUV | 93.09 | 171.97 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 171 | 0 | 0.89 | 0.15 | 0.21 | 310.11 | 0.79 | 0.44 |
| Hex | C9 | 17 | AB | 0 | 59 | F | 15 | 136 | 4F | 2C |
| Octal | 311 | 27 | 253 | 0 | 131 | 17 | 25 | 466 | 117 | 54 |
| Binary | 11001001 | 10111 | 10101011 | 0 | 1011001 | 1111 | 10101 | 100110110 | 1001111 | 101100 |
Color Harmonies of #C917AB
Complementary color
Monochromatic Colors of #C917AB
Black with #C917AB
Text Example
Text Example
White with #C917AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917AB; }
p { color: rgb(201,23,171); }
H1.HeaderClassName
{
color: #C917AB;
}
.AnyTagClassName
{
color: #C917AB;
}
</style>
background-color css
<style>
a { background-color: #C917AB; }
a { background-color: rgb(201,23,171); }
div.DivClassName
{
background-color: #C917AB;
}
.BgClassName
{
background-color: #C917AB;
}
</style>
border-color css
<style>
span { border-color: #C917AB; }
span { border-color: rgb(201,23,171); }
td.TdClassName
{
border-color: #C917AB;
}
.TagClassName
{
border-color: #C917AB;
}
</style>