Shades of Mulberry #CC458A
Tints of Mulberry #CC458A
RGB
CMYK
RGB Variations
Color information
#CC458A (or 0xCC458A) is known color: Mulberry. HEX triplet: CC, 45 and 8A. RGB value is (204,69,138). Sum of RGB (Red+Green+Blue) = 204+69+138=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC458A is #33BA75. Grayscale: #757575. Windows color (decimal): -3390070 or 9061836. OLE color: 9061836.
HSL color Cylindrical-coordinate representation of color #CC458A: hue angle of 329.33º 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 #CC458A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 138 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.2 |
| HSL | 329.33º | 0.57% | 0.54% | - |
| HSV(B) | 329.33º | 0.66% | 0.8% | - |
| XYZ | 31.62 | 18.93 | 26.03 | - |
| YUV | 117.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 138 | 0 | 0.66 | 0.32 | 0.2 | 329.33 | 0.57 | 0.54 |
| Hex | CC | 45 | 8A | 0 | 42 | 20 | 14 | 149 | 39 | 36 |
| Octal | 314 | 105 | 212 | 0 | 102 | 40 | 24 | 511 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10001010 | 0 | 1000010 | 100000 | 10100 | 101001001 | 111001 | 110110 |
Color Harmonies of #CC458A
Complementary color
Monochromatic Colors of #CC458A
Black with #CC458A
Text Example
Text Example
White with #CC458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC458A; }
p { color: rgb(204,69,138); }
H1.HeaderClassName
{
color: #CC458A;
}
.AnyTagClassName
{
color: #CC458A;
}
</style>
background-color css
<style>
a { background-color: #CC458A; }
a { background-color: rgb(204,69,138); }
div.DivClassName
{
background-color: #CC458A;
}
.BgClassName
{
background-color: #CC458A;
}
</style>
border-color css
<style>
span { border-color: #CC458A; }
span { border-color: rgb(204,69,138); }
td.TdClassName
{
border-color: #CC458A;
}
.TagClassName
{
border-color: #CC458A;
}
</style>