Shades of Medium Violet Red #CC0280
Tints of Medium Violet Red #CC0280
RGB
CMYK
RGB Variations
Color information
#CC0280 (or 0xCC0280) is known color: Medium Violet Red. HEX triplet: CC, 02 and 80. RGB value is (204,2,128). Sum of RGB (Red+Green+Blue) = 204+2+128=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0280 is #33FD7F. Grayscale: #4C4C4C. Windows color (decimal): -3407232 or 8389324. OLE color: 8389324.
HSL color Cylindrical-coordinate representation of color #CC0280: hue angle of 322.57º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0280 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.2 |
| HSL | 322.57º | 0.98% | 0.4% | - |
| HSV(B) | 322.57º | 0.99% | 0.8% | - |
| XYZ | 28.82 | 14.44 | 21.69 | - |
| YUV | 76.76 | 156.92 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 128 | 0 | 0.99 | 0.37 | 0.2 | 322.57 | 0.98 | 0.4 |
| Hex | CC | 2 | 80 | 0 | 63 | 25 | 14 | 143 | 62 | 28 |
| Octal | 314 | 2 | 200 | 0 | 143 | 45 | 24 | 503 | 142 | 50 |
| Binary | 11001100 | 10 | 10000000 | 0 | 1100011 | 100101 | 10100 | 101000011 | 1100010 | 101000 |
Color Harmonies of #CC0280
Complementary color
Monochromatic Colors of #CC0280
Black with #CC0280
Text Example
Text Example
White with #CC0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0280; }
p { color: rgb(204,2,128); }
H1.HeaderClassName
{
color: #CC0280;
}
.AnyTagClassName
{
color: #CC0280;
}
</style>
background-color css
<style>
a { background-color: #CC0280; }
a { background-color: rgb(204,2,128); }
div.DivClassName
{
background-color: #CC0280;
}
.BgClassName
{
background-color: #CC0280;
}
</style>
border-color css
<style>
span { border-color: #CC0280; }
span { border-color: rgb(204,2,128); }
td.TdClassName
{
border-color: #CC0280;
}
.TagClassName
{
border-color: #CC0280;
}
</style>