Shades of Mulberry #CC4093
Tints of Mulberry #CC4093
RGB
CMYK
RGB Variations
Color information
#CC4093 (or 0xCC4093) is known color: Mulberry. HEX triplet: CC, 40 and 93. RGB value is (204,64,147). Sum of RGB (Red+Green+Blue) = 204+64+147=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4093 is #33BF6C. Grayscale: #737373. Windows color (decimal): -3391341 or 9650380. OLE color: 9650380.
HSL color Cylindrical-coordinate representation of color #CC4093: hue angle of 324.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4093 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 147 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.2 |
| HSL | 324.43º | 0.58% | 0.53% | - |
| HSV(B) | 324.43º | 0.69% | 0.8% | - |
| XYZ | 32 | 18.61 | 29.51 | - |
| YUV | 115.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 147 | 0 | 0.69 | 0.28 | 0.2 | 324.43 | 0.58 | 0.53 |
| Hex | CC | 40 | 93 | 0 | 45 | 1C | 14 | 144 | 3A | 35 |
| Octal | 314 | 100 | 223 | 0 | 105 | 34 | 24 | 504 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10010011 | 0 | 1000101 | 11100 | 10100 | 101000100 | 111010 | 110101 |
Color Harmonies of #CC4093
Complementary color
Monochromatic Colors of #CC4093
Black with #CC4093
Text Example
Text Example
White with #CC4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4093; }
p { color: rgb(204,64,147); }
H1.HeaderClassName
{
color: #CC4093;
}
.AnyTagClassName
{
color: #CC4093;
}
</style>
background-color css
<style>
a { background-color: #CC4093; }
a { background-color: rgb(204,64,147); }
div.DivClassName
{
background-color: #CC4093;
}
.BgClassName
{
background-color: #CC4093;
}
</style>
border-color css
<style>
span { border-color: #CC4093; }
span { border-color: rgb(204,64,147); }
td.TdClassName
{
border-color: #CC4093;
}
.TagClassName
{
border-color: #CC4093;
}
</style>