Shades of Medium Violet Red #CC0084
Tints of Medium Violet Red #CC0084
RGB
CMYK
RGB Variations
Color information
#CC0084 (or 0xCC0084) is known color: Medium Violet Red. HEX triplet: CC, 00 and 84. RGB value is (204,0,132). Sum of RGB (Red+Green+Blue) = 204+0+132=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0084 is #33FF7B. Grayscale: #4B4B4B. Windows color (decimal): -3407740 or 8650956. OLE color: 8650956.
HSL color Cylindrical-coordinate representation of color #CC0084: hue angle of 321.18º 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 #CC0084 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.35 | 0.2 |
| HSL | 321.18º | 1% | 0.4% | - |
| HSV(B) | 321.18º | 1% | 0.8% | - |
| XYZ | 29.07 | 14.5 | 23.1 | - |
| YUV | 76.04 | 159.59 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 132 | 0 | 1 | 0.35 | 0.2 | 321.18 | 1 | 0.4 |
| Hex | CC | 0 | 84 | 0 | 64 | 23 | 14 | 141 | 64 | 28 |
| Octal | 314 | 0 | 204 | 0 | 144 | 43 | 24 | 501 | 144 | 50 |
| Binary | 11001100 | 0 | 10000100 | 0 | 1100100 | 100011 | 10100 | 101000001 | 1100100 | 101000 |
Color Harmonies of #CC0084
Complementary color
Monochromatic Colors of #CC0084
Black with #CC0084
Text Example
Text Example
White with #CC0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0084; }
p { color: rgb(204,0,132); }
H1.HeaderClassName
{
color: #CC0084;
}
.AnyTagClassName
{
color: #CC0084;
}
</style>
background-color css
<style>
a { background-color: #CC0084; }
a { background-color: rgb(204,0,132); }
div.DivClassName
{
background-color: #CC0084;
}
.BgClassName
{
background-color: #CC0084;
}
</style>
border-color css
<style>
span { border-color: #CC0084; }
span { border-color: rgb(204,0,132); }
td.TdClassName
{
border-color: #CC0084;
}
.TagClassName
{
border-color: #CC0084;
}
</style>