Shades of Mulberry #CC449B
Tints of Mulberry #CC449B
RGB
CMYK
RGB Variations
Color information
#CC449B (or 0xCC449B) is known color: Mulberry. HEX triplet: CC, 44 and 9B. RGB value is (204,68,155). Sum of RGB (Red+Green+Blue) = 204+68+155=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC449B is #33BB64. Grayscale: #767676. Windows color (decimal): -3390309 or 10175692. OLE color: 10175692.
HSL color Cylindrical-coordinate representation of color #CC449B: hue angle of 321.62º 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 #CC449B is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 155 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.2 |
| HSL | 321.62º | 0.57% | 0.53% | - |
| HSV(B) | 321.62º | 0.67% | 0.8% | - |
| XYZ | 32.89 | 19.34 | 33.01 | - |
| YUV | 118.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 155 | 0 | 0.67 | 0.24 | 0.2 | 321.62 | 0.57 | 0.53 |
| Hex | CC | 44 | 9B | 0 | 43 | 18 | 14 | 142 | 39 | 35 |
| Octal | 314 | 104 | 233 | 0 | 103 | 30 | 24 | 502 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10011011 | 0 | 1000011 | 11000 | 10100 | 101000010 | 111001 | 110101 |
Color Harmonies of #CC449B
Complementary color
Monochromatic Colors of #CC449B
Black with #CC449B
Text Example
Text Example
White with #CC449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC449B; }
p { color: rgb(204,68,155); }
H1.HeaderClassName
{
color: #CC449B;
}
.AnyTagClassName
{
color: #CC449B;
}
</style>
background-color css
<style>
a { background-color: #CC449B; }
a { background-color: rgb(204,68,155); }
div.DivClassName
{
background-color: #CC449B;
}
.BgClassName
{
background-color: #CC449B;
}
</style>
border-color css
<style>
span { border-color: #CC449B; }
span { border-color: rgb(204,68,155); }
td.TdClassName
{
border-color: #CC449B;
}
.TagClassName
{
border-color: #CC449B;
}
</style>