Shades of Medium Violet Red #CC008E
Tints of Medium Violet Red #CC008E
RGB
CMYK
RGB Variations
Color information
#CC008E (or 0xCC008E) is known color: Medium Violet Red. HEX triplet: CC, 00 and 8E. RGB value is (204,0,142). Sum of RGB (Red+Green+Blue) = 204+0+142=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC008E is #33FF71. Grayscale: #4C4C4C. Windows color (decimal): -3407730 or 9306316. OLE color: 9306316.
HSL color Cylindrical-coordinate representation of color #CC008E: hue angle of 318.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC008E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.30 | 0.2 |
| HSL | 318.24º | 1% | 0.4% | - |
| HSV(B) | 318.24º | 1% | 0.8% | - |
| XYZ | 29.78 | 14.79 | 26.88 | - |
| YUV | 77.18 | 164.59 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 142 | 0 | 1 | 0.30 | 0.2 | 318.24 | 1 | 0.4 |
| Hex | CC | 0 | 8E | 0 | 64 | 1E | 14 | 13E | 64 | 28 |
| Octal | 314 | 0 | 216 | 0 | 144 | 36 | 24 | 476 | 144 | 50 |
| Binary | 11001100 | 0 | 10001110 | 0 | 1100100 | 11110 | 10100 | 100111110 | 1100100 | 101000 |
Color Harmonies of #CC008E
Complementary color
Monochromatic Colors of #CC008E
Black with #CC008E
Text Example
Text Example
White with #CC008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC008E; }
p { color: rgb(204,0,142); }
H1.HeaderClassName
{
color: #CC008E;
}
.AnyTagClassName
{
color: #CC008E;
}
</style>
background-color css
<style>
a { background-color: #CC008E; }
a { background-color: rgb(204,0,142); }
div.DivClassName
{
background-color: #CC008E;
}
.BgClassName
{
background-color: #CC008E;
}
</style>
border-color css
<style>
span { border-color: #CC008E; }
span { border-color: rgb(204,0,142); }
td.TdClassName
{
border-color: #CC008E;
}
.TagClassName
{
border-color: #CC008E;
}
</style>