Shades of Medium Violet Red #CC1DAA
Tints of Medium Violet Red #CC1DAA
RGB
CMYK
RGB Variations
Color information
#CC1DAA (or 0xCC1DAA) is known color: Medium Violet Red. HEX triplet: CC, 1D and AA. RGB value is (204,29,170). Sum of RGB (Red+Green+Blue) = 204+29+170=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1DAA is #33E255. Grayscale: #616161. Windows color (decimal): -3400278 or 11148748. OLE color: 11148748.
HSL color Cylindrical-coordinate representation of color #CC1DAA: hue angle of 311.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1DAA is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 170 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.2 |
| HSL | 311.66º | 0.75% | 0.46% | - |
| HSV(B) | 311.66º | 0.86% | 0.8% | - |
| XYZ | 32.6 | 16.62 | 39.52 | - |
| YUV | 97.4 | 168.98 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 170 | 0 | 0.86 | 0.17 | 0.2 | 311.66 | 0.75 | 0.46 |
| Hex | CC | 1D | AA | 0 | 56 | 11 | 14 | 138 | 4B | 2E |
| Octal | 314 | 35 | 252 | 0 | 126 | 21 | 24 | 470 | 113 | 56 |
| Binary | 11001100 | 11101 | 10101010 | 0 | 1010110 | 10001 | 10100 | 100111000 | 1001011 | 101110 |
Color Harmonies of #CC1DAA
Complementary color
Monochromatic Colors of #CC1DAA
Black with #CC1DAA
Text Example
Text Example
White with #CC1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DAA; }
p { color: rgb(204,29,170); }
H1.HeaderClassName
{
color: #CC1DAA;
}
.AnyTagClassName
{
color: #CC1DAA;
}
</style>
background-color css
<style>
a { background-color: #CC1DAA; }
a { background-color: rgb(204,29,170); }
div.DivClassName
{
background-color: #CC1DAA;
}
.BgClassName
{
background-color: #CC1DAA;
}
</style>
border-color css
<style>
span { border-color: #CC1DAA; }
span { border-color: rgb(204,29,170); }
td.TdClassName
{
border-color: #CC1DAA;
}
.TagClassName
{
border-color: #CC1DAA;
}
</style>