Shades of Mulberry #CC427F
Tints of Mulberry #CC427F
RGB
CMYK
RGB Variations
Color information
#CC427F (or 0xCC427F) is known color: Mulberry. HEX triplet: CC, 42 and 7F. RGB value is (204,66,127). Sum of RGB (Red+Green+Blue) = 204+66+127=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC427F is #33BD80. Grayscale: #727272. Windows color (decimal): -3390849 or 8340172. OLE color: 8340172.
HSL color Cylindrical-coordinate representation of color #CC427F: hue angle of 333.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC427F is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 127 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.2 |
| HSL | 333.48º | 0.58% | 0.53% | - |
| HSV(B) | 333.48º | 0.68% | 0.8% | - |
| XYZ | 30.68 | 18.27 | 21.99 | - |
| YUV | 114.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 127 | 0 | 0.68 | 0.38 | 0.2 | 333.48 | 0.58 | 0.53 |
| Hex | CC | 42 | 7F | 0 | 44 | 26 | 14 | 14D | 3A | 35 |
| Octal | 314 | 102 | 177 | 0 | 104 | 46 | 24 | 515 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1111111 | 0 | 1000100 | 100110 | 10100 | 101001101 | 111010 | 110101 |
Color Harmonies of #CC427F
Complementary color
Monochromatic Colors of #CC427F
Black with #CC427F
Text Example
Text Example
White with #CC427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC427F; }
p { color: rgb(204,66,127); }
H1.HeaderClassName
{
color: #CC427F;
}
.AnyTagClassName
{
color: #CC427F;
}
</style>
background-color css
<style>
a { background-color: #CC427F; }
a { background-color: rgb(204,66,127); }
div.DivClassName
{
background-color: #CC427F;
}
.BgClassName
{
background-color: #CC427F;
}
</style>
border-color css
<style>
span { border-color: #CC427F; }
span { border-color: rgb(204,66,127); }
td.TdClassName
{
border-color: #CC427F;
}
.TagClassName
{
border-color: #CC427F;
}
</style>