Shades of Mulberry #CC4194
Tints of Mulberry #CC4194
RGB
CMYK
RGB Variations
Color information
#CC4194 (or 0xCC4194) is known color: Mulberry. HEX triplet: CC, 41 and 94. RGB value is (204,65,148). Sum of RGB (Red+Green+Blue) = 204+65+148=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4194 is #33BE6B. Grayscale: #737373. Windows color (decimal): -3391084 or 9716172. OLE color: 9716172.
HSL color Cylindrical-coordinate representation of color #CC4194: hue angle of 324.17º 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 #CC4194 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 148 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.2 |
| HSL | 324.17º | 0.58% | 0.53% | - |
| HSV(B) | 324.17º | 0.68% | 0.8% | - |
| XYZ | 32.14 | 18.76 | 29.94 | - |
| YUV | 116.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 148 | 0 | 0.68 | 0.27 | 0.2 | 324.17 | 0.58 | 0.53 |
| Hex | CC | 41 | 94 | 0 | 44 | 1B | 14 | 144 | 3A | 35 |
| Octal | 314 | 101 | 224 | 0 | 104 | 33 | 24 | 504 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10010100 | 0 | 1000100 | 11011 | 10100 | 101000100 | 111010 | 110101 |
Color Harmonies of #CC4194
Complementary color
Monochromatic Colors of #CC4194
Black with #CC4194
Text Example
Text Example
White with #CC4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4194; }
p { color: rgb(204,65,148); }
H1.HeaderClassName
{
color: #CC4194;
}
.AnyTagClassName
{
color: #CC4194;
}
</style>
background-color css
<style>
a { background-color: #CC4194; }
a { background-color: rgb(204,65,148); }
div.DivClassName
{
background-color: #CC4194;
}
.BgClassName
{
background-color: #CC4194;
}
</style>
border-color css
<style>
span { border-color: #CC4194; }
span { border-color: rgb(204,65,148); }
td.TdClassName
{
border-color: #CC4194;
}
.TagClassName
{
border-color: #CC4194;
}
</style>