Shades of Medium Violet Red #CC117D
Tints of Medium Violet Red #CC117D
RGB
CMYK
RGB Variations
Color information
#CC117D (or 0xCC117D) is known color: Medium Violet Red. HEX triplet: CC, 11 and 7D. RGB value is (204,17,125). Sum of RGB (Red+Green+Blue) = 204+17+125=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC117D is #33EE82. Grayscale: #545454. Windows color (decimal): -3403395 or 8196556. OLE color: 8196556.
HSL color Cylindrical-coordinate representation of color #CC117D: hue angle of 325.35º 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 #CC117D is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 125 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.2 |
| HSL | 325.35º | 0.85% | 0.43% | - |
| HSV(B) | 325.35º | 0.92% | 0.8% | - |
| XYZ | 28.8 | 14.72 | 20.72 | - |
| YUV | 85.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 125 | 0 | 0.92 | 0.39 | 0.2 | 325.35 | 0.85 | 0.43 |
| Hex | CC | 11 | 7D | 0 | 5C | 27 | 14 | 145 | 55 | 2B |
| Octal | 314 | 21 | 175 | 0 | 134 | 47 | 24 | 505 | 125 | 53 |
| Binary | 11001100 | 10001 | 1111101 | 0 | 1011100 | 100111 | 10100 | 101000101 | 1010101 | 101011 |
Color Harmonies of #CC117D
Complementary color
Monochromatic Colors of #CC117D
Black with #CC117D
Text Example
Text Example
White with #CC117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC117D; }
p { color: rgb(204,17,125); }
H1.HeaderClassName
{
color: #CC117D;
}
.AnyTagClassName
{
color: #CC117D;
}
</style>
background-color css
<style>
a { background-color: #CC117D; }
a { background-color: rgb(204,17,125); }
div.DivClassName
{
background-color: #CC117D;
}
.BgClassName
{
background-color: #CC117D;
}
</style>
border-color css
<style>
span { border-color: #CC117D; }
span { border-color: rgb(204,17,125); }
td.TdClassName
{
border-color: #CC117D;
}
.TagClassName
{
border-color: #CC117D;
}
</style>