Shades of Mulberry #C8429B
Tints of Mulberry #C8429B
RGB
CMYK
RGB Variations
Color information
#C8429B (or 0xC8429B) is known color: Mulberry. HEX triplet: C8, 42 and 9B. RGB value is (200,66,155). Sum of RGB (Red+Green+Blue) = 200+66+155=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8429B is #37BD64. Grayscale: #737373. Windows color (decimal): -3652965 or 10175176. OLE color: 10175176.
HSL color Cylindrical-coordinate representation of color #C8429B: hue angle of 320.15º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8429B is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 155 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.22 |
| HSL | 320.15º | 0.55% | 0.52% | - |
| HSV(B) | 320.15º | 0.67% | 0.78% | - |
| XYZ | 31.68 | 18.54 | 32.92 | - |
| YUV | 116.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 155 | 0 | 0.67 | 0.22 | 0.22 | 320.15 | 0.55 | 0.52 |
| Hex | C8 | 42 | 9B | 0 | 43 | 16 | 16 | 140 | 37 | 34 |
| Octal | 310 | 102 | 233 | 0 | 103 | 26 | 26 | 500 | 67 | 64 |
| Binary | 11001000 | 1000010 | 10011011 | 0 | 1000011 | 10110 | 10110 | 101000000 | 110111 | 110100 |
Color Harmonies of #C8429B
Complementary color
Monochromatic Colors of #C8429B
Black with #C8429B
Text Example
Text Example
White with #C8429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8429B; }
p { color: rgb(200,66,155); }
H1.HeaderClassName
{
color: #C8429B;
}
.AnyTagClassName
{
color: #C8429B;
}
</style>
background-color css
<style>
a { background-color: #C8429B; }
a { background-color: rgb(200,66,155); }
div.DivClassName
{
background-color: #C8429B;
}
.BgClassName
{
background-color: #C8429B;
}
</style>
border-color css
<style>
span { border-color: #C8429B; }
span { border-color: rgb(200,66,155); }
td.TdClassName
{
border-color: #C8429B;
}
.TagClassName
{
border-color: #C8429B;
}
</style>