Shades of Medium Violet Red #CC117A
Tints of Medium Violet Red #CC117A
RGB
CMYK
RGB Variations
Color information
#CC117A (or 0xCC117A) is known color: Medium Violet Red. HEX triplet: CC, 11 and 7A. RGB value is (204,17,122). Sum of RGB (Red+Green+Blue) = 204+17+122=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC117A is #33EE85. Grayscale: #545454. Windows color (decimal): -3403398 or 7999948. OLE color: 7999948.
HSL color Cylindrical-coordinate representation of color #CC117A: hue angle of 326.31º 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 #CC117A is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 122 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.2 |
| HSL | 326.31º | 0.85% | 0.43% | - |
| HSV(B) | 326.31º | 0.92% | 0.8% | - |
| XYZ | 28.62 | 14.64 | 19.73 | - |
| YUV | 84.88 | 148.95 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 122 | 0 | 0.92 | 0.40 | 0.2 | 326.31 | 0.85 | 0.43 |
| Hex | CC | 11 | 7A | 0 | 5C | 28 | 14 | 146 | 55 | 2B |
| Octal | 314 | 21 | 172 | 0 | 134 | 50 | 24 | 506 | 125 | 53 |
| Binary | 11001100 | 10001 | 1111010 | 0 | 1011100 | 101000 | 10100 | 101000110 | 1010101 | 101011 |
Color Harmonies of #CC117A
Complementary color
Monochromatic Colors of #CC117A
Black with #CC117A
Text Example
Text Example
White with #CC117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC117A; }
p { color: rgb(204,17,122); }
H1.HeaderClassName
{
color: #CC117A;
}
.AnyTagClassName
{
color: #CC117A;
}
</style>
background-color css
<style>
a { background-color: #CC117A; }
a { background-color: rgb(204,17,122); }
div.DivClassName
{
background-color: #CC117A;
}
.BgClassName
{
background-color: #CC117A;
}
</style>
border-color css
<style>
span { border-color: #CC117A; }
span { border-color: rgb(204,17,122); }
td.TdClassName
{
border-color: #CC117A;
}
.TagClassName
{
border-color: #CC117A;
}
</style>