Shades of Mulberry #CC448B
Tints of Mulberry #CC448B
RGB
CMYK
RGB Variations
Color information
#CC448B (or 0xCC448B) is known color: Mulberry. HEX triplet: CC, 44 and 8B. RGB value is (204,68,139). Sum of RGB (Red+Green+Blue) = 204+68+139=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC448B is #33BB74. Grayscale: #747474. Windows color (decimal): -3390325 or 9127116. OLE color: 9127116.
HSL color Cylindrical-coordinate representation of color #CC448B: hue angle of 328.68º 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 #CC448B is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 139 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.2 |
| HSL | 328.68º | 0.57% | 0.53% | - |
| HSV(B) | 328.68º | 0.67% | 0.8% | - |
| XYZ | 31.63 | 18.84 | 26.39 | - |
| YUV | 116.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 139 | 0 | 0.67 | 0.32 | 0.2 | 328.68 | 0.57 | 0.53 |
| Hex | CC | 44 | 8B | 0 | 43 | 20 | 14 | 149 | 39 | 35 |
| Octal | 314 | 104 | 213 | 0 | 103 | 40 | 24 | 511 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10001011 | 0 | 1000011 | 100000 | 10100 | 101001001 | 111001 | 110101 |
Color Harmonies of #CC448B
Complementary color
Monochromatic Colors of #CC448B
Black with #CC448B
Text Example
Text Example
White with #CC448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC448B; }
p { color: rgb(204,68,139); }
H1.HeaderClassName
{
color: #CC448B;
}
.AnyTagClassName
{
color: #CC448B;
}
</style>
background-color css
<style>
a { background-color: #CC448B; }
a { background-color: rgb(204,68,139); }
div.DivClassName
{
background-color: #CC448B;
}
.BgClassName
{
background-color: #CC448B;
}
</style>
border-color css
<style>
span { border-color: #CC448B; }
span { border-color: rgb(204,68,139); }
td.TdClassName
{
border-color: #CC448B;
}
.TagClassName
{
border-color: #CC448B;
}
</style>