Shades of Mulberry #CC4492
Tints of Mulberry #CC4492
RGB
CMYK
RGB Variations
Color information
#CC4492 (or 0xCC4492) is known color: Mulberry. HEX triplet: CC, 44 and 92. RGB value is (204,68,146). Sum of RGB (Red+Green+Blue) = 204+68+146=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4492 is #33BB6D. Grayscale: #757575. Windows color (decimal): -3390318 or 9585868. OLE color: 9585868.
HSL color Cylindrical-coordinate representation of color #CC4492: hue angle of 325.59º 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 #CC4492 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 146 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.2 |
| HSL | 325.59º | 0.57% | 0.53% | - |
| HSV(B) | 325.59º | 0.67% | 0.8% | - |
| XYZ | 32.16 | 19.05 | 29.18 | - |
| YUV | 117.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 146 | 0 | 0.67 | 0.28 | 0.2 | 325.59 | 0.57 | 0.53 |
| Hex | CC | 44 | 92 | 0 | 43 | 1C | 14 | 146 | 39 | 35 |
| Octal | 314 | 104 | 222 | 0 | 103 | 34 | 24 | 506 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10010010 | 0 | 1000011 | 11100 | 10100 | 101000110 | 111001 | 110101 |
Color Harmonies of #CC4492
Complementary color
Monochromatic Colors of #CC4492
Black with #CC4492
Text Example
Text Example
White with #CC4492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4492; }
p { color: rgb(204,68,146); }
H1.HeaderClassName
{
color: #CC4492;
}
.AnyTagClassName
{
color: #CC4492;
}
</style>
background-color css
<style>
a { background-color: #CC4492; }
a { background-color: rgb(204,68,146); }
div.DivClassName
{
background-color: #CC4492;
}
.BgClassName
{
background-color: #CC4492;
}
</style>
border-color css
<style>
span { border-color: #CC4492; }
span { border-color: rgb(204,68,146); }
td.TdClassName
{
border-color: #CC4492;
}
.TagClassName
{
border-color: #CC4492;
}
</style>