Shades of Mulberry #CB427C
Tints of Mulberry #CB427C
RGB
CMYK
RGB Variations
Color information
#CB427C (or 0xCB427C) is known color: Mulberry. HEX triplet: CB, 42 and 7C. RGB value is (203,66,124). Sum of RGB (Red+Green+Blue) = 203+66+124=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB427C is #34BD83. Grayscale: #717171. Windows color (decimal): -3456388 or 8143563. OLE color: 8143563.
HSL color Cylindrical-coordinate representation of color #CB427C: hue angle of 334.6º 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 #CB427C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 124 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.20 |
| HSL | 334.6º | 0.57% | 0.53% | - |
| HSV(B) | 334.6º | 0.67% | 0.8% | - |
| XYZ | 30.21 | 18.05 | 20.96 | - |
| YUV | 113.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 124 | 0 | 0.67 | 0.39 | 0.20 | 334.6 | 0.57 | 0.53 |
| Hex | CB | 42 | 7C | 0 | 43 | 27 | 14 | 14F | 39 | 35 |
| Octal | 313 | 102 | 174 | 0 | 103 | 47 | 24 | 517 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1111100 | 0 | 1000011 | 100111 | 10100 | 101001111 | 111001 | 110101 |
Color Harmonies of #CB427C
Complementary color
Monochromatic Colors of #CB427C
Black with #CB427C
Text Example
Text Example
White with #CB427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB427C; }
p { color: rgb(203,66,124); }
H1.HeaderClassName
{
color: #CB427C;
}
.AnyTagClassName
{
color: #CB427C;
}
</style>
background-color css
<style>
a { background-color: #CB427C; }
a { background-color: rgb(203,66,124); }
div.DivClassName
{
background-color: #CB427C;
}
.BgClassName
{
background-color: #CB427C;
}
</style>
border-color css
<style>
span { border-color: #CB427C; }
span { border-color: rgb(203,66,124); }
td.TdClassName
{
border-color: #CB427C;
}
.TagClassName
{
border-color: #CB427C;
}
</style>