Shades of Mulberry #CC4192
Tints of Mulberry #CC4192
RGB
CMYK
RGB Variations
Color information
#CC4192 (or 0xCC4192) is known color: Mulberry. HEX triplet: CC, 41 and 92. RGB value is (204,65,146). Sum of RGB (Red+Green+Blue) = 204+65+146=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4192 is #33BE6D. Grayscale: #737373. Windows color (decimal): -3391086 or 9585100. OLE color: 9585100.
HSL color Cylindrical-coordinate representation of color #CC4192: hue angle of 325.04º degrees, saturation: 0.58, 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 #CC4192 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 146 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.2 |
| HSL | 325.04º | 0.58% | 0.53% | - |
| HSV(B) | 325.04º | 0.68% | 0.8% | - |
| XYZ | 31.98 | 18.69 | 29.12 | - |
| YUV | 115.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 146 | 0 | 0.68 | 0.28 | 0.2 | 325.04 | 0.58 | 0.53 |
| Hex | CC | 41 | 92 | 0 | 44 | 1C | 14 | 145 | 3A | 35 |
| Octal | 314 | 101 | 222 | 0 | 104 | 34 | 24 | 505 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10010010 | 0 | 1000100 | 11100 | 10100 | 101000101 | 111010 | 110101 |
Color Harmonies of #CC4192
Complementary color
Monochromatic Colors of #CC4192
Black with #CC4192
Text Example
Text Example
White with #CC4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4192; }
p { color: rgb(204,65,146); }
H1.HeaderClassName
{
color: #CC4192;
}
.AnyTagClassName
{
color: #CC4192;
}
</style>
background-color css
<style>
a { background-color: #CC4192; }
a { background-color: rgb(204,65,146); }
div.DivClassName
{
background-color: #CC4192;
}
.BgClassName
{
background-color: #CC4192;
}
</style>
border-color css
<style>
span { border-color: #CC4192; }
span { border-color: rgb(204,65,146); }
td.TdClassName
{
border-color: #CC4192;
}
.TagClassName
{
border-color: #CC4192;
}
</style>