Shades of Medium Violet Red #CC17AA
Tints of Medium Violet Red #CC17AA
RGB
CMYK
RGB Variations
Color information
#CC17AA (or 0xCC17AA) is known color: Medium Violet Red. HEX triplet: CC, 17 and AA. RGB value is (204,23,170). Sum of RGB (Red+Green+Blue) = 204+23+170=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC17AA is #33E855. Grayscale: #5D5D5D. Windows color (decimal): -3401814 or 11147212. OLE color: 11147212.
HSL color Cylindrical-coordinate representation of color #CC17AA: hue angle of 311.27º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17AA is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 170 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.2 |
| HSL | 311.27º | 0.8% | 0.45% | - |
| HSV(B) | 311.27º | 0.89% | 0.8% | - |
| XYZ | 32.46 | 16.35 | 39.48 | - |
| YUV | 93.88 | 170.97 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 170 | 0 | 0.89 | 0.17 | 0.2 | 311.27 | 0.8 | 0.45 |
| Hex | CC | 17 | AA | 0 | 59 | 11 | 14 | 137 | 50 | 2D |
| Octal | 314 | 27 | 252 | 0 | 131 | 21 | 24 | 467 | 120 | 55 |
| Binary | 11001100 | 10111 | 10101010 | 0 | 1011001 | 10001 | 10100 | 100110111 | 1010000 | 101101 |
Color Harmonies of #CC17AA
Complementary color
Monochromatic Colors of #CC17AA
Black with #CC17AA
Text Example
Text Example
White with #CC17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17AA; }
p { color: rgb(204,23,170); }
H1.HeaderClassName
{
color: #CC17AA;
}
.AnyTagClassName
{
color: #CC17AA;
}
</style>
background-color css
<style>
a { background-color: #CC17AA; }
a { background-color: rgb(204,23,170); }
div.DivClassName
{
background-color: #CC17AA;
}
.BgClassName
{
background-color: #CC17AA;
}
</style>
border-color css
<style>
span { border-color: #CC17AA; }
span { border-color: rgb(204,23,170); }
td.TdClassName
{
border-color: #CC17AA;
}
.TagClassName
{
border-color: #CC17AA;
}
</style>