Shades of Mulberry #CC458D
Tints of Mulberry #CC458D
RGB
CMYK
RGB Variations
Color information
#CC458D (or 0xCC458D) is known color: Mulberry. HEX triplet: CC, 45 and 8D. RGB value is (204,69,141). Sum of RGB (Red+Green+Blue) = 204+69+141=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC458D is #33BA72. Grayscale: #757575. Windows color (decimal): -3390067 or 9258444. OLE color: 9258444.
HSL color Cylindrical-coordinate representation of color #CC458D: hue angle of 328º 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 #CC458D is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 141 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.2 |
| HSL | 328º | 0.57% | 0.54% | - |
| HSV(B) | 328º | 0.66% | 0.8% | - |
| XYZ | 31.84 | 19.02 | 27.19 | - |
| YUV | 117.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 141 | 0 | 0.66 | 0.31 | 0.2 | 328 | 0.57 | 0.54 |
| Hex | CC | 45 | 8D | 0 | 42 | 1F | 14 | 148 | 39 | 36 |
| Octal | 314 | 105 | 215 | 0 | 102 | 37 | 24 | 510 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10001101 | 0 | 1000010 | 11111 | 10100 | 101001000 | 111001 | 110110 |
Color Harmonies of #CC458D
Complementary color
Monochromatic Colors of #CC458D
Black with #CC458D
Text Example
Text Example
White with #CC458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC458D; }
p { color: rgb(204,69,141); }
H1.HeaderClassName
{
color: #CC458D;
}
.AnyTagClassName
{
color: #CC458D;
}
</style>
background-color css
<style>
a { background-color: #CC458D; }
a { background-color: rgb(204,69,141); }
div.DivClassName
{
background-color: #CC458D;
}
.BgClassName
{
background-color: #CC458D;
}
</style>
border-color css
<style>
span { border-color: #CC458D; }
span { border-color: rgb(204,69,141); }
td.TdClassName
{
border-color: #CC458D;
}
.TagClassName
{
border-color: #CC458D;
}
</style>