Shades of Medium Violet Red #CC046E
Tints of Medium Violet Red #CC046E
RGB
CMYK
RGB Variations
Color information
#CC046E (or 0xCC046E) is known color: Medium Violet Red. HEX triplet: CC, 04 and 6E. RGB value is (204,4,110). Sum of RGB (Red+Green+Blue) = 204+4+110=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC046E is #33FB91. Grayscale: #4B4B4B. Windows color (decimal): -3406738 or 7210188. OLE color: 7210188.
HSL color Cylindrical-coordinate representation of color #CC046E: hue angle of 328.2º 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 #CC046E is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.2 |
| HSL | 328.2º | 0.96% | 0.41% | - |
| HSV(B) | 328.2º | 0.98% | 0.8% | - |
| XYZ | 27.76 | 14.05 | 16 | - |
| YUV | 75.88 | 147.26 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 110 | 0 | 0.98 | 0.46 | 0.2 | 328.2 | 0.96 | 0.41 |
| Hex | CC | 4 | 6E | 0 | 62 | 2E | 14 | 148 | 60 | 29 |
| Octal | 314 | 4 | 156 | 0 | 142 | 56 | 24 | 510 | 140 | 51 |
| Binary | 11001100 | 100 | 1101110 | 0 | 1100010 | 101110 | 10100 | 101001000 | 1100000 | 101001 |
Color Harmonies of #CC046E
Complementary color
Monochromatic Colors of #CC046E
Black with #CC046E
Text Example
Text Example
White with #CC046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC046E; }
p { color: rgb(204,4,110); }
H1.HeaderClassName
{
color: #CC046E;
}
.AnyTagClassName
{
color: #CC046E;
}
</style>
background-color css
<style>
a { background-color: #CC046E; }
a { background-color: rgb(204,4,110); }
div.DivClassName
{
background-color: #CC046E;
}
.BgClassName
{
background-color: #CC046E;
}
</style>
border-color css
<style>
span { border-color: #CC046E; }
span { border-color: rgb(204,4,110); }
td.TdClassName
{
border-color: #CC046E;
}
.TagClassName
{
border-color: #CC046E;
}
</style>