Shades of Medium Violet Red #CC20A7
Tints of Medium Violet Red #CC20A7
RGB
CMYK
RGB Variations
Color information
#CC20A7 (or 0xCC20A7) is known color: Medium Violet Red. HEX triplet: CC, 20 and A7. RGB value is (204,32,167). Sum of RGB (Red+Green+Blue) = 204+32+167=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20A7 is #33DF58. Grayscale: #626262. Windows color (decimal): -3399513 or 10952908. OLE color: 10952908.
HSL color Cylindrical-coordinate representation of color #CC20A7: hue angle of 312.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC20A7 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 167 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.2 |
| HSL | 312.91º | 0.73% | 0.46% | - |
| HSV(B) | 312.91º | 0.84% | 0.8% | - |
| XYZ | 32.39 | 16.66 | 38.07 | - |
| YUV | 98.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 167 | 0 | 0.84 | 0.18 | 0.2 | 312.91 | 0.73 | 0.46 |
| Hex | CC | 20 | A7 | 0 | 54 | 12 | 14 | 139 | 49 | 2E |
| Octal | 314 | 40 | 247 | 0 | 124 | 22 | 24 | 471 | 111 | 56 |
| Binary | 11001100 | 100000 | 10100111 | 0 | 1010100 | 10010 | 10100 | 100111001 | 1001001 | 101110 |
Color Harmonies of #CC20A7
Complementary color
Monochromatic Colors of #CC20A7
Black with #CC20A7
Text Example
Text Example
White with #CC20A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20A7; }
p { color: rgb(204,32,167); }
H1.HeaderClassName
{
color: #CC20A7;
}
.AnyTagClassName
{
color: #CC20A7;
}
</style>
background-color css
<style>
a { background-color: #CC20A7; }
a { background-color: rgb(204,32,167); }
div.DivClassName
{
background-color: #CC20A7;
}
.BgClassName
{
background-color: #CC20A7;
}
</style>
border-color css
<style>
span { border-color: #CC20A7; }
span { border-color: rgb(204,32,167); }
td.TdClassName
{
border-color: #CC20A7;
}
.TagClassName
{
border-color: #CC20A7;
}
</style>