Shades of Medium Violet Red #CC117E
Tints of Medium Violet Red #CC117E
RGB
CMYK
RGB Variations
Color information
#CC117E (or 0xCC117E) is known color: Medium Violet Red. HEX triplet: CC, 11 and 7E. RGB value is (204,17,126). Sum of RGB (Red+Green+Blue) = 204+17+126=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC117E is #33EE81. Grayscale: #555555. Windows color (decimal): -3403394 or 8262092. OLE color: 8262092.
HSL color Cylindrical-coordinate representation of color #CC117E: hue angle of 325.03º 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 #CC117E is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 126 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.2 |
| HSL | 325.03º | 0.85% | 0.43% | - |
| HSV(B) | 325.03º | 0.92% | 0.8% | - |
| XYZ | 28.87 | 14.74 | 21.06 | - |
| YUV | 85.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 126 | 0 | 0.92 | 0.38 | 0.2 | 325.03 | 0.85 | 0.43 |
| Hex | CC | 11 | 7E | 0 | 5C | 26 | 14 | 145 | 55 | 2B |
| Octal | 314 | 21 | 176 | 0 | 134 | 46 | 24 | 505 | 125 | 53 |
| Binary | 11001100 | 10001 | 1111110 | 0 | 1011100 | 100110 | 10100 | 101000101 | 1010101 | 101011 |
Color Harmonies of #CC117E
Complementary color
Monochromatic Colors of #CC117E
Black with #CC117E
Text Example
Text Example
White with #CC117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC117E; }
p { color: rgb(204,17,126); }
H1.HeaderClassName
{
color: #CC117E;
}
.AnyTagClassName
{
color: #CC117E;
}
</style>
background-color css
<style>
a { background-color: #CC117E; }
a { background-color: rgb(204,17,126); }
div.DivClassName
{
background-color: #CC117E;
}
.BgClassName
{
background-color: #CC117E;
}
</style>
border-color css
<style>
span { border-color: #CC117E; }
span { border-color: rgb(204,17,126); }
td.TdClassName
{
border-color: #CC117E;
}
.TagClassName
{
border-color: #CC117E;
}
</style>