Shades of Medium Violet Red #CC0882
Tints of Medium Violet Red #CC0882
RGB
CMYK
RGB Variations
Color information
#CC0882 (or 0xCC0882) is known color: Medium Violet Red. HEX triplet: CC, 08 and 82. RGB value is (204,8,130). Sum of RGB (Red+Green+Blue) = 204+8+130=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0882 is #33F77D. Grayscale: #505050. Windows color (decimal): -3405694 or 8521932. OLE color: 8521932.
HSL color Cylindrical-coordinate representation of color #CC0882: hue angle of 322.65º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0882 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 130 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.2 |
| HSL | 322.65º | 0.92% | 0.42% | - |
| HSV(B) | 322.65º | 0.96% | 0.8% | - |
| XYZ | 29.02 | 14.62 | 22.41 | - |
| YUV | 80.51 | 155.93 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 130 | 0 | 0.96 | 0.36 | 0.2 | 322.65 | 0.92 | 0.42 |
| Hex | CC | 8 | 82 | 0 | 60 | 24 | 14 | 143 | 5C | 2A |
| Octal | 314 | 10 | 202 | 0 | 140 | 44 | 24 | 503 | 134 | 52 |
| Binary | 11001100 | 1000 | 10000010 | 0 | 1100000 | 100100 | 10100 | 101000011 | 1011100 | 101010 |
Color Harmonies of #CC0882
Complementary color
Monochromatic Colors of #CC0882
Black with #CC0882
Text Example
Text Example
White with #CC0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0882; }
p { color: rgb(204,8,130); }
H1.HeaderClassName
{
color: #CC0882;
}
.AnyTagClassName
{
color: #CC0882;
}
</style>
background-color css
<style>
a { background-color: #CC0882; }
a { background-color: rgb(204,8,130); }
div.DivClassName
{
background-color: #CC0882;
}
.BgClassName
{
background-color: #CC0882;
}
</style>
border-color css
<style>
span { border-color: #CC0882; }
span { border-color: rgb(204,8,130); }
td.TdClassName
{
border-color: #CC0882;
}
.TagClassName
{
border-color: #CC0882;
}
</style>