Shades of Mulberry #CC458B
Tints of Mulberry #CC458B
RGB
CMYK
RGB Variations
Color information
#CC458B (or 0xCC458B) is known color: Mulberry. HEX triplet: CC, 45 and 8B. RGB value is (204,69,139). Sum of RGB (Red+Green+Blue) = 204+69+139=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC458B is #33BA74. Grayscale: #757575. Windows color (decimal): -3390069 or 9127372. OLE color: 9127372.
HSL color Cylindrical-coordinate representation of color #CC458B: hue angle of 328.89º 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 #CC458B is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 139 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.2 |
| HSL | 328.89º | 0.57% | 0.54% | - |
| HSV(B) | 328.89º | 0.66% | 0.8% | - |
| XYZ | 31.69 | 18.96 | 26.42 | - |
| YUV | 117.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 139 | 0 | 0.66 | 0.32 | 0.2 | 328.89 | 0.57 | 0.54 |
| Hex | CC | 45 | 8B | 0 | 42 | 20 | 14 | 149 | 39 | 36 |
| Octal | 314 | 105 | 213 | 0 | 102 | 40 | 24 | 511 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10001011 | 0 | 1000010 | 100000 | 10100 | 101001001 | 111001 | 110110 |
Color Harmonies of #CC458B
Complementary color
Monochromatic Colors of #CC458B
Black with #CC458B
Text Example
Text Example
White with #CC458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC458B; }
p { color: rgb(204,69,139); }
H1.HeaderClassName
{
color: #CC458B;
}
.AnyTagClassName
{
color: #CC458B;
}
</style>
background-color css
<style>
a { background-color: #CC458B; }
a { background-color: rgb(204,69,139); }
div.DivClassName
{
background-color: #CC458B;
}
.BgClassName
{
background-color: #CC458B;
}
</style>
border-color css
<style>
span { border-color: #CC458B; }
span { border-color: rgb(204,69,139); }
td.TdClassName
{
border-color: #CC458B;
}
.TagClassName
{
border-color: #CC458B;
}
</style>