Shades of Mulberry #CC508F
Tints of Mulberry #CC508F
RGB
CMYK
RGB Variations
Color information
#CC508F (or 0xCC508F) is known color: Mulberry. HEX triplet: CC, 50 and 8F. RGB value is (204,80,143). Sum of RGB (Red+Green+Blue) = 204+80+143=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC508F is #33AF70. Grayscale: #7C7C7C. Windows color (decimal): -3387249 or 9392332. OLE color: 9392332.
HSL color Cylindrical-coordinate representation of color #CC508F: hue angle of 329.52º 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 #CC508F is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 143 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.2 |
| HSL | 329.52º | 0.55% | 0.56% | - |
| HSV(B) | 329.52º | 0.61% | 0.8% | - |
| XYZ | 32.73 | 20.56 | 28.23 | - |
| YUV | 124.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 143 | 0 | 0.61 | 0.30 | 0.2 | 329.52 | 0.55 | 0.56 |
| Hex | CC | 50 | 8F | 0 | 3D | 1E | 14 | 14A | 37 | 38 |
| Octal | 314 | 120 | 217 | 0 | 75 | 36 | 24 | 512 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10001111 | 0 | 111101 | 11110 | 10100 | 101001010 | 110111 | 111000 |
Color Harmonies of #CC508F
Complementary color
Monochromatic Colors of #CC508F
Black with #CC508F
Text Example
Text Example
White with #CC508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC508F; }
p { color: rgb(204,80,143); }
H1.HeaderClassName
{
color: #CC508F;
}
.AnyTagClassName
{
color: #CC508F;
}
</style>
background-color css
<style>
a { background-color: #CC508F; }
a { background-color: rgb(204,80,143); }
div.DivClassName
{
background-color: #CC508F;
}
.BgClassName
{
background-color: #CC508F;
}
</style>
border-color css
<style>
span { border-color: #CC508F; }
span { border-color: rgb(204,80,143); }
td.TdClassName
{
border-color: #CC508F;
}
.TagClassName
{
border-color: #CC508F;
}
</style>