Shades of Mulberry #CC5093
Tints of Mulberry #CC5093
RGB
CMYK
RGB Variations
Color information
#CC5093 (or 0xCC5093) is known color: Mulberry. HEX triplet: CC, 50 and 93. RGB value is (204,80,147). Sum of RGB (Red+Green+Blue) = 204+80+147=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5093 is #33AF6C. Grayscale: #7C7C7C. Windows color (decimal): -3387245 or 9654476. OLE color: 9654476.
HSL color Cylindrical-coordinate representation of color #CC5093: hue angle of 327.58º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5093 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 147 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.2 |
| HSL | 327.58º | 0.55% | 0.56% | - |
| HSV(B) | 327.58º | 0.61% | 0.8% | - |
| XYZ | 33.04 | 20.68 | 29.85 | - |
| YUV | 124.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 147 | 0 | 0.61 | 0.28 | 0.2 | 327.58 | 0.55 | 0.56 |
| Hex | CC | 50 | 93 | 0 | 3D | 1C | 14 | 148 | 37 | 38 |
| Octal | 314 | 120 | 223 | 0 | 75 | 34 | 24 | 510 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10010011 | 0 | 111101 | 11100 | 10100 | 101001000 | 110111 | 111000 |
Color Harmonies of #CC5093
Complementary color
Monochromatic Colors of #CC5093
Black with #CC5093
Text Example
Text Example
White with #CC5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5093; }
p { color: rgb(204,80,147); }
H1.HeaderClassName
{
color: #CC5093;
}
.AnyTagClassName
{
color: #CC5093;
}
</style>
background-color css
<style>
a { background-color: #CC5093; }
a { background-color: rgb(204,80,147); }
div.DivClassName
{
background-color: #CC5093;
}
.BgClassName
{
background-color: #CC5093;
}
</style>
border-color css
<style>
span { border-color: #CC5093; }
span { border-color: rgb(204,80,147); }
td.TdClassName
{
border-color: #CC5093;
}
.TagClassName
{
border-color: #CC5093;
}
</style>