Shades of Medium Violet Red #CC117C
Tints of Medium Violet Red #CC117C
RGB
CMYK
RGB Variations
Color information
#CC117C (or 0xCC117C) is known color: Medium Violet Red. HEX triplet: CC, 11 and 7C. RGB value is (204,17,124). Sum of RGB (Red+Green+Blue) = 204+17+124=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC117C is #33EE83. Grayscale: #545454. Windows color (decimal): -3403396 or 8131020. OLE color: 8131020.
HSL color Cylindrical-coordinate representation of color #CC117C: hue angle of 325.67º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC117C is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 124 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.2 |
| HSL | 325.67º | 0.85% | 0.43% | - |
| HSV(B) | 325.67º | 0.92% | 0.8% | - |
| XYZ | 28.74 | 14.69 | 20.39 | - |
| YUV | 85.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 124 | 0 | 0.92 | 0.39 | 0.2 | 325.67 | 0.85 | 0.43 |
| Hex | CC | 11 | 7C | 0 | 5C | 27 | 14 | 146 | 55 | 2B |
| Octal | 314 | 21 | 174 | 0 | 134 | 47 | 24 | 506 | 125 | 53 |
| Binary | 11001100 | 10001 | 1111100 | 0 | 1011100 | 100111 | 10100 | 101000110 | 1010101 | 101011 |
Color Harmonies of #CC117C
Complementary color
Monochromatic Colors of #CC117C
Black with #CC117C
Text Example
Text Example
White with #CC117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC117C; }
p { color: rgb(204,17,124); }
H1.HeaderClassName
{
color: #CC117C;
}
.AnyTagClassName
{
color: #CC117C;
}
</style>
background-color css
<style>
a { background-color: #CC117C; }
a { background-color: rgb(204,17,124); }
div.DivClassName
{
background-color: #CC117C;
}
.BgClassName
{
background-color: #CC117C;
}
</style>
border-color css
<style>
span { border-color: #CC117C; }
span { border-color: rgb(204,17,124); }
td.TdClassName
{
border-color: #CC117C;
}
.TagClassName
{
border-color: #CC117C;
}
</style>