Shades of Mulberry #CC4D9E
Tints of Mulberry #CC4D9E
RGB
CMYK
RGB Variations
Color information
#CC4D9E (or 0xCC4D9E) is known color: Mulberry. HEX triplet: CC, 4D and 9E. RGB value is (204,77,158). Sum of RGB (Red+Green+Blue) = 204+77+158=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4D9E is #33B261. Grayscale: #7C7C7C. Windows color (decimal): -3388002 or 10374604. OLE color: 10374604.
HSL color Cylindrical-coordinate representation of color #CC4D9E: hue angle of 321.73º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4D9E is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 77 | 158 | - |
CMYK | 0 | 0.62 | 0.23 | 0.2 |
HSL | 321.73º | 0.55% | 0.55% | - |
HSV(B) | 321.73º | 0.62% | 0.8% | - |
XYZ | 33.73 | 20.61 | 34.55 | - |
YUV | 124.21 | 147.08 | 184.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 77 | 158 | 0 | 0.62 | 0.23 | 0.2 | 321.73 | 0.55 | 0.55 |
Hex | CC | 4D | 9E | 0 | 3E | 17 | 14 | 142 | 37 | 37 |
Octal | 314 | 115 | 236 | 0 | 76 | 27 | 24 | 502 | 67 | 67 |
Binary | 11001100 | 1001101 | 10011110 | 0 | 111110 | 10111 | 10100 | 101000010 | 110111 | 110111 |
Color Harmonies of #CC4D9E
Complementary color
Monochromatic Colors of #CC4D9E
Black with #CC4D9E
Text Example
Text Example
White with #CC4D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D9E; }
p { color: rgb(204,77,158); }
H1.HeaderClassName
{
color: #CC4D9E;
}
.AnyTagClassName
{
color: #CC4D9E;
}
</style>
background-color css
<style>
a { background-color: #CC4D9E; }
a { background-color: rgb(204,77,158); }
div.DivClassName
{
background-color: #CC4D9E;
}
.BgClassName
{
background-color: #CC4D9E;
}
</style>
border-color css
<style>
span { border-color: #CC4D9E; }
span { border-color: rgb(204,77,158); }
td.TdClassName
{
border-color: #CC4D9E;
}
.TagClassName
{
border-color: #CC4D9E;
}
</style>