Shades of Medium Violet Red #CC186F
Tints of Medium Violet Red #CC186F
RGB
CMYK
RGB Variations
Color information
#CC186F (or 0xCC186F) is known color: Medium Violet Red. HEX triplet: CC, 18 and 6F. RGB value is (204,24,111). Sum of RGB (Red+Green+Blue) = 204+24+111=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC186F is #33E790. Grayscale: #575757. Windows color (decimal): -3401617 or 7280844. OLE color: 7280844.
HSL color Cylindrical-coordinate representation of color #CC186F: hue angle of 331º 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 #CC186F is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 111 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.2 |
| HSL | 331º | 0.79% | 0.45% | - |
| HSV(B) | 331º | 0.88% | 0.8% | - |
| XYZ | 28.1 | 14.64 | 16.38 | - |
| YUV | 87.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 111 | 0 | 0.88 | 0.46 | 0.2 | 331 | 0.79 | 0.45 |
| Hex | CC | 18 | 6F | 0 | 58 | 2E | 14 | 14B | 4F | 2D |
| Octal | 314 | 30 | 157 | 0 | 130 | 56 | 24 | 513 | 117 | 55 |
| Binary | 11001100 | 11000 | 1101111 | 0 | 1011000 | 101110 | 10100 | 101001011 | 1001111 | 101101 |
Color Harmonies of #CC186F
Complementary color
Monochromatic Colors of #CC186F
Black with #CC186F
Text Example
Text Example
White with #CC186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC186F; }
p { color: rgb(204,24,111); }
H1.HeaderClassName
{
color: #CC186F;
}
.AnyTagClassName
{
color: #CC186F;
}
</style>
background-color css
<style>
a { background-color: #CC186F; }
a { background-color: rgb(204,24,111); }
div.DivClassName
{
background-color: #CC186F;
}
.BgClassName
{
background-color: #CC186F;
}
</style>
border-color css
<style>
span { border-color: #CC186F; }
span { border-color: rgb(204,24,111); }
td.TdClassName
{
border-color: #CC186F;
}
.TagClassName
{
border-color: #CC186F;
}
</style>