Shades of Medium Violet Red #CC008A
Tints of Medium Violet Red #CC008A
RGB
CMYK
RGB Variations
Color information
#CC008A (or 0xCC008A) is known color: Medium Violet Red. HEX triplet: CC, 00 and 8A. RGB value is (204,0,138). Sum of RGB (Red+Green+Blue) = 204+0+138=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC008A is #33FF75. Grayscale: #4C4C4C. Windows color (decimal): -3407734 or 9044172. OLE color: 9044172.
HSL color Cylindrical-coordinate representation of color #CC008A: hue angle of 319.41º 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 #CC008A is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.32 | 0.2 |
| HSL | 319.41º | 1% | 0.4% | - |
| HSV(B) | 319.41º | 1% | 0.8% | - |
| XYZ | 29.49 | 14.67 | 25.32 | - |
| YUV | 76.73 | 162.59 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 138 | 0 | 1 | 0.32 | 0.2 | 319.41 | 1 | 0.4 |
| Hex | CC | 0 | 8A | 0 | 64 | 20 | 14 | 13F | 64 | 28 |
| Octal | 314 | 0 | 212 | 0 | 144 | 40 | 24 | 477 | 144 | 50 |
| Binary | 11001100 | 0 | 10001010 | 0 | 1100100 | 100000 | 10100 | 100111111 | 1100100 | 101000 |
Color Harmonies of #CC008A
Complementary color
Monochromatic Colors of #CC008A
Black with #CC008A
Text Example
Text Example
White with #CC008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC008A; }
p { color: rgb(204,0,138); }
H1.HeaderClassName
{
color: #CC008A;
}
.AnyTagClassName
{
color: #CC008A;
}
</style>
background-color css
<style>
a { background-color: #CC008A; }
a { background-color: rgb(204,0,138); }
div.DivClassName
{
background-color: #CC008A;
}
.BgClassName
{
background-color: #CC008A;
}
</style>
border-color css
<style>
span { border-color: #CC008A; }
span { border-color: rgb(204,0,138); }
td.TdClassName
{
border-color: #CC008A;
}
.TagClassName
{
border-color: #CC008A;
}
</style>