Shades of Mulberry #CC4292
Tints of Mulberry #CC4292
RGB
CMYK
RGB Variations
Color information
#CC4292 (or 0xCC4292) is known color: Mulberry. HEX triplet: CC, 42 and 92. RGB value is (204,66,146). Sum of RGB (Red+Green+Blue) = 204+66+146=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4292 is #33BD6D. Grayscale: #747474. Windows color (decimal): -3390830 or 9585356. OLE color: 9585356.
HSL color Cylindrical-coordinate representation of color #CC4292: hue angle of 325.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4292 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 146 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.2 |
| HSL | 325.22º | 0.58% | 0.53% | - |
| HSV(B) | 325.22º | 0.68% | 0.8% | - |
| XYZ | 32.04 | 18.81 | 29.14 | - |
| YUV | 116.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 146 | 0 | 0.68 | 0.28 | 0.2 | 325.22 | 0.58 | 0.53 |
| Hex | CC | 42 | 92 | 0 | 44 | 1C | 14 | 145 | 3A | 35 |
| Octal | 314 | 102 | 222 | 0 | 104 | 34 | 24 | 505 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10010010 | 0 | 1000100 | 11100 | 10100 | 101000101 | 111010 | 110101 |
Color Harmonies of #CC4292
Complementary color
Monochromatic Colors of #CC4292
Black with #CC4292
Text Example
Text Example
White with #CC4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4292; }
p { color: rgb(204,66,146); }
H1.HeaderClassName
{
color: #CC4292;
}
.AnyTagClassName
{
color: #CC4292;
}
</style>
background-color css
<style>
a { background-color: #CC4292; }
a { background-color: rgb(204,66,146); }
div.DivClassName
{
background-color: #CC4292;
}
.BgClassName
{
background-color: #CC4292;
}
</style>
border-color css
<style>
span { border-color: #CC4292; }
span { border-color: rgb(204,66,146); }
td.TdClassName
{
border-color: #CC4292;
}
.TagClassName
{
border-color: #CC4292;
}
</style>