Shades of Medium Violet Red #CC0380
Tints of Medium Violet Red #CC0380
RGB
CMYK
RGB Variations
Color information
#CC0380 (or 0xCC0380) is known color: Medium Violet Red. HEX triplet: CC, 03 and 80. RGB value is (204,3,128). Sum of RGB (Red+Green+Blue) = 204+3+128=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0380 is #33FC7F. Grayscale: #4D4D4D. Windows color (decimal): -3406976 or 8389580. OLE color: 8389580.
HSL color Cylindrical-coordinate representation of color #CC0380: hue angle of 322.69º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0380 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.2 |
| HSL | 322.69º | 0.97% | 0.41% | - |
| HSV(B) | 322.69º | 0.99% | 0.8% | - |
| XYZ | 28.83 | 14.46 | 21.69 | - |
| YUV | 77.35 | 156.59 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 128 | 0 | 0.99 | 0.37 | 0.2 | 322.69 | 0.97 | 0.41 |
| Hex | CC | 3 | 80 | 0 | 63 | 25 | 14 | 143 | 61 | 29 |
| Octal | 314 | 3 | 200 | 0 | 143 | 45 | 24 | 503 | 141 | 51 |
| Binary | 11001100 | 11 | 10000000 | 0 | 1100011 | 100101 | 10100 | 101000011 | 1100001 | 101001 |
Color Harmonies of #CC0380
Complementary color
Monochromatic Colors of #CC0380
Black with #CC0380
Text Example
Text Example
White with #CC0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0380; }
p { color: rgb(204,3,128); }
H1.HeaderClassName
{
color: #CC0380;
}
.AnyTagClassName
{
color: #CC0380;
}
</style>
background-color css
<style>
a { background-color: #CC0380; }
a { background-color: rgb(204,3,128); }
div.DivClassName
{
background-color: #CC0380;
}
.BgClassName
{
background-color: #CC0380;
}
</style>
border-color css
<style>
span { border-color: #CC0380; }
span { border-color: rgb(204,3,128); }
td.TdClassName
{
border-color: #CC0380;
}
.TagClassName
{
border-color: #CC0380;
}
</style>