Shades of Mulberry #CB40A1
Tints of Mulberry #CB40A1
RGB
CMYK
RGB Variations
Color information
#CB40A1 (or 0xCB40A1) is known color: Mulberry. HEX triplet: CB, 40 and A1. RGB value is (203,64,161). Sum of RGB (Red+Green+Blue) = 203+64+161=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40A1 is #34BF5E. Grayscale: #747474. Windows color (decimal): -3456863 or 10567883. OLE color: 10567883.
HSL color Cylindrical-coordinate representation of color #CB40A1: hue angle of 318.13º 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 #CB40A1 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 161 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.20 |
| HSL | 318.13º | 0.57% | 0.52% | - |
| HSV(B) | 318.13º | 0.68% | 0.8% | - |
| XYZ | 32.9 | 18.94 | 35.64 | - |
| YUV | 116.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 161 | 0 | 0.68 | 0.21 | 0.20 | 318.13 | 0.57 | 0.52 |
| Hex | CB | 40 | A1 | 0 | 44 | 15 | 14 | 13E | 39 | 34 |
| Octal | 313 | 100 | 241 | 0 | 104 | 25 | 24 | 476 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10100001 | 0 | 1000100 | 10101 | 10100 | 100111110 | 111001 | 110100 |
Color Harmonies of #CB40A1
Complementary color
Monochromatic Colors of #CB40A1
Black with #CB40A1
Text Example
Text Example
White with #CB40A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40A1; }
p { color: rgb(203,64,161); }
H1.HeaderClassName
{
color: #CB40A1;
}
.AnyTagClassName
{
color: #CB40A1;
}
</style>
background-color css
<style>
a { background-color: #CB40A1; }
a { background-color: rgb(203,64,161); }
div.DivClassName
{
background-color: #CB40A1;
}
.BgClassName
{
background-color: #CB40A1;
}
</style>
border-color css
<style>
span { border-color: #CB40A1; }
span { border-color: rgb(203,64,161); }
td.TdClassName
{
border-color: #CB40A1;
}
.TagClassName
{
border-color: #CB40A1;
}
</style>