Shades of Medium Violet Red #CC247E
Tints of Medium Violet Red #CC247E
RGB
CMYK
RGB Variations
Color information
#CC247E (or 0xCC247E) is known color: Medium Violet Red. HEX triplet: CC, 24 and 7E. RGB value is (204,36,126). Sum of RGB (Red+Green+Blue) = 204+36+126=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC247E is #33DB81. Grayscale: #606060. Windows color (decimal): -3398530 or 8266956. OLE color: 8266956.
HSL color Cylindrical-coordinate representation of color #CC247E: hue angle of 327.86º 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 #CC247E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 126 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.2 |
| HSL | 327.86º | 0.7% | 0.47% | - |
| HSV(B) | 327.86º | 0.82% | 0.8% | - |
| XYZ | 29.3 | 15.61 | 21.21 | - |
| YUV | 96.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 126 | 0 | 0.82 | 0.38 | 0.2 | 327.86 | 0.7 | 0.47 |
| Hex | CC | 24 | 7E | 0 | 52 | 26 | 14 | 148 | 46 | 2F |
| Octal | 314 | 44 | 176 | 0 | 122 | 46 | 24 | 510 | 106 | 57 |
| Binary | 11001100 | 100100 | 1111110 | 0 | 1010010 | 100110 | 10100 | 101001000 | 1000110 | 101111 |
Color Harmonies of #CC247E
Complementary color
Monochromatic Colors of #CC247E
Black with #CC247E
Text Example
Text Example
White with #CC247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC247E; }
p { color: rgb(204,36,126); }
H1.HeaderClassName
{
color: #CC247E;
}
.AnyTagClassName
{
color: #CC247E;
}
</style>
background-color css
<style>
a { background-color: #CC247E; }
a { background-color: rgb(204,36,126); }
div.DivClassName
{
background-color: #CC247E;
}
.BgClassName
{
background-color: #CC247E;
}
</style>
border-color css
<style>
span { border-color: #CC247E; }
span { border-color: rgb(204,36,126); }
td.TdClassName
{
border-color: #CC247E;
}
.TagClassName
{
border-color: #CC247E;
}
</style>