Shades of Medium Violet Red #CC1AAA
Tints of Medium Violet Red #CC1AAA
RGB
CMYK
RGB Variations
Color information
#CC1AAA (or 0xCC1AAA) is known color: Medium Violet Red. HEX triplet: CC, 1A and AA. RGB value is (204,26,170). Sum of RGB (Red+Green+Blue) = 204+26+170=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1AAA is #33E555. Grayscale: #5F5F5F. Windows color (decimal): -3401046 or 11147980. OLE color: 11147980.
HSL color Cylindrical-coordinate representation of color #CC1AAA: hue angle of 311.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1AAA is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 170 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.2 |
| HSL | 311.46º | 0.77% | 0.45% | - |
| HSV(B) | 311.46º | 0.87% | 0.8% | - |
| XYZ | 32.53 | 16.48 | 39.5 | - |
| YUV | 95.64 | 169.97 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 170 | 0 | 0.87 | 0.17 | 0.2 | 311.46 | 0.77 | 0.45 |
| Hex | CC | 1A | AA | 0 | 57 | 11 | 14 | 137 | 4D | 2D |
| Octal | 314 | 32 | 252 | 0 | 127 | 21 | 24 | 467 | 115 | 55 |
| Binary | 11001100 | 11010 | 10101010 | 0 | 1010111 | 10001 | 10100 | 100110111 | 1001101 | 101101 |
Color Harmonies of #CC1AAA
Complementary color
Monochromatic Colors of #CC1AAA
Black with #CC1AAA
Text Example
Text Example
White with #CC1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1AAA; }
p { color: rgb(204,26,170); }
H1.HeaderClassName
{
color: #CC1AAA;
}
.AnyTagClassName
{
color: #CC1AAA;
}
</style>
background-color css
<style>
a { background-color: #CC1AAA; }
a { background-color: rgb(204,26,170); }
div.DivClassName
{
background-color: #CC1AAA;
}
.BgClassName
{
background-color: #CC1AAA;
}
</style>
border-color css
<style>
span { border-color: #CC1AAA; }
span { border-color: rgb(204,26,170); }
td.TdClassName
{
border-color: #CC1AAA;
}
.TagClassName
{
border-color: #CC1AAA;
}
</style>