Shades of Mulberry #CC459E
Tints of Mulberry #CC459E
RGB
CMYK
RGB Variations
Color information
#CC459E (or 0xCC459E) is known color: Mulberry. HEX triplet: CC, 45 and 9E. RGB value is (204,69,158). Sum of RGB (Red+Green+Blue) = 204+69+158=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC459E is #33BA61. Grayscale: #777777. Windows color (decimal): -3390050 or 10372556. OLE color: 10372556.
HSL color Cylindrical-coordinate representation of color #CC459E: hue angle of 320.44º 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 #CC459E is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 158 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.2 |
| HSL | 320.44º | 0.57% | 0.54% | - |
| HSV(B) | 320.44º | 0.66% | 0.8% | - |
| XYZ | 33.2 | 19.56 | 34.37 | - |
| YUV | 119.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 158 | 0 | 0.66 | 0.23 | 0.2 | 320.44 | 0.57 | 0.54 |
| Hex | CC | 45 | 9E | 0 | 42 | 17 | 14 | 140 | 39 | 36 |
| Octal | 314 | 105 | 236 | 0 | 102 | 27 | 24 | 500 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10011110 | 0 | 1000010 | 10111 | 10100 | 101000000 | 111001 | 110110 |
Color Harmonies of #CC459E
Complementary color
Monochromatic Colors of #CC459E
Black with #CC459E
Text Example
Text Example
White with #CC459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC459E; }
p { color: rgb(204,69,158); }
H1.HeaderClassName
{
color: #CC459E;
}
.AnyTagClassName
{
color: #CC459E;
}
</style>
background-color css
<style>
a { background-color: #CC459E; }
a { background-color: rgb(204,69,158); }
div.DivClassName
{
background-color: #CC459E;
}
.BgClassName
{
background-color: #CC459E;
}
</style>
border-color css
<style>
span { border-color: #CC459E; }
span { border-color: rgb(204,69,158); }
td.TdClassName
{
border-color: #CC459E;
}
.TagClassName
{
border-color: #CC459E;
}
</style>