Shades of Mulberry #CC467F
Tints of Mulberry #CC467F
RGB
CMYK
RGB Variations
Color information
#CC467F (or 0xCC467F) is known color: Mulberry. HEX triplet: CC, 46 and 7F. RGB value is (204,70,127). Sum of RGB (Red+Green+Blue) = 204+70+127=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC467F is #33B980. Grayscale: #747474. Windows color (decimal): -3389825 or 8341196. OLE color: 8341196.
HSL color Cylindrical-coordinate representation of color #CC467F: hue angle of 334.48º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC467F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 127 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.2 |
| HSL | 334.48º | 0.57% | 0.54% | - |
| HSV(B) | 334.48º | 0.66% | 0.8% | - |
| XYZ | 30.92 | 18.75 | 22.07 | - |
| YUV | 116.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 127 | 0 | 0.66 | 0.38 | 0.2 | 334.48 | 0.57 | 0.54 |
| Hex | CC | 46 | 7F | 0 | 42 | 26 | 14 | 14E | 39 | 36 |
| Octal | 314 | 106 | 177 | 0 | 102 | 46 | 24 | 516 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1111111 | 0 | 1000010 | 100110 | 10100 | 101001110 | 111001 | 110110 |
Color Harmonies of #CC467F
Complementary color
Monochromatic Colors of #CC467F
Black with #CC467F
Text Example
Text Example
White with #CC467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC467F; }
p { color: rgb(204,70,127); }
H1.HeaderClassName
{
color: #CC467F;
}
.AnyTagClassName
{
color: #CC467F;
}
</style>
background-color css
<style>
a { background-color: #CC467F; }
a { background-color: rgb(204,70,127); }
div.DivClassName
{
background-color: #CC467F;
}
.BgClassName
{
background-color: #CC467F;
}
</style>
border-color css
<style>
span { border-color: #CC467F; }
span { border-color: rgb(204,70,127); }
td.TdClassName
{
border-color: #CC467F;
}
.TagClassName
{
border-color: #CC467F;
}
</style>