Shades of Medium Violet Red #CC1F80
Tints of Medium Violet Red #CC1F80
RGB
CMYK
RGB Variations
Color information
#CC1F80 (or 0xCC1F80) is known color: Medium Violet Red. HEX triplet: CC, 1F and 80. RGB value is (204,31,128). Sum of RGB (Red+Green+Blue) = 204+31+128=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1F80 is #33E07F. Grayscale: #5D5D5D. Windows color (decimal): -3399808 or 8396748. OLE color: 8396748.
HSL color Cylindrical-coordinate representation of color #CC1F80: hue angle of 326.36º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F80 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 128 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.2 |
| HSL | 326.36º | 0.74% | 0.46% | - |
| HSV(B) | 326.36º | 0.85% | 0.8% | - |
| XYZ | 29.29 | 15.38 | 21.85 | - |
| YUV | 93.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 128 | 0 | 0.85 | 0.37 | 0.2 | 326.36 | 0.74 | 0.46 |
| Hex | CC | 1F | 80 | 0 | 55 | 25 | 14 | 146 | 4A | 2E |
| Octal | 314 | 37 | 200 | 0 | 125 | 45 | 24 | 506 | 112 | 56 |
| Binary | 11001100 | 11111 | 10000000 | 0 | 1010101 | 100101 | 10100 | 101000110 | 1001010 | 101110 |
Color Harmonies of #CC1F80
Complementary color
Monochromatic Colors of #CC1F80
Black with #CC1F80
Text Example
Text Example
White with #CC1F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F80; }
p { color: rgb(204,31,128); }
H1.HeaderClassName
{
color: #CC1F80;
}
.AnyTagClassName
{
color: #CC1F80;
}
</style>
background-color css
<style>
a { background-color: #CC1F80; }
a { background-color: rgb(204,31,128); }
div.DivClassName
{
background-color: #CC1F80;
}
.BgClassName
{
background-color: #CC1F80;
}
</style>
border-color css
<style>
span { border-color: #CC1F80; }
span { border-color: rgb(204,31,128); }
td.TdClassName
{
border-color: #CC1F80;
}
.TagClassName
{
border-color: #CC1F80;
}
</style>