Shades of Mulberry #CB417E
Tints of Mulberry #CB417E
RGB
CMYK
RGB Variations
Color information
#CB417E (or 0xCB417E) is known color: Mulberry. HEX triplet: CB, 41 and 7E. RGB value is (203,65,126). Sum of RGB (Red+Green+Blue) = 203+65+126=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB417E is #34BE81. Grayscale: #717171. Windows color (decimal): -3456642 or 8274379. OLE color: 8274379.
HSL color Cylindrical-coordinate representation of color #CB417E: hue angle of 333.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB417E is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 126 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.20 |
| HSL | 333.48º | 0.57% | 0.53% | - |
| HSV(B) | 333.48º | 0.68% | 0.8% | - |
| XYZ | 30.28 | 17.98 | 21.61 | - |
| YUV | 113.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 126 | 0 | 0.68 | 0.38 | 0.20 | 333.48 | 0.57 | 0.53 |
| Hex | CB | 41 | 7E | 0 | 44 | 26 | 14 | 14D | 39 | 35 |
| Octal | 313 | 101 | 176 | 0 | 104 | 46 | 24 | 515 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1111110 | 0 | 1000100 | 100110 | 10100 | 101001101 | 111001 | 110101 |
Color Harmonies of #CB417E
Complementary color
Monochromatic Colors of #CB417E
Black with #CB417E
Text Example
Text Example
White with #CB417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB417E; }
p { color: rgb(203,65,126); }
H1.HeaderClassName
{
color: #CB417E;
}
.AnyTagClassName
{
color: #CB417E;
}
</style>
background-color css
<style>
a { background-color: #CB417E; }
a { background-color: rgb(203,65,126); }
div.DivClassName
{
background-color: #CB417E;
}
.BgClassName
{
background-color: #CB417E;
}
</style>
border-color css
<style>
span { border-color: #CB417E; }
span { border-color: rgb(203,65,126); }
td.TdClassName
{
border-color: #CB417E;
}
.TagClassName
{
border-color: #CB417E;
}
</style>