Shades of Medium Violet Red #CC247F
Tints of Medium Violet Red #CC247F
RGB
CMYK
RGB Variations
Color information
#CC247F (or 0xCC247F) is known color: Medium Violet Red. HEX triplet: CC, 24 and 7F. RGB value is (204,36,127). Sum of RGB (Red+Green+Blue) = 204+36+127=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC247F is #33DB80. Grayscale: #606060. Windows color (decimal): -3398529 or 8332492. OLE color: 8332492.
HSL color Cylindrical-coordinate representation of color #CC247F: hue angle of 327.5º 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 #CC247F is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 127 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.2 |
| HSL | 327.5º | 0.7% | 0.47% | - |
| HSV(B) | 327.5º | 0.82% | 0.8% | - |
| XYZ | 29.36 | 15.63 | 21.55 | - |
| YUV | 96.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 127 | 0 | 0.82 | 0.38 | 0.2 | 327.5 | 0.7 | 0.47 |
| Hex | CC | 24 | 7F | 0 | 52 | 26 | 14 | 148 | 46 | 2F |
| Octal | 314 | 44 | 177 | 0 | 122 | 46 | 24 | 510 | 106 | 57 |
| Binary | 11001100 | 100100 | 1111111 | 0 | 1010010 | 100110 | 10100 | 101001000 | 1000110 | 101111 |
Color Harmonies of #CC247F
Complementary color
Monochromatic Colors of #CC247F
Black with #CC247F
Text Example
Text Example
White with #CC247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC247F; }
p { color: rgb(204,36,127); }
H1.HeaderClassName
{
color: #CC247F;
}
.AnyTagClassName
{
color: #CC247F;
}
</style>
background-color css
<style>
a { background-color: #CC247F; }
a { background-color: rgb(204,36,127); }
div.DivClassName
{
background-color: #CC247F;
}
.BgClassName
{
background-color: #CC247F;
}
</style>
border-color css
<style>
span { border-color: #CC247F; }
span { border-color: rgb(204,36,127); }
td.TdClassName
{
border-color: #CC247F;
}
.TagClassName
{
border-color: #CC247F;
}
</style>