Shades of Mulberry #CC518A
Tints of Mulberry #CC518A
RGB
CMYK
RGB Variations
Color information
#CC518A (or 0xCC518A) is known color: Mulberry. HEX triplet: CC, 51 and 8A. RGB value is (204,81,138). Sum of RGB (Red+Green+Blue) = 204+81+138=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC518A is #33AE75. Grayscale: #7C7C7C. Windows color (decimal): -3386998 or 9064908. OLE color: 9064908.
HSL color Cylindrical-coordinate representation of color #CC518A: hue angle of 332.2º 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 #CC518A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 138 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.2 |
| HSL | 332.2º | 0.55% | 0.56% | - |
| HSV(B) | 332.2º | 0.6% | 0.8% | - |
| XYZ | 32.43 | 20.56 | 26.3 | - |
| YUV | 124.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 138 | 0 | 0.60 | 0.32 | 0.2 | 332.2 | 0.55 | 0.56 |
| Hex | CC | 51 | 8A | 0 | 3C | 20 | 14 | 14C | 37 | 38 |
| Octal | 314 | 121 | 212 | 0 | 74 | 40 | 24 | 514 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10001010 | 0 | 111100 | 100000 | 10100 | 101001100 | 110111 | 111000 |
Color Harmonies of #CC518A
Complementary color
Monochromatic Colors of #CC518A
Black with #CC518A
Text Example
Text Example
White with #CC518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC518A; }
p { color: rgb(204,81,138); }
H1.HeaderClassName
{
color: #CC518A;
}
.AnyTagClassName
{
color: #CC518A;
}
</style>
background-color css
<style>
a { background-color: #CC518A; }
a { background-color: rgb(204,81,138); }
div.DivClassName
{
background-color: #CC518A;
}
.BgClassName
{
background-color: #CC518A;
}
</style>
border-color css
<style>
span { border-color: #CC518A; }
span { border-color: rgb(204,81,138); }
td.TdClassName
{
border-color: #CC518A;
}
.TagClassName
{
border-color: #CC518A;
}
</style>