Shades of Medium Violet Red #CC1181
Tints of Medium Violet Red #CC1181
RGB
CMYK
RGB Variations
Color information
#CC1181 (or 0xCC1181) is known color: Medium Violet Red. HEX triplet: CC, 11 and 81. RGB value is (204,17,129). Sum of RGB (Red+Green+Blue) = 204+17+129=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1181 is #33EE7E. Grayscale: #555555. Windows color (decimal): -3403391 or 8458700. OLE color: 8458700.
HSL color Cylindrical-coordinate representation of color #CC1181: hue angle of 324.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1181 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 129 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.2 |
| HSL | 324.06º | 0.85% | 0.43% | - |
| HSV(B) | 324.06º | 0.92% | 0.8% | - |
| XYZ | 29.06 | 14.82 | 22.1 | - |
| YUV | 85.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 129 | 0 | 0.92 | 0.37 | 0.2 | 324.06 | 0.85 | 0.43 |
| Hex | CC | 11 | 81 | 0 | 5C | 25 | 14 | 144 | 55 | 2B |
| Octal | 314 | 21 | 201 | 0 | 134 | 45 | 24 | 504 | 125 | 53 |
| Binary | 11001100 | 10001 | 10000001 | 0 | 1011100 | 100101 | 10100 | 101000100 | 1010101 | 101011 |
Color Harmonies of #CC1181
Complementary color
Monochromatic Colors of #CC1181
Black with #CC1181
Text Example
Text Example
White with #CC1181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1181; }
p { color: rgb(204,17,129); }
H1.HeaderClassName
{
color: #CC1181;
}
.AnyTagClassName
{
color: #CC1181;
}
</style>
background-color css
<style>
a { background-color: #CC1181; }
a { background-color: rgb(204,17,129); }
div.DivClassName
{
background-color: #CC1181;
}
.BgClassName
{
background-color: #CC1181;
}
</style>
border-color css
<style>
span { border-color: #CC1181; }
span { border-color: rgb(204,17,129); }
td.TdClassName
{
border-color: #CC1181;
}
.TagClassName
{
border-color: #CC1181;
}
</style>