Shades of Medium Violet Red #CC187D
Tints of Medium Violet Red #CC187D
RGB
CMYK
RGB Variations
Color information
#CC187D (or 0xCC187D) is known color: Medium Violet Red. HEX triplet: CC, 18 and 7D. RGB value is (204,24,125). Sum of RGB (Red+Green+Blue) = 204+24+125=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC187D is #33E782. Grayscale: #595959. Windows color (decimal): -3401603 or 8198348. OLE color: 8198348.
HSL color Cylindrical-coordinate representation of color #CC187D: hue angle of 326.33º 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 #CC187D is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 125 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.2 |
| HSL | 326.33º | 0.79% | 0.45% | - |
| HSV(B) | 326.33º | 0.88% | 0.8% | - |
| XYZ | 28.93 | 14.97 | 20.77 | - |
| YUV | 89.33 | 148.13 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 125 | 0 | 0.88 | 0.39 | 0.2 | 326.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 7D | 0 | 58 | 27 | 14 | 146 | 4F | 2D |
| Octal | 314 | 30 | 175 | 0 | 130 | 47 | 24 | 506 | 117 | 55 |
| Binary | 11001100 | 11000 | 1111101 | 0 | 1011000 | 100111 | 10100 | 101000110 | 1001111 | 101101 |
Color Harmonies of #CC187D
Complementary color
Monochromatic Colors of #CC187D
Black with #CC187D
Text Example
Text Example
White with #CC187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC187D; }
p { color: rgb(204,24,125); }
H1.HeaderClassName
{
color: #CC187D;
}
.AnyTagClassName
{
color: #CC187D;
}
</style>
background-color css
<style>
a { background-color: #CC187D; }
a { background-color: rgb(204,24,125); }
div.DivClassName
{
background-color: #CC187D;
}
.BgClassName
{
background-color: #CC187D;
}
</style>
border-color css
<style>
span { border-color: #CC187D; }
span { border-color: rgb(204,24,125); }
td.TdClassName
{
border-color: #CC187D;
}
.TagClassName
{
border-color: #CC187D;
}
</style>