Shades of Mulberry #CC3C97
Tints of Mulberry #CC3C97
RGB
CMYK
RGB Variations
Color information
#CC3C97 (or 0xCC3C97) is known color: Mulberry. HEX triplet: CC, 3C and 97. RGB value is (204,60,151). Sum of RGB (Red+Green+Blue) = 204+60+151=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3C97 is #33C368. Grayscale: #717171. Windows color (decimal): -3392361 or 9911500. OLE color: 9911500.
HSL color Cylindrical-coordinate representation of color #CC3C97: hue angle of 322.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3C97 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 151 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.2 |
| HSL | 322.08º | 0.59% | 0.52% | - |
| HSV(B) | 322.08º | 0.71% | 0.8% | - |
| XYZ | 32.1 | 18.3 | 31.12 | - |
| YUV | 113.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 151 | 0 | 0.71 | 0.26 | 0.2 | 322.08 | 0.59 | 0.52 |
| Hex | CC | 3C | 97 | 0 | 47 | 1A | 14 | 142 | 3B | 34 |
| Octal | 314 | 74 | 227 | 0 | 107 | 32 | 24 | 502 | 73 | 64 |
| Binary | 11001100 | 111100 | 10010111 | 0 | 1000111 | 11010 | 10100 | 101000010 | 111011 | 110100 |
Color Harmonies of #CC3C97
Complementary color
Monochromatic Colors of #CC3C97
Black with #CC3C97
Text Example
Text Example
White with #CC3C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C97; }
p { color: rgb(204,60,151); }
H1.HeaderClassName
{
color: #CC3C97;
}
.AnyTagClassName
{
color: #CC3C97;
}
</style>
background-color css
<style>
a { background-color: #CC3C97; }
a { background-color: rgb(204,60,151); }
div.DivClassName
{
background-color: #CC3C97;
}
.BgClassName
{
background-color: #CC3C97;
}
</style>
border-color css
<style>
span { border-color: #CC3C97; }
span { border-color: rgb(204,60,151); }
td.TdClassName
{
border-color: #CC3C97;
}
.TagClassName
{
border-color: #CC3C97;
}
</style>