Shades of Medium Violet Red #CC008D
Tints of Medium Violet Red #CC008D
RGB
CMYK
RGB Variations
Color information
#CC008D (or 0xCC008D) is known color: Medium Violet Red. HEX triplet: CC, 00 and 8D. RGB value is (204,0,141). Sum of RGB (Red+Green+Blue) = 204+0+141=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC008D is #33FF72. Grayscale: #4C4C4C. Windows color (decimal): -3407731 or 9240780. OLE color: 9240780.
HSL color Cylindrical-coordinate representation of color #CC008D: hue angle of 318.53º 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 #CC008D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.31 | 0.2 |
| HSL | 318.53º | 1% | 0.4% | - |
| HSV(B) | 318.53º | 1% | 0.8% | - |
| XYZ | 29.71 | 14.76 | 26.48 | - |
| YUV | 77.07 | 164.09 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 141 | 0 | 1 | 0.31 | 0.2 | 318.53 | 1 | 0.4 |
| Hex | CC | 0 | 8D | 0 | 64 | 1F | 14 | 13F | 64 | 28 |
| Octal | 314 | 0 | 215 | 0 | 144 | 37 | 24 | 477 | 144 | 50 |
| Binary | 11001100 | 0 | 10001101 | 0 | 1100100 | 11111 | 10100 | 100111111 | 1100100 | 101000 |
Color Harmonies of #CC008D
Complementary color
Monochromatic Colors of #CC008D
Black with #CC008D
Text Example
Text Example
White with #CC008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC008D; }
p { color: rgb(204,0,141); }
H1.HeaderClassName
{
color: #CC008D;
}
.AnyTagClassName
{
color: #CC008D;
}
</style>
background-color css
<style>
a { background-color: #CC008D; }
a { background-color: rgb(204,0,141); }
div.DivClassName
{
background-color: #CC008D;
}
.BgClassName
{
background-color: #CC008D;
}
</style>
border-color css
<style>
span { border-color: #CC008D; }
span { border-color: rgb(204,0,141); }
td.TdClassName
{
border-color: #CC008D;
}
.TagClassName
{
border-color: #CC008D;
}
</style>