Shades of Medium Violet Red #CC1C81
Tints of Medium Violet Red #CC1C81
RGB
CMYK
RGB Variations
Color information
#CC1C81 (or 0xCC1C81) is known color: Medium Violet Red. HEX triplet: CC, 1C and 81. RGB value is (204,28,129). Sum of RGB (Red+Green+Blue) = 204+28+129=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C81 is #33E37E. Grayscale: #5B5B5B. Windows color (decimal): -3400575 or 8461516. OLE color: 8461516.
HSL color Cylindrical-coordinate representation of color #CC1C81: hue angle of 325.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C81 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 129 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.2 |
| HSL | 325.57º | 0.76% | 0.45% | - |
| HSV(B) | 325.57º | 0.86% | 0.8% | - |
| XYZ | 29.28 | 15.25 | 22.17 | - |
| YUV | 92.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 129 | 0 | 0.86 | 0.37 | 0.2 | 325.57 | 0.76 | 0.45 |
| Hex | CC | 1C | 81 | 0 | 56 | 25 | 14 | 146 | 4C | 2D |
| Octal | 314 | 34 | 201 | 0 | 126 | 45 | 24 | 506 | 114 | 55 |
| Binary | 11001100 | 11100 | 10000001 | 0 | 1010110 | 100101 | 10100 | 101000110 | 1001100 | 101101 |
Color Harmonies of #CC1C81
Complementary color
Monochromatic Colors of #CC1C81
Black with #CC1C81
Text Example
Text Example
White with #CC1C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C81; }
p { color: rgb(204,28,129); }
H1.HeaderClassName
{
color: #CC1C81;
}
.AnyTagClassName
{
color: #CC1C81;
}
</style>
background-color css
<style>
a { background-color: #CC1C81; }
a { background-color: rgb(204,28,129); }
div.DivClassName
{
background-color: #CC1C81;
}
.BgClassName
{
background-color: #CC1C81;
}
</style>
border-color css
<style>
span { border-color: #CC1C81; }
span { border-color: rgb(204,28,129); }
td.TdClassName
{
border-color: #CC1C81;
}
.TagClassName
{
border-color: #CC1C81;
}
</style>