Shades of Medium Violet Red #CC1380
Tints of Medium Violet Red #CC1380
RGB
CMYK
RGB Variations
Color information
#CC1380 (or 0xCC1380) is known color: Medium Violet Red. HEX triplet: CC, 13 and 80. RGB value is (204,19,128). Sum of RGB (Red+Green+Blue) = 204+19+128=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1380 is #33EC7F. Grayscale: #565656. Windows color (decimal): -3402880 or 8393676. OLE color: 8393676.
HSL color Cylindrical-coordinate representation of color #CC1380: hue angle of 324.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1380 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 128 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.2 |
| HSL | 324.65º | 0.83% | 0.44% | - |
| HSV(B) | 324.65º | 0.91% | 0.8% | - |
| XYZ | 29.03 | 14.86 | 21.76 | - |
| YUV | 86.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 128 | 0 | 0.91 | 0.37 | 0.2 | 324.65 | 0.83 | 0.44 |
| Hex | CC | 13 | 80 | 0 | 5B | 25 | 14 | 145 | 53 | 2C |
| Octal | 314 | 23 | 200 | 0 | 133 | 45 | 24 | 505 | 123 | 54 |
| Binary | 11001100 | 10011 | 10000000 | 0 | 1011011 | 100101 | 10100 | 101000101 | 1010011 | 101100 |
Color Harmonies of #CC1380
Complementary color
Monochromatic Colors of #CC1380
Black with #CC1380
Text Example
Text Example
White with #CC1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1380; }
p { color: rgb(204,19,128); }
H1.HeaderClassName
{
color: #CC1380;
}
.AnyTagClassName
{
color: #CC1380;
}
</style>
background-color css
<style>
a { background-color: #CC1380; }
a { background-color: rgb(204,19,128); }
div.DivClassName
{
background-color: #CC1380;
}
.BgClassName
{
background-color: #CC1380;
}
</style>
border-color css
<style>
span { border-color: #CC1380; }
span { border-color: rgb(204,19,128); }
td.TdClassName
{
border-color: #CC1380;
}
.TagClassName
{
border-color: #CC1380;
}
</style>