Shades of Medium Violet Red #CC207A
Tints of Medium Violet Red #CC207A
RGB
CMYK
RGB Variations
Color information
#CC207A (or 0xCC207A) is known color: Medium Violet Red. HEX triplet: CC, 20 and 7A. RGB value is (204,32,122). Sum of RGB (Red+Green+Blue) = 204+32+122=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC207A is #33DF85. Grayscale: #5D5D5D. Windows color (decimal): -3399558 or 8003788. OLE color: 8003788.
HSL color Cylindrical-coordinate representation of color #CC207A: hue angle of 328.6º 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 #CC207A is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 122 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.2 |
| HSL | 328.6º | 0.73% | 0.46% | - |
| HSV(B) | 328.6º | 0.84% | 0.8% | - |
| XYZ | 28.93 | 15.28 | 19.84 | - |
| YUV | 93.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 122 | 0 | 0.84 | 0.40 | 0.2 | 328.6 | 0.73 | 0.46 |
| Hex | CC | 20 | 7A | 0 | 54 | 28 | 14 | 149 | 49 | 2E |
| Octal | 314 | 40 | 172 | 0 | 124 | 50 | 24 | 511 | 111 | 56 |
| Binary | 11001100 | 100000 | 1111010 | 0 | 1010100 | 101000 | 10100 | 101001001 | 1001001 | 101110 |
Color Harmonies of #CC207A
Complementary color
Monochromatic Colors of #CC207A
Black with #CC207A
Text Example
Text Example
White with #CC207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC207A; }
p { color: rgb(204,32,122); }
H1.HeaderClassName
{
color: #CC207A;
}
.AnyTagClassName
{
color: #CC207A;
}
</style>
background-color css
<style>
a { background-color: #CC207A; }
a { background-color: rgb(204,32,122); }
div.DivClassName
{
background-color: #CC207A;
}
.BgClassName
{
background-color: #CC207A;
}
</style>
border-color css
<style>
span { border-color: #CC207A; }
span { border-color: rgb(204,32,122); }
td.TdClassName
{
border-color: #CC207A;
}
.TagClassName
{
border-color: #CC207A;
}
</style>