Shades of Mulberry #CB40A5
Tints of Mulberry #CB40A5
RGB
CMYK
RGB Variations
Color information
#CB40A5 (or 0xCB40A5) is known color: Mulberry. HEX triplet: CB, 40 and A5. RGB value is (203,64,165). Sum of RGB (Red+Green+Blue) = 203+64+165=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40A5 is #34BF5A. Grayscale: #747474. Windows color (decimal): -3456859 or 10830027. OLE color: 10830027.
HSL color Cylindrical-coordinate representation of color #CB40A5: hue angle of 316.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40A5 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 165 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.20 |
| HSL | 316.4º | 0.57% | 0.52% | - |
| HSV(B) | 316.4º | 0.68% | 0.8% | - |
| XYZ | 33.25 | 19.08 | 37.53 | - |
| YUV | 117.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 165 | 0 | 0.68 | 0.19 | 0.20 | 316.4 | 0.57 | 0.52 |
| Hex | CB | 40 | A5 | 0 | 44 | 13 | 14 | 13C | 39 | 34 |
| Octal | 313 | 100 | 245 | 0 | 104 | 23 | 24 | 474 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10100101 | 0 | 1000100 | 10011 | 10100 | 100111100 | 111001 | 110100 |
Color Harmonies of #CB40A5
Complementary color
Monochromatic Colors of #CB40A5
Black with #CB40A5
Text Example
Text Example
White with #CB40A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40A5; }
p { color: rgb(203,64,165); }
H1.HeaderClassName
{
color: #CB40A5;
}
.AnyTagClassName
{
color: #CB40A5;
}
</style>
background-color css
<style>
a { background-color: #CB40A5; }
a { background-color: rgb(203,64,165); }
div.DivClassName
{
background-color: #CB40A5;
}
.BgClassName
{
background-color: #CB40A5;
}
</style>
border-color css
<style>
span { border-color: #CB40A5; }
span { border-color: rgb(203,64,165); }
td.TdClassName
{
border-color: #CB40A5;
}
.TagClassName
{
border-color: #CB40A5;
}
</style>