Shades of Mulberry #CC447F
Tints of Mulberry #CC447F
RGB
CMYK
RGB Variations
Color information
#CC447F (or 0xCC447F) is known color: Mulberry. HEX triplet: CC, 44 and 7F. RGB value is (204,68,127). Sum of RGB (Red+Green+Blue) = 204+68+127=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC447F is #33BB80. Grayscale: #737373. Windows color (decimal): -3390337 or 8340684. OLE color: 8340684.
HSL color Cylindrical-coordinate representation of color #CC447F: hue angle of 333.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC447F is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 127 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.2 |
| HSL | 333.97º | 0.57% | 0.53% | - |
| HSV(B) | 333.97º | 0.67% | 0.8% | - |
| XYZ | 30.8 | 18.5 | 22.03 | - |
| YUV | 115.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 127 | 0 | 0.67 | 0.38 | 0.2 | 333.97 | 0.57 | 0.53 |
| Hex | CC | 44 | 7F | 0 | 43 | 26 | 14 | 14E | 39 | 35 |
| Octal | 314 | 104 | 177 | 0 | 103 | 46 | 24 | 516 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1111111 | 0 | 1000011 | 100110 | 10100 | 101001110 | 111001 | 110101 |
Color Harmonies of #CC447F
Complementary color
Monochromatic Colors of #CC447F
Black with #CC447F
Text Example
Text Example
White with #CC447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC447F; }
p { color: rgb(204,68,127); }
H1.HeaderClassName
{
color: #CC447F;
}
.AnyTagClassName
{
color: #CC447F;
}
</style>
background-color css
<style>
a { background-color: #CC447F; }
a { background-color: rgb(204,68,127); }
div.DivClassName
{
background-color: #CC447F;
}
.BgClassName
{
background-color: #CC447F;
}
</style>
border-color css
<style>
span { border-color: #CC447F; }
span { border-color: rgb(204,68,127); }
td.TdClassName
{
border-color: #CC447F;
}
.TagClassName
{
border-color: #CC447F;
}
</style>