Shades of Mulberry #CC3F8F
Tints of Mulberry #CC3F8F
RGB
CMYK
RGB Variations
Color information
#CC3F8F (or 0xCC3F8F) is known color: Mulberry. HEX triplet: CC, 3F and 8F. RGB value is (204,63,143). Sum of RGB (Red+Green+Blue) = 204+63+143=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F8F is #33C070. Grayscale: #727272. Windows color (decimal): -3391601 or 9387980. OLE color: 9387980.
HSL color Cylindrical-coordinate representation of color #CC3F8F: hue angle of 325.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F8F is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 143 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.2 |
| HSL | 325.96º | 0.58% | 0.52% | - |
| HSV(B) | 325.96º | 0.69% | 0.8% | - |
| XYZ | 31.64 | 18.38 | 27.87 | - |
| YUV | 114.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 143 | 0 | 0.69 | 0.30 | 0.2 | 325.96 | 0.58 | 0.52 |
| Hex | CC | 3F | 8F | 0 | 45 | 1E | 14 | 146 | 3A | 34 |
| Octal | 314 | 77 | 217 | 0 | 105 | 36 | 24 | 506 | 72 | 64 |
| Binary | 11001100 | 111111 | 10001111 | 0 | 1000101 | 11110 | 10100 | 101000110 | 111010 | 110100 |
Color Harmonies of #CC3F8F
Complementary color
Monochromatic Colors of #CC3F8F
Black with #CC3F8F
Text Example
Text Example
White with #CC3F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F8F; }
p { color: rgb(204,63,143); }
H1.HeaderClassName
{
color: #CC3F8F;
}
.AnyTagClassName
{
color: #CC3F8F;
}
</style>
background-color css
<style>
a { background-color: #CC3F8F; }
a { background-color: rgb(204,63,143); }
div.DivClassName
{
background-color: #CC3F8F;
}
.BgClassName
{
background-color: #CC3F8F;
}
</style>
border-color css
<style>
span { border-color: #CC3F8F; }
span { border-color: rgb(204,63,143); }
td.TdClassName
{
border-color: #CC3F8F;
}
.TagClassName
{
border-color: #CC3F8F;
}
</style>