Shades of Medium Violet Red #CC188E
Tints of Medium Violet Red #CC188E
RGB
CMYK
RGB Variations
Color information
#CC188E (or 0xCC188E) is known color: Medium Violet Red. HEX triplet: CC, 18 and 8E. RGB value is (204,24,142). Sum of RGB (Red+Green+Blue) = 204+24+142=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC188E is #33E771. Grayscale: #5A5A5A. Windows color (decimal): -3401586 or 9312460. OLE color: 9312460.
HSL color Cylindrical-coordinate representation of color #CC188E: hue angle of 320.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC188E is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 142 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.2 |
| HSL | 320.67º | 0.79% | 0.45% | - |
| HSV(B) | 320.67º | 0.88% | 0.8% | - |
| XYZ | 30.11 | 15.44 | 26.99 | - |
| YUV | 91.27 | 156.63 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 142 | 0 | 0.88 | 0.30 | 0.2 | 320.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 8E | 0 | 58 | 1E | 14 | 141 | 4F | 2D |
| Octal | 314 | 30 | 216 | 0 | 130 | 36 | 24 | 501 | 117 | 55 |
| Binary | 11001100 | 11000 | 10001110 | 0 | 1011000 | 11110 | 10100 | 101000001 | 1001111 | 101101 |
Color Harmonies of #CC188E
Complementary color
Monochromatic Colors of #CC188E
Black with #CC188E
Text Example
Text Example
White with #CC188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC188E; }
p { color: rgb(204,24,142); }
H1.HeaderClassName
{
color: #CC188E;
}
.AnyTagClassName
{
color: #CC188E;
}
</style>
background-color css
<style>
a { background-color: #CC188E; }
a { background-color: rgb(204,24,142); }
div.DivClassName
{
background-color: #CC188E;
}
.BgClassName
{
background-color: #CC188E;
}
</style>
border-color css
<style>
span { border-color: #CC188E; }
span { border-color: rgb(204,24,142); }
td.TdClassName
{
border-color: #CC188E;
}
.TagClassName
{
border-color: #CC188E;
}
</style>