Shades of Mulberry #CC3897
Tints of Mulberry #CC3897
RGB
CMYK
RGB Variations
Color information
#CC3897 (or 0xCC3897) is known color: Mulberry. HEX triplet: CC, 38 and 97. RGB value is (204,56,151). Sum of RGB (Red+Green+Blue) = 204+56+151=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3897 is #33C768. Grayscale: #6E6E6E. Windows color (decimal): -3393385 or 9910476. OLE color: 9910476.
HSL color Cylindrical-coordinate representation of color #CC3897: hue angle of 321.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3897 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 151 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.2 |
| HSL | 321.49º | 0.59% | 0.51% | - |
| HSV(B) | 321.49º | 0.73% | 0.8% | - |
| XYZ | 31.9 | 17.9 | 31.05 | - |
| YUV | 111.08 | 150.53 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 151 | 0 | 0.73 | 0.26 | 0.2 | 321.49 | 0.59 | 0.51 |
| Hex | CC | 38 | 97 | 0 | 49 | 1A | 14 | 141 | 3B | 33 |
| Octal | 314 | 70 | 227 | 0 | 111 | 32 | 24 | 501 | 73 | 63 |
| Binary | 11001100 | 111000 | 10010111 | 0 | 1001001 | 11010 | 10100 | 101000001 | 111011 | 110011 |
Color Harmonies of #CC3897
Complementary color
Monochromatic Colors of #CC3897
Black with #CC3897
Text Example
Text Example
White with #CC3897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3897; }
p { color: rgb(204,56,151); }
H1.HeaderClassName
{
color: #CC3897;
}
.AnyTagClassName
{
color: #CC3897;
}
</style>
background-color css
<style>
a { background-color: #CC3897; }
a { background-color: rgb(204,56,151); }
div.DivClassName
{
background-color: #CC3897;
}
.BgClassName
{
background-color: #CC3897;
}
</style>
border-color css
<style>
span { border-color: #CC3897; }
span { border-color: rgb(204,56,151); }
td.TdClassName
{
border-color: #CC3897;
}
.TagClassName
{
border-color: #CC3897;
}
</style>