Shades of Mulberry #CB53A7
Tints of Mulberry #CB53A7
RGB
CMYK
RGB Variations
Color information
#CB53A7 (or 0xCB53A7) is known color: Mulberry. HEX triplet: CB, 53 and A7. RGB value is (203,83,167). Sum of RGB (Red+Green+Blue) = 203+83+167=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB53A7 is #34AC58. Grayscale: #808080. Windows color (decimal): -3451993 or 10965963. OLE color: 10965963.
HSL color Cylindrical-coordinate representation of color #CB53A7: hue angle of 318º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB53A7 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 167 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.20 |
| HSL | 318º | 0.54% | 0.56% | - |
| HSV(B) | 318º | 0.59% | 0.8% | - |
| XYZ | 34.7 | 21.67 | 38.91 | - |
| YUV | 128.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 167 | 0 | 0.59 | 0.18 | 0.20 | 318 | 0.54 | 0.56 |
| Hex | CB | 53 | A7 | 0 | 3B | 12 | 14 | 13E | 36 | 38 |
| Octal | 313 | 123 | 247 | 0 | 73 | 22 | 24 | 476 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10100111 | 0 | 111011 | 10010 | 10100 | 100111110 | 110110 | 111000 |
Color Harmonies of #CB53A7
Complementary color
Monochromatic Colors of #CB53A7
Black with #CB53A7
Text Example
Text Example
White with #CB53A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53A7; }
p { color: rgb(203,83,167); }
H1.HeaderClassName
{
color: #CB53A7;
}
.AnyTagClassName
{
color: #CB53A7;
}
</style>
background-color css
<style>
a { background-color: #CB53A7; }
a { background-color: rgb(203,83,167); }
div.DivClassName
{
background-color: #CB53A7;
}
.BgClassName
{
background-color: #CB53A7;
}
</style>
border-color css
<style>
span { border-color: #CB53A7; }
span { border-color: rgb(203,83,167); }
td.TdClassName
{
border-color: #CB53A7;
}
.TagClassName
{
border-color: #CB53A7;
}
</style>