Shades of Mulberry #CC437D
Tints of Mulberry #CC437D
RGB
CMYK
RGB Variations
Color information
#CC437D (or 0xCC437D) is known color: Mulberry. HEX triplet: CC, 43 and 7D. RGB value is (204,67,125). Sum of RGB (Red+Green+Blue) = 204+67+125=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC437D is #33BC82. Grayscale: #727272. Windows color (decimal): -3390595 or 8209356. OLE color: 8209356.
HSL color Cylindrical-coordinate representation of color #CC437D: hue angle of 334.6º 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 #CC437D is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 125 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.2 |
| HSL | 334.6º | 0.57% | 0.53% | - |
| HSV(B) | 334.6º | 0.67% | 0.8% | - |
| XYZ | 30.61 | 18.33 | 21.33 | - |
| YUV | 114.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 125 | 0 | 0.67 | 0.39 | 0.2 | 334.6 | 0.57 | 0.53 |
| Hex | CC | 43 | 7D | 0 | 43 | 27 | 14 | 14F | 39 | 35 |
| Octal | 314 | 103 | 175 | 0 | 103 | 47 | 24 | 517 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1111101 | 0 | 1000011 | 100111 | 10100 | 101001111 | 111001 | 110101 |
Color Harmonies of #CC437D
Complementary color
Monochromatic Colors of #CC437D
Black with #CC437D
Text Example
Text Example
White with #CC437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC437D; }
p { color: rgb(204,67,125); }
H1.HeaderClassName
{
color: #CC437D;
}
.AnyTagClassName
{
color: #CC437D;
}
</style>
background-color css
<style>
a { background-color: #CC437D; }
a { background-color: rgb(204,67,125); }
div.DivClassName
{
background-color: #CC437D;
}
.BgClassName
{
background-color: #CC437D;
}
</style>
border-color css
<style>
span { border-color: #CC437D; }
span { border-color: rgb(204,67,125); }
td.TdClassName
{
border-color: #CC437D;
}
.TagClassName
{
border-color: #CC437D;
}
</style>