Shades of Medium Violet Red #CC118D
Tints of Medium Violet Red #CC118D
RGB
CMYK
RGB Variations
Color information
#CC118D (or 0xCC118D) is known color: Medium Violet Red. HEX triplet: CC, 11 and 8D. RGB value is (204,17,141). Sum of RGB (Red+Green+Blue) = 204+17+141=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC118D is #33EE72. Grayscale: #565656. Windows color (decimal): -3403379 or 9245132. OLE color: 9245132.
HSL color Cylindrical-coordinate representation of color #CC118D: hue angle of 320.21º 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 #CC118D is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.2 |
| HSL | 320.21º | 0.85% | 0.43% | - |
| HSV(B) | 320.21º | 0.92% | 0.8% | - |
| XYZ | 29.91 | 15.16 | 26.55 | - |
| YUV | 87.05 | 158.45 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 141 | 0 | 0.92 | 0.31 | 0.2 | 320.21 | 0.85 | 0.43 |
| Hex | CC | 11 | 8D | 0 | 5C | 1F | 14 | 140 | 55 | 2B |
| Octal | 314 | 21 | 215 | 0 | 134 | 37 | 24 | 500 | 125 | 53 |
| Binary | 11001100 | 10001 | 10001101 | 0 | 1011100 | 11111 | 10100 | 101000000 | 1010101 | 101011 |
Color Harmonies of #CC118D
Complementary color
Monochromatic Colors of #CC118D
Black with #CC118D
Text Example
Text Example
White with #CC118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC118D; }
p { color: rgb(204,17,141); }
H1.HeaderClassName
{
color: #CC118D;
}
.AnyTagClassName
{
color: #CC118D;
}
</style>
background-color css
<style>
a { background-color: #CC118D; }
a { background-color: rgb(204,17,141); }
div.DivClassName
{
background-color: #CC118D;
}
.BgClassName
{
background-color: #CC118D;
}
</style>
border-color css
<style>
span { border-color: #CC118D; }
span { border-color: rgb(204,17,141); }
td.TdClassName
{
border-color: #CC118D;
}
.TagClassName
{
border-color: #CC118D;
}
</style>