Shades of Mulberry #CC5191
Tints of Mulberry #CC5191
RGB
CMYK
RGB Variations
Color information
#CC5191 (or 0xCC5191) is known color: Mulberry. HEX triplet: CC, 51 and 91. RGB value is (204,81,145). Sum of RGB (Red+Green+Blue) = 204+81+145=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5191 is #33AE6E. Grayscale: #7C7C7C. Windows color (decimal): -3386991 or 9523660. OLE color: 9523660.
HSL color Cylindrical-coordinate representation of color #CC5191: hue angle of 328.78º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5191 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 145 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.2 |
| HSL | 328.78º | 0.55% | 0.56% | - |
| HSV(B) | 328.78º | 0.6% | 0.8% | - |
| XYZ | 32.96 | 20.77 | 29.06 | - |
| YUV | 125.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 145 | 0 | 0.60 | 0.29 | 0.2 | 328.78 | 0.55 | 0.56 |
| Hex | CC | 51 | 91 | 0 | 3C | 1D | 14 | 149 | 37 | 38 |
| Octal | 314 | 121 | 221 | 0 | 74 | 35 | 24 | 511 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10010001 | 0 | 111100 | 11101 | 10100 | 101001001 | 110111 | 111000 |
Color Harmonies of #CC5191
Complementary color
Monochromatic Colors of #CC5191
Black with #CC5191
Text Example
Text Example
White with #CC5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5191; }
p { color: rgb(204,81,145); }
H1.HeaderClassName
{
color: #CC5191;
}
.AnyTagClassName
{
color: #CC5191;
}
</style>
background-color css
<style>
a { background-color: #CC5191; }
a { background-color: rgb(204,81,145); }
div.DivClassName
{
background-color: #CC5191;
}
.BgClassName
{
background-color: #CC5191;
}
</style>
border-color css
<style>
span { border-color: #CC5191; }
span { border-color: rgb(204,81,145); }
td.TdClassName
{
border-color: #CC5191;
}
.TagClassName
{
border-color: #CC5191;
}
</style>