Shades of Mulberry #CC448E
Tints of Mulberry #CC448E
RGB
CMYK
RGB Variations
Color information
#CC448E (or 0xCC448E) is known color: Mulberry. HEX triplet: CC, 44 and 8E. RGB value is (204,68,142). Sum of RGB (Red+Green+Blue) = 204+68+142=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC448E is #33BB71. Grayscale: #747474. Windows color (decimal): -3390322 or 9323724. OLE color: 9323724.
HSL color Cylindrical-coordinate representation of color #CC448E: hue angle of 327.35º 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 #CC448E is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 142 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.2 |
| HSL | 327.35º | 0.57% | 0.53% | - |
| HSV(B) | 327.35º | 0.67% | 0.8% | - |
| XYZ | 31.85 | 18.92 | 27.57 | - |
| YUV | 117.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 142 | 0 | 0.67 | 0.30 | 0.2 | 327.35 | 0.57 | 0.53 |
| Hex | CC | 44 | 8E | 0 | 43 | 1E | 14 | 147 | 39 | 35 |
| Octal | 314 | 104 | 216 | 0 | 103 | 36 | 24 | 507 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10001110 | 0 | 1000011 | 11110 | 10100 | 101000111 | 111001 | 110101 |
Color Harmonies of #CC448E
Complementary color
Monochromatic Colors of #CC448E
Black with #CC448E
Text Example
Text Example
White with #CC448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC448E; }
p { color: rgb(204,68,142); }
H1.HeaderClassName
{
color: #CC448E;
}
.AnyTagClassName
{
color: #CC448E;
}
</style>
background-color css
<style>
a { background-color: #CC448E; }
a { background-color: rgb(204,68,142); }
div.DivClassName
{
background-color: #CC448E;
}
.BgClassName
{
background-color: #CC448E;
}
</style>
border-color css
<style>
span { border-color: #CC448E; }
span { border-color: rgb(204,68,142); }
td.TdClassName
{
border-color: #CC448E;
}
.TagClassName
{
border-color: #CC448E;
}
</style>