Shades of Mulberry #CC4D9D
Tints of Mulberry #CC4D9D
RGB
CMYK
RGB Variations
Color information
#CC4D9D (or 0xCC4D9D) is known color: Mulberry. HEX triplet: CC, 4D and 9D. RGB value is (204,77,157). Sum of RGB (Red+Green+Blue) = 204+77+157=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4D9D is #33B262. Grayscale: #7B7B7B. Windows color (decimal): -3388003 or 10309068. OLE color: 10309068.
HSL color Cylindrical-coordinate representation of color #CC4D9D: hue angle of 322.2º 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 #CC4D9D is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 77 | 157 | - |
CMYK | 0 | 0.62 | 0.23 | 0.2 |
HSL | 322.2º | 0.55% | 0.55% | - |
HSV(B) | 322.2º | 0.62% | 0.8% | - |
XYZ | 33.64 | 20.58 | 34.1 | - |
YUV | 124.09 | 146.58 | 185 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 77 | 157 | 0 | 0.62 | 0.23 | 0.2 | 322.2 | 0.55 | 0.55 |
Hex | CC | 4D | 9D | 0 | 3E | 17 | 14 | 142 | 37 | 37 |
Octal | 314 | 115 | 235 | 0 | 76 | 27 | 24 | 502 | 67 | 67 |
Binary | 11001100 | 1001101 | 10011101 | 0 | 111110 | 10111 | 10100 | 101000010 | 110111 | 110111 |
Color Harmonies of #CC4D9D
Complementary color
Monochromatic Colors of #CC4D9D
Black with #CC4D9D
Text Example
Text Example
White with #CC4D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D9D; }
p { color: rgb(204,77,157); }
H1.HeaderClassName
{
color: #CC4D9D;
}
.AnyTagClassName
{
color: #CC4D9D;
}
</style>
background-color css
<style>
a { background-color: #CC4D9D; }
a { background-color: rgb(204,77,157); }
div.DivClassName
{
background-color: #CC4D9D;
}
.BgClassName
{
background-color: #CC4D9D;
}
</style>
border-color css
<style>
span { border-color: #CC4D9D; }
span { border-color: rgb(204,77,157); }
td.TdClassName
{
border-color: #CC4D9D;
}
.TagClassName
{
border-color: #CC4D9D;
}
</style>