Shades of Mulberry #CC418D
Tints of Mulberry #CC418D
RGB
CMYK
RGB Variations
Color information
#CC418D (or 0xCC418D) is known color: Mulberry. HEX triplet: CC, 41 and 8D. RGB value is (204,65,141). Sum of RGB (Red+Green+Blue) = 204+65+141=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC418D is #33BE72. Grayscale: #737373. Windows color (decimal): -3391091 or 9257420. OLE color: 9257420.
HSL color Cylindrical-coordinate representation of color #CC418D: hue angle of 327.19º degrees, saturation: 0.58, 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 #CC418D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 141 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.2 |
| HSL | 327.19º | 0.58% | 0.53% | - |
| HSV(B) | 327.19º | 0.68% | 0.8% | - |
| XYZ | 31.6 | 18.54 | 27.11 | - |
| YUV | 115.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 141 | 0 | 0.68 | 0.31 | 0.2 | 327.19 | 0.58 | 0.53 |
| Hex | CC | 41 | 8D | 0 | 44 | 1F | 14 | 147 | 3A | 35 |
| Octal | 314 | 101 | 215 | 0 | 104 | 37 | 24 | 507 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10001101 | 0 | 1000100 | 11111 | 10100 | 101000111 | 111010 | 110101 |
Color Harmonies of #CC418D
Complementary color
Monochromatic Colors of #CC418D
Black with #CC418D
Text Example
Text Example
White with #CC418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC418D; }
p { color: rgb(204,65,141); }
H1.HeaderClassName
{
color: #CC418D;
}
.AnyTagClassName
{
color: #CC418D;
}
</style>
background-color css
<style>
a { background-color: #CC418D; }
a { background-color: rgb(204,65,141); }
div.DivClassName
{
background-color: #CC418D;
}
.BgClassName
{
background-color: #CC418D;
}
</style>
border-color css
<style>
span { border-color: #CC418D; }
span { border-color: rgb(204,65,141); }
td.TdClassName
{
border-color: #CC418D;
}
.TagClassName
{
border-color: #CC418D;
}
</style>