Shades of Mulberry #CC508E
Tints of Mulberry #CC508E
RGB
CMYK
RGB Variations
Color information
#CC508E (or 0xCC508E) is known color: Mulberry. HEX triplet: CC, 50 and 8E. RGB value is (204,80,142). Sum of RGB (Red+Green+Blue) = 204+80+142=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC508E is #33AF71. Grayscale: #7C7C7C. Windows color (decimal): -3387250 or 9326796. OLE color: 9326796.
HSL color Cylindrical-coordinate representation of color #CC508E: hue angle of 330º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC508E is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 142 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.2 |
| HSL | 330º | 0.55% | 0.56% | - |
| HSV(B) | 330º | 0.61% | 0.8% | - |
| XYZ | 32.65 | 20.53 | 27.83 | - |
| YUV | 124.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 142 | 0 | 0.61 | 0.30 | 0.2 | 330 | 0.55 | 0.56 |
| Hex | CC | 50 | 8E | 0 | 3D | 1E | 14 | 14A | 37 | 38 |
| Octal | 314 | 120 | 216 | 0 | 75 | 36 | 24 | 512 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10001110 | 0 | 111101 | 11110 | 10100 | 101001010 | 110111 | 111000 |
Color Harmonies of #CC508E
Complementary color
Monochromatic Colors of #CC508E
Black with #CC508E
Text Example
Text Example
White with #CC508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC508E; }
p { color: rgb(204,80,142); }
H1.HeaderClassName
{
color: #CC508E;
}
.AnyTagClassName
{
color: #CC508E;
}
</style>
background-color css
<style>
a { background-color: #CC508E; }
a { background-color: rgb(204,80,142); }
div.DivClassName
{
background-color: #CC508E;
}
.BgClassName
{
background-color: #CC508E;
}
</style>
border-color css
<style>
span { border-color: #CC508E; }
span { border-color: rgb(204,80,142); }
td.TdClassName
{
border-color: #CC508E;
}
.TagClassName
{
border-color: #CC508E;
}
</style>