Shades of Mulberry #CB42A1
Tints of Mulberry #CB42A1
RGB
CMYK
RGB Variations
Color information
#CB42A1 (or 0xCB42A1) is known color: Mulberry. HEX triplet: CB, 42 and A1. RGB value is (203,66,161). Sum of RGB (Red+Green+Blue) = 203+66+161=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB42A1 is #34BD5E. Grayscale: #757575. Windows color (decimal): -3456351 or 10568395. OLE color: 10568395.
HSL color Cylindrical-coordinate representation of color #CB42A1: hue angle of 318.39º 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 #CB42A1 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 161 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.20 |
| HSL | 318.39º | 0.57% | 0.53% | - |
| HSV(B) | 318.39º | 0.67% | 0.8% | - |
| XYZ | 33.01 | 19.17 | 35.68 | - |
| YUV | 117.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 161 | 0 | 0.67 | 0.21 | 0.20 | 318.39 | 0.57 | 0.53 |
| Hex | CB | 42 | A1 | 0 | 43 | 15 | 14 | 13E | 39 | 35 |
| Octal | 313 | 102 | 241 | 0 | 103 | 25 | 24 | 476 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10100001 | 0 | 1000011 | 10101 | 10100 | 100111110 | 111001 | 110101 |
Color Harmonies of #CB42A1
Complementary color
Monochromatic Colors of #CB42A1
Black with #CB42A1
Text Example
Text Example
White with #CB42A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42A1; }
p { color: rgb(203,66,161); }
H1.HeaderClassName
{
color: #CB42A1;
}
.AnyTagClassName
{
color: #CB42A1;
}
</style>
background-color css
<style>
a { background-color: #CB42A1; }
a { background-color: rgb(203,66,161); }
div.DivClassName
{
background-color: #CB42A1;
}
.BgClassName
{
background-color: #CB42A1;
}
</style>
border-color css
<style>
span { border-color: #CB42A1; }
span { border-color: rgb(203,66,161); }
td.TdClassName
{
border-color: #CB42A1;
}
.TagClassName
{
border-color: #CB42A1;
}
</style>