Shades of Mulberry #CC467D
Tints of Mulberry #CC467D
RGB
CMYK
RGB Variations
Color information
#CC467D (or 0xCC467D) is known color: Mulberry. HEX triplet: CC, 46 and 7D. RGB value is (204,70,125). Sum of RGB (Red+Green+Blue) = 204+70+125=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC467D is #33B982. Grayscale: #747474. Windows color (decimal): -3389827 or 8210124. OLE color: 8210124.
HSL color Cylindrical-coordinate representation of color #CC467D: hue angle of 335.37º 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 #CC467D is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 125 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.2 |
| HSL | 335.37º | 0.57% | 0.54% | - |
| HSV(B) | 335.37º | 0.66% | 0.8% | - |
| XYZ | 30.79 | 18.7 | 21.39 | - |
| YUV | 116.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 125 | 0 | 0.66 | 0.39 | 0.2 | 335.37 | 0.57 | 0.54 |
| Hex | CC | 46 | 7D | 0 | 42 | 27 | 14 | 14F | 39 | 36 |
| Octal | 314 | 106 | 175 | 0 | 102 | 47 | 24 | 517 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1111101 | 0 | 1000010 | 100111 | 10100 | 101001111 | 111001 | 110110 |
Color Harmonies of #CC467D
Complementary color
Monochromatic Colors of #CC467D
Black with #CC467D
Text Example
Text Example
White with #CC467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC467D; }
p { color: rgb(204,70,125); }
H1.HeaderClassName
{
color: #CC467D;
}
.AnyTagClassName
{
color: #CC467D;
}
</style>
background-color css
<style>
a { background-color: #CC467D; }
a { background-color: rgb(204,70,125); }
div.DivClassName
{
background-color: #CC467D;
}
.BgClassName
{
background-color: #CC467D;
}
</style>
border-color css
<style>
span { border-color: #CC467D; }
span { border-color: rgb(204,70,125); }
td.TdClassName
{
border-color: #CC467D;
}
.TagClassName
{
border-color: #CC467D;
}
</style>