Shades of Medium Violet Red #CC1781
Tints of Medium Violet Red #CC1781
RGB
CMYK
RGB Variations
Color information
#CC1781 (or 0xCC1781) is known color: Medium Violet Red. HEX triplet: CC, 17 and 81. RGB value is (204,23,129). Sum of RGB (Red+Green+Blue) = 204+23+129=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1781 is #33E87E. Grayscale: #585858. Windows color (decimal): -3401855 or 8460236. OLE color: 8460236.
HSL color Cylindrical-coordinate representation of color #CC1781: hue angle of 324.86º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1781 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 129 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.2 |
| HSL | 324.86º | 0.8% | 0.45% | - |
| HSV(B) | 324.86º | 0.89% | 0.8% | - |
| XYZ | 29.17 | 15.04 | 22.13 | - |
| YUV | 89.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 129 | 0 | 0.89 | 0.37 | 0.2 | 324.86 | 0.8 | 0.45 |
| Hex | CC | 17 | 81 | 0 | 59 | 25 | 14 | 145 | 50 | 2D |
| Octal | 314 | 27 | 201 | 0 | 131 | 45 | 24 | 505 | 120 | 55 |
| Binary | 11001100 | 10111 | 10000001 | 0 | 1011001 | 100101 | 10100 | 101000101 | 1010000 | 101101 |
Color Harmonies of #CC1781
Complementary color
Monochromatic Colors of #CC1781
Black with #CC1781
Text Example
Text Example
White with #CC1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1781; }
p { color: rgb(204,23,129); }
H1.HeaderClassName
{
color: #CC1781;
}
.AnyTagClassName
{
color: #CC1781;
}
</style>
background-color css
<style>
a { background-color: #CC1781; }
a { background-color: rgb(204,23,129); }
div.DivClassName
{
background-color: #CC1781;
}
.BgClassName
{
background-color: #CC1781;
}
</style>
border-color css
<style>
span { border-color: #CC1781; }
span { border-color: rgb(204,23,129); }
td.TdClassName
{
border-color: #CC1781;
}
.TagClassName
{
border-color: #CC1781;
}
</style>