Shades of Mulberry #CC3E96
Tints of Mulberry #CC3E96
RGB
CMYK
RGB Variations
Color information
#CC3E96 (or 0xCC3E96) is known color: Mulberry. HEX triplet: CC, 3E and 96. RGB value is (204,62,150). Sum of RGB (Red+Green+Blue) = 204+62+150=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3E96 is #33C169. Grayscale: #727272. Windows color (decimal): -3391850 or 9846476. OLE color: 9846476.
HSL color Cylindrical-coordinate representation of color #CC3E96: hue angle of 322.82º 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 #CC3E96 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 150 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.2 |
| HSL | 322.82º | 0.58% | 0.52% | - |
| HSV(B) | 322.82º | 0.7% | 0.8% | - |
| XYZ | 32.13 | 18.48 | 30.73 | - |
| YUV | 114.49 | 148.04 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 150 | 0 | 0.70 | 0.26 | 0.2 | 322.82 | 0.58 | 0.52 |
| Hex | CC | 3E | 96 | 0 | 46 | 1A | 14 | 143 | 3A | 34 |
| Octal | 314 | 76 | 226 | 0 | 106 | 32 | 24 | 503 | 72 | 64 |
| Binary | 11001100 | 111110 | 10010110 | 0 | 1000110 | 11010 | 10100 | 101000011 | 111010 | 110100 |
Color Harmonies of #CC3E96
Complementary color
Monochromatic Colors of #CC3E96
Black with #CC3E96
Text Example
Text Example
White with #CC3E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E96; }
p { color: rgb(204,62,150); }
H1.HeaderClassName
{
color: #CC3E96;
}
.AnyTagClassName
{
color: #CC3E96;
}
</style>
background-color css
<style>
a { background-color: #CC3E96; }
a { background-color: rgb(204,62,150); }
div.DivClassName
{
background-color: #CC3E96;
}
.BgClassName
{
background-color: #CC3E96;
}
</style>
border-color css
<style>
span { border-color: #CC3E96; }
span { border-color: rgb(204,62,150); }
td.TdClassName
{
border-color: #CC3E96;
}
.TagClassName
{
border-color: #CC3E96;
}
</style>