Shades of Medium Red Violet #CC2DAA
Tints of Medium Red Violet #CC2DAA
RGB
CMYK
RGB Variations
Color information
#CC2DAA (or 0xCC2DAA) is known color: Medium Red Violet. HEX triplet: CC, 2D and AA. RGB value is (204,45,170). Sum of RGB (Red+Green+Blue) = 204+45+170=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2DAA is #33D255. Grayscale: #6A6A6A. Windows color (decimal): -3396182 or 11152844. OLE color: 11152844.
HSL color Cylindrical-coordinate representation of color #CC2DAA: hue angle of 312.83º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2DAA is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 170 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.2 |
| HSL | 312.83º | 0.64% | 0.49% | - |
| HSV(B) | 312.83º | 0.78% | 0.8% | - |
| XYZ | 33.1 | 17.62 | 39.69 | - |
| YUV | 106.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 170 | 0 | 0.78 | 0.17 | 0.2 | 312.83 | 0.64 | 0.49 |
| Hex | CC | 2D | AA | 0 | 4E | 11 | 14 | 139 | 40 | 31 |
| Octal | 314 | 55 | 252 | 0 | 116 | 21 | 24 | 471 | 100 | 61 |
| Binary | 11001100 | 101101 | 10101010 | 0 | 1001110 | 10001 | 10100 | 100111001 | 1000000 | 110001 |
Color Harmonies of #CC2DAA
Complementary color
Monochromatic Colors of #CC2DAA
Black with #CC2DAA
Text Example
Text Example
White with #CC2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DAA; }
p { color: rgb(204,45,170); }
H1.HeaderClassName
{
color: #CC2DAA;
}
.AnyTagClassName
{
color: #CC2DAA;
}
</style>
background-color css
<style>
a { background-color: #CC2DAA; }
a { background-color: rgb(204,45,170); }
div.DivClassName
{
background-color: #CC2DAA;
}
.BgClassName
{
background-color: #CC2DAA;
}
</style>
border-color css
<style>
span { border-color: #CC2DAA; }
span { border-color: rgb(204,45,170); }
td.TdClassName
{
border-color: #CC2DAA;
}
.TagClassName
{
border-color: #CC2DAA;
}
</style>