Shades of Medium Red Violet #CC30AA
Tints of Medium Red Violet #CC30AA
RGB
CMYK
RGB Variations
Color information
#CC30AA (or 0xCC30AA) is known color: Medium Red Violet. HEX triplet: CC, 30 and AA. RGB value is (204,48,170). Sum of RGB (Red+Green+Blue) = 204+48+170=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC30AA is #33CF55. Grayscale: #6C6C6C. Windows color (decimal): -3395414 or 11153612. OLE color: 11153612.
HSL color Cylindrical-coordinate representation of color #CC30AA: hue angle of 313.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC30AA is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 170 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.2 |
| HSL | 313.08º | 0.62% | 0.49% | - |
| HSV(B) | 313.08º | 0.76% | 0.8% | - |
| XYZ | 33.21 | 17.85 | 39.73 | - |
| YUV | 108.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 170 | 0 | 0.76 | 0.17 | 0.2 | 313.08 | 0.62 | 0.49 |
| Hex | CC | 30 | AA | 0 | 4C | 11 | 14 | 139 | 3E | 31 |
| Octal | 314 | 60 | 252 | 0 | 114 | 21 | 24 | 471 | 76 | 61 |
| Binary | 11001100 | 110000 | 10101010 | 0 | 1001100 | 10001 | 10100 | 100111001 | 111110 | 110001 |
Color Harmonies of #CC30AA
Complementary color
Monochromatic Colors of #CC30AA
Black with #CC30AA
Text Example
Text Example
White with #CC30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30AA; }
p { color: rgb(204,48,170); }
H1.HeaderClassName
{
color: #CC30AA;
}
.AnyTagClassName
{
color: #CC30AA;
}
</style>
background-color css
<style>
a { background-color: #CC30AA; }
a { background-color: rgb(204,48,170); }
div.DivClassName
{
background-color: #CC30AA;
}
.BgClassName
{
background-color: #CC30AA;
}
</style>
border-color css
<style>
span { border-color: #CC30AA; }
span { border-color: rgb(204,48,170); }
td.TdClassName
{
border-color: #CC30AA;
}
.TagClassName
{
border-color: #CC30AA;
}
</style>