Shades of Medium Violet Red #CC1CAA
Tints of Medium Violet Red #CC1CAA
RGB
CMYK
RGB Variations
Color information
#CC1CAA (or 0xCC1CAA) is known color: Medium Violet Red. HEX triplet: CC, 1C and AA. RGB value is (204,28,170). Sum of RGB (Red+Green+Blue) = 204+28+170=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1CAA is #33E355. Grayscale: #606060. Windows color (decimal): -3400534 or 11148492. OLE color: 11148492.
HSL color Cylindrical-coordinate representation of color #CC1CAA: hue angle of 311.59º 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 #CC1CAA is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 170 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.2 |
| HSL | 311.59º | 0.76% | 0.45% | - |
| HSV(B) | 311.59º | 0.86% | 0.8% | - |
| XYZ | 32.57 | 16.57 | 39.51 | - |
| YUV | 96.81 | 169.31 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 170 | 0 | 0.86 | 0.17 | 0.2 | 311.59 | 0.76 | 0.45 |
| Hex | CC | 1C | AA | 0 | 56 | 11 | 14 | 138 | 4C | 2D |
| Octal | 314 | 34 | 252 | 0 | 126 | 21 | 24 | 470 | 114 | 55 |
| Binary | 11001100 | 11100 | 10101010 | 0 | 1010110 | 10001 | 10100 | 100111000 | 1001100 | 101101 |
Color Harmonies of #CC1CAA
Complementary color
Monochromatic Colors of #CC1CAA
Black with #CC1CAA
Text Example
Text Example
White with #CC1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CAA; }
p { color: rgb(204,28,170); }
H1.HeaderClassName
{
color: #CC1CAA;
}
.AnyTagClassName
{
color: #CC1CAA;
}
</style>
background-color css
<style>
a { background-color: #CC1CAA; }
a { background-color: rgb(204,28,170); }
div.DivClassName
{
background-color: #CC1CAA;
}
.BgClassName
{
background-color: #CC1CAA;
}
</style>
border-color css
<style>
span { border-color: #CC1CAA; }
span { border-color: rgb(204,28,170); }
td.TdClassName
{
border-color: #CC1CAA;
}
.TagClassName
{
border-color: #CC1CAA;
}
</style>