Shades of Medium Violet Red #CC207D
Tints of Medium Violet Red #CC207D
RGB
CMYK
RGB Variations
Color information
#CC207D (or 0xCC207D) is known color: Medium Violet Red. HEX triplet: CC, 20 and 7D. RGB value is (204,32,125). Sum of RGB (Red+Green+Blue) = 204+32+125=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC207D is #33DF82. Grayscale: #5D5D5D. Windows color (decimal): -3399555 or 8200396. OLE color: 8200396.
HSL color Cylindrical-coordinate representation of color #CC207D: hue angle of 327.56º 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 #CC207D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 125 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.2 |
| HSL | 327.56º | 0.73% | 0.46% | - |
| HSV(B) | 327.56º | 0.84% | 0.8% | - |
| XYZ | 29.12 | 15.35 | 20.83 | - |
| YUV | 94.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 125 | 0 | 0.84 | 0.39 | 0.2 | 327.56 | 0.73 | 0.46 |
| Hex | CC | 20 | 7D | 0 | 54 | 27 | 14 | 148 | 49 | 2E |
| Octal | 314 | 40 | 175 | 0 | 124 | 47 | 24 | 510 | 111 | 56 |
| Binary | 11001100 | 100000 | 1111101 | 0 | 1010100 | 100111 | 10100 | 101001000 | 1001001 | 101110 |
Color Harmonies of #CC207D
Complementary color
Monochromatic Colors of #CC207D
Black with #CC207D
Text Example
Text Example
White with #CC207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC207D; }
p { color: rgb(204,32,125); }
H1.HeaderClassName
{
color: #CC207D;
}
.AnyTagClassName
{
color: #CC207D;
}
</style>
background-color css
<style>
a { background-color: #CC207D; }
a { background-color: rgb(204,32,125); }
div.DivClassName
{
background-color: #CC207D;
}
.BgClassName
{
background-color: #CC207D;
}
</style>
border-color css
<style>
span { border-color: #CC207D; }
span { border-color: rgb(204,32,125); }
td.TdClassName
{
border-color: #CC207D;
}
.TagClassName
{
border-color: #CC207D;
}
</style>