Shades of Medium Violet Red #CC1EAA
Tints of Medium Violet Red #CC1EAA
RGB
CMYK
RGB Variations
Color information
#CC1EAA (or 0xCC1EAA) is known color: Medium Violet Red. HEX triplet: CC, 1E and AA. RGB value is (204,30,170). Sum of RGB (Red+Green+Blue) = 204+30+170=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1EAA is #33E155. Grayscale: #616161. Windows color (decimal): -3400022 or 11149004. OLE color: 11149004.
HSL color Cylindrical-coordinate representation of color #CC1EAA: hue angle of 311.72º 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 #CC1EAA is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 170 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.2 |
| HSL | 311.72º | 0.74% | 0.46% | - |
| HSV(B) | 311.72º | 0.85% | 0.8% | - |
| XYZ | 32.62 | 16.67 | 39.53 | - |
| YUV | 97.99 | 168.65 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 170 | 0 | 0.85 | 0.17 | 0.2 | 311.72 | 0.74 | 0.46 |
| Hex | CC | 1E | AA | 0 | 55 | 11 | 14 | 138 | 4A | 2E |
| Octal | 314 | 36 | 252 | 0 | 125 | 21 | 24 | 470 | 112 | 56 |
| Binary | 11001100 | 11110 | 10101010 | 0 | 1010101 | 10001 | 10100 | 100111000 | 1001010 | 101110 |
Color Harmonies of #CC1EAA
Complementary color
Monochromatic Colors of #CC1EAA
Black with #CC1EAA
Text Example
Text Example
White with #CC1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EAA; }
p { color: rgb(204,30,170); }
H1.HeaderClassName
{
color: #CC1EAA;
}
.AnyTagClassName
{
color: #CC1EAA;
}
</style>
background-color css
<style>
a { background-color: #CC1EAA; }
a { background-color: rgb(204,30,170); }
div.DivClassName
{
background-color: #CC1EAA;
}
.BgClassName
{
background-color: #CC1EAA;
}
</style>
border-color css
<style>
span { border-color: #CC1EAA; }
span { border-color: rgb(204,30,170); }
td.TdClassName
{
border-color: #CC1EAA;
}
.TagClassName
{
border-color: #CC1EAA;
}
</style>