Shades of Mulberry #CC3E94
Tints of Mulberry #CC3E94
RGB
CMYK
RGB Variations
Color information
#CC3E94 (or 0xCC3E94) is known color: Mulberry. HEX triplet: CC, 3E and 94. RGB value is (204,62,148). Sum of RGB (Red+Green+Blue) = 204+62+148=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3E94 is #33C16B. Grayscale: #727272. Windows color (decimal): -3391852 or 9715404. OLE color: 9715404.
HSL color Cylindrical-coordinate representation of color #CC3E94: hue angle of 323.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E94 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 148 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.2 |
| HSL | 323.66º | 0.58% | 0.52% | - |
| HSV(B) | 323.66º | 0.7% | 0.8% | - |
| XYZ | 31.97 | 18.42 | 29.89 | - |
| YUV | 114.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 148 | 0 | 0.70 | 0.27 | 0.2 | 323.66 | 0.58 | 0.52 |
| Hex | CC | 3E | 94 | 0 | 46 | 1B | 14 | 144 | 3A | 34 |
| Octal | 314 | 76 | 224 | 0 | 106 | 33 | 24 | 504 | 72 | 64 |
| Binary | 11001100 | 111110 | 10010100 | 0 | 1000110 | 11011 | 10100 | 101000100 | 111010 | 110100 |
Color Harmonies of #CC3E94
Complementary color
Monochromatic Colors of #CC3E94
Black with #CC3E94
Text Example
Text Example
White with #CC3E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E94; }
p { color: rgb(204,62,148); }
H1.HeaderClassName
{
color: #CC3E94;
}
.AnyTagClassName
{
color: #CC3E94;
}
</style>
background-color css
<style>
a { background-color: #CC3E94; }
a { background-color: rgb(204,62,148); }
div.DivClassName
{
background-color: #CC3E94;
}
.BgClassName
{
background-color: #CC3E94;
}
</style>
border-color css
<style>
span { border-color: #CC3E94; }
span { border-color: rgb(204,62,148); }
td.TdClassName
{
border-color: #CC3E94;
}
.TagClassName
{
border-color: #CC3E94;
}
</style>