Shades of Medium Violet Red #CC247C
Tints of Medium Violet Red #CC247C
RGB
CMYK
RGB Variations
Color information
#CC247C (or 0xCC247C) is known color: Medium Violet Red. HEX triplet: CC, 24 and 7C. RGB value is (204,36,124). Sum of RGB (Red+Green+Blue) = 204+36+124=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC247C is #33DB83. Grayscale: #606060. Windows color (decimal): -3398532 or 8135884. OLE color: 8135884.
HSL color Cylindrical-coordinate representation of color #CC247C: hue angle of 328.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC247C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 124 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.2 |
| HSL | 328.57º | 0.7% | 0.47% | - |
| HSV(B) | 328.57º | 0.82% | 0.8% | - |
| XYZ | 29.17 | 15.55 | 20.53 | - |
| YUV | 96.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 124 | 0 | 0.82 | 0.39 | 0.2 | 328.57 | 0.7 | 0.47 |
| Hex | CC | 24 | 7C | 0 | 52 | 27 | 14 | 149 | 46 | 2F |
| Octal | 314 | 44 | 174 | 0 | 122 | 47 | 24 | 511 | 106 | 57 |
| Binary | 11001100 | 100100 | 1111100 | 0 | 1010010 | 100111 | 10100 | 101001001 | 1000110 | 101111 |
Color Harmonies of #CC247C
Complementary color
Monochromatic Colors of #CC247C
Black with #CC247C
Text Example
Text Example
White with #CC247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC247C; }
p { color: rgb(204,36,124); }
H1.HeaderClassName
{
color: #CC247C;
}
.AnyTagClassName
{
color: #CC247C;
}
</style>
background-color css
<style>
a { background-color: #CC247C; }
a { background-color: rgb(204,36,124); }
div.DivClassName
{
background-color: #CC247C;
}
.BgClassName
{
background-color: #CC247C;
}
</style>
border-color css
<style>
span { border-color: #CC247C; }
span { border-color: rgb(204,36,124); }
td.TdClassName
{
border-color: #CC247C;
}
.TagClassName
{
border-color: #CC247C;
}
</style>