Shades of Mulberry #CC519D
Tints of Mulberry #CC519D
RGB
CMYK
RGB Variations
Color information
#CC519D (or 0xCC519D) is known color: Mulberry. HEX triplet: CC, 51 and 9D. RGB value is (204,81,157). Sum of RGB (Red+Green+Blue) = 204+81+157=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC519D is #33AE62. Grayscale: #7E7E7E. Windows color (decimal): -3386979 or 10310092. OLE color: 10310092.
HSL color Cylindrical-coordinate representation of color #CC519D: hue angle of 322.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC519D is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 157 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.2 |
| HSL | 322.93º | 0.55% | 0.56% | - |
| HSV(B) | 322.93º | 0.6% | 0.8% | - |
| XYZ | 33.93 | 21.16 | 34.19 | - |
| YUV | 126.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 157 | 0 | 0.60 | 0.23 | 0.2 | 322.93 | 0.55 | 0.56 |
| Hex | CC | 51 | 9D | 0 | 3C | 17 | 14 | 143 | 37 | 38 |
| Octal | 314 | 121 | 235 | 0 | 74 | 27 | 24 | 503 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10011101 | 0 | 111100 | 10111 | 10100 | 101000011 | 110111 | 111000 |
Color Harmonies of #CC519D
Complementary color
Monochromatic Colors of #CC519D
Black with #CC519D
Text Example
Text Example
White with #CC519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC519D; }
p { color: rgb(204,81,157); }
H1.HeaderClassName
{
color: #CC519D;
}
.AnyTagClassName
{
color: #CC519D;
}
</style>
background-color css
<style>
a { background-color: #CC519D; }
a { background-color: rgb(204,81,157); }
div.DivClassName
{
background-color: #CC519D;
}
.BgClassName
{
background-color: #CC519D;
}
</style>
border-color css
<style>
span { border-color: #CC519D; }
span { border-color: rgb(204,81,157); }
td.TdClassName
{
border-color: #CC519D;
}
.TagClassName
{
border-color: #CC519D;
}
</style>