Shades of Medium Violet Red #CC1581
Tints of Medium Violet Red #CC1581
RGB
CMYK
RGB Variations
Color information
#CC1581 (or 0xCC1581) is known color: Medium Violet Red. HEX triplet: CC, 15 and 81. RGB value is (204,21,129). Sum of RGB (Red+Green+Blue) = 204+21+129=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1581 is #33EA7E. Grayscale: #575757. Windows color (decimal): -3402367 or 8459724. OLE color: 8459724.
HSL color Cylindrical-coordinate representation of color #CC1581: hue angle of 324.59º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1581 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 129 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.2 |
| HSL | 324.59º | 0.81% | 0.44% | - |
| HSV(B) | 324.59º | 0.9% | 0.8% | - |
| XYZ | 29.13 | 14.96 | 22.12 | - |
| YUV | 88.03 | 151.13 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 129 | 0 | 0.90 | 0.37 | 0.2 | 324.59 | 0.81 | 0.44 |
| Hex | CC | 15 | 81 | 0 | 5A | 25 | 14 | 145 | 51 | 2C |
| Octal | 314 | 25 | 201 | 0 | 132 | 45 | 24 | 505 | 121 | 54 |
| Binary | 11001100 | 10101 | 10000001 | 0 | 1011010 | 100101 | 10100 | 101000101 | 1010001 | 101100 |
Color Harmonies of #CC1581
Complementary color
Monochromatic Colors of #CC1581
Black with #CC1581
Text Example
Text Example
White with #CC1581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1581; }
p { color: rgb(204,21,129); }
H1.HeaderClassName
{
color: #CC1581;
}
.AnyTagClassName
{
color: #CC1581;
}
</style>
background-color css
<style>
a { background-color: #CC1581; }
a { background-color: rgb(204,21,129); }
div.DivClassName
{
background-color: #CC1581;
}
.BgClassName
{
background-color: #CC1581;
}
</style>
border-color css
<style>
span { border-color: #CC1581; }
span { border-color: rgb(204,21,129); }
td.TdClassName
{
border-color: #CC1581;
}
.TagClassName
{
border-color: #CC1581;
}
</style>