Shades of Mulberry #CC4493
Tints of Mulberry #CC4493
RGB
CMYK
RGB Variations
Color information
#CC4493 (or 0xCC4493) is known color: Mulberry. HEX triplet: CC, 44 and 93. RGB value is (204,68,147). Sum of RGB (Red+Green+Blue) = 204+68+147=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4493 is #33BB6C. Grayscale: #757575. Windows color (decimal): -3390317 or 9651404. OLE color: 9651404.
HSL color Cylindrical-coordinate representation of color #CC4493: hue angle of 325.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4493 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 147 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.2 |
| HSL | 325.15º | 0.57% | 0.53% | - |
| HSV(B) | 325.15º | 0.67% | 0.8% | - |
| XYZ | 32.24 | 19.08 | 29.59 | - |
| YUV | 117.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 147 | 0 | 0.67 | 0.28 | 0.2 | 325.15 | 0.57 | 0.53 |
| Hex | CC | 44 | 93 | 0 | 43 | 1C | 14 | 145 | 39 | 35 |
| Octal | 314 | 104 | 223 | 0 | 103 | 34 | 24 | 505 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10010011 | 0 | 1000011 | 11100 | 10100 | 101000101 | 111001 | 110101 |
Color Harmonies of #CC4493
Complementary color
Monochromatic Colors of #CC4493
Black with #CC4493
Text Example
Text Example
White with #CC4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4493; }
p { color: rgb(204,68,147); }
H1.HeaderClassName
{
color: #CC4493;
}
.AnyTagClassName
{
color: #CC4493;
}
</style>
background-color css
<style>
a { background-color: #CC4493; }
a { background-color: rgb(204,68,147); }
div.DivClassName
{
background-color: #CC4493;
}
.BgClassName
{
background-color: #CC4493;
}
</style>
border-color css
<style>
span { border-color: #CC4493; }
span { border-color: rgb(204,68,147); }
td.TdClassName
{
border-color: #CC4493;
}
.TagClassName
{
border-color: #CC4493;
}
</style>