Shades of Medium Violet Red #CC036E
Tints of Medium Violet Red #CC036E
RGB
CMYK
RGB Variations
Color information
#CC036E (or 0xCC036E) is known color: Medium Violet Red. HEX triplet: CC, 03 and 6E. RGB value is (204,3,110). Sum of RGB (Red+Green+Blue) = 204+3+110=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC036E is #33FC91. Grayscale: #4B4B4B. Windows color (decimal): -3406994 or 7209932. OLE color: 7209932.
HSL color Cylindrical-coordinate representation of color #CC036E: hue angle of 328.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC036E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.2 |
| HSL | 328.06º | 0.97% | 0.41% | - |
| HSV(B) | 328.06º | 0.99% | 0.8% | - |
| XYZ | 27.75 | 14.03 | 16 | - |
| YUV | 75.3 | 147.59 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 110 | 0 | 0.99 | 0.46 | 0.2 | 328.06 | 0.97 | 0.41 |
| Hex | CC | 3 | 6E | 0 | 63 | 2E | 14 | 148 | 61 | 29 |
| Octal | 314 | 3 | 156 | 0 | 143 | 56 | 24 | 510 | 141 | 51 |
| Binary | 11001100 | 11 | 1101110 | 0 | 1100011 | 101110 | 10100 | 101001000 | 1100001 | 101001 |
Color Harmonies of #CC036E
Complementary color
Monochromatic Colors of #CC036E
Black with #CC036E
Text Example
Text Example
White with #CC036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC036E; }
p { color: rgb(204,3,110); }
H1.HeaderClassName
{
color: #CC036E;
}
.AnyTagClassName
{
color: #CC036E;
}
</style>
background-color css
<style>
a { background-color: #CC036E; }
a { background-color: rgb(204,3,110); }
div.DivClassName
{
background-color: #CC036E;
}
.BgClassName
{
background-color: #CC036E;
}
</style>
border-color css
<style>
span { border-color: #CC036E; }
span { border-color: rgb(204,3,110); }
td.TdClassName
{
border-color: #CC036E;
}
.TagClassName
{
border-color: #CC036E;
}
</style>