Shades of Medium Violet Red #CC1EAC
Tints of Medium Violet Red #CC1EAC
RGB
CMYK
RGB Variations
Color information
#CC1EAC (or 0xCC1EAC) is known color: Medium Violet Red. HEX triplet: CC, 1E and AC. RGB value is (204,30,172). Sum of RGB (Red+Green+Blue) = 204+30+172=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1EAC is #33E153. Grayscale: #616161. Windows color (decimal): -3400020 or 11280076. OLE color: 11280076.
HSL color Cylindrical-coordinate representation of color #CC1EAC: hue angle of 311.03º 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 #CC1EAC is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 172 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.2 |
| HSL | 311.03º | 0.74% | 0.46% | - |
| HSV(B) | 311.03º | 0.85% | 0.8% | - |
| XYZ | 32.81 | 16.74 | 40.53 | - |
| YUV | 98.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 172 | 0 | 0.85 | 0.16 | 0.2 | 311.03 | 0.74 | 0.46 |
| Hex | CC | 1E | AC | 0 | 55 | 10 | 14 | 137 | 4A | 2E |
| Octal | 314 | 36 | 254 | 0 | 125 | 20 | 24 | 467 | 112 | 56 |
| Binary | 11001100 | 11110 | 10101100 | 0 | 1010101 | 10000 | 10100 | 100110111 | 1001010 | 101110 |
Color Harmonies of #CC1EAC
Complementary color
Monochromatic Colors of #CC1EAC
Black with #CC1EAC
Text Example
Text Example
White with #CC1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EAC; }
p { color: rgb(204,30,172); }
H1.HeaderClassName
{
color: #CC1EAC;
}
.AnyTagClassName
{
color: #CC1EAC;
}
</style>
background-color css
<style>
a { background-color: #CC1EAC; }
a { background-color: rgb(204,30,172); }
div.DivClassName
{
background-color: #CC1EAC;
}
.BgClassName
{
background-color: #CC1EAC;
}
</style>
border-color css
<style>
span { border-color: #CC1EAC; }
span { border-color: rgb(204,30,172); }
td.TdClassName
{
border-color: #CC1EAC;
}
.TagClassName
{
border-color: #CC1EAC;
}
</style>