Shades of Medium Violet Red #CC047F
Tints of Medium Violet Red #CC047F
RGB
CMYK
RGB Variations
Color information
#CC047F (or 0xCC047F) is known color: Medium Violet Red. HEX triplet: CC, 04 and 7F. RGB value is (204,4,127). Sum of RGB (Red+Green+Blue) = 204+4+127=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC047F is #33FB80. Grayscale: #4D4D4D. Windows color (decimal): -3406721 or 8324300. OLE color: 8324300.
HSL color Cylindrical-coordinate representation of color #CC047F: hue angle of 323.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC047F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.2 |
| HSL | 323.1º | 0.96% | 0.41% | - |
| HSV(B) | 323.1º | 0.98% | 0.8% | - |
| XYZ | 28.78 | 14.46 | 21.35 | - |
| YUV | 77.82 | 155.76 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 127 | 0 | 0.98 | 0.38 | 0.2 | 323.1 | 0.96 | 0.41 |
| Hex | CC | 4 | 7F | 0 | 62 | 26 | 14 | 143 | 60 | 29 |
| Octal | 314 | 4 | 177 | 0 | 142 | 46 | 24 | 503 | 140 | 51 |
| Binary | 11001100 | 100 | 1111111 | 0 | 1100010 | 100110 | 10100 | 101000011 | 1100000 | 101001 |
Color Harmonies of #CC047F
Complementary color
Monochromatic Colors of #CC047F
Black with #CC047F
Text Example
Text Example
White with #CC047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC047F; }
p { color: rgb(204,4,127); }
H1.HeaderClassName
{
color: #CC047F;
}
.AnyTagClassName
{
color: #CC047F;
}
</style>
background-color css
<style>
a { background-color: #CC047F; }
a { background-color: rgb(204,4,127); }
div.DivClassName
{
background-color: #CC047F;
}
.BgClassName
{
background-color: #CC047F;
}
</style>
border-color css
<style>
span { border-color: #CC047F; }
span { border-color: rgb(204,4,127); }
td.TdClassName
{
border-color: #CC047F;
}
.TagClassName
{
border-color: #CC047F;
}
</style>