Shades of Mulberry #C8427B
Tints of Mulberry #C8427B
RGB
CMYK
RGB Variations
Color information
#C8427B (or 0xC8427B) is known color: Mulberry. HEX triplet: C8, 42 and 7B. RGB value is (200,66,123). Sum of RGB (Red+Green+Blue) = 200+66+123=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8427B is #37BD84. Grayscale: #707070. Windows color (decimal): -3652997 or 8078024. OLE color: 8078024.
HSL color Cylindrical-coordinate representation of color #C8427B: hue angle of 334.48º 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 #C8427B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 123 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.22 |
| HSL | 334.48º | 0.55% | 0.52% | - |
| HSV(B) | 334.48º | 0.67% | 0.78% | - |
| XYZ | 29.34 | 17.61 | 20.59 | - |
| YUV | 112.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 123 | 0 | 0.67 | 0.38 | 0.22 | 334.48 | 0.55 | 0.52 |
| Hex | C8 | 42 | 7B | 0 | 43 | 26 | 16 | 14E | 37 | 34 |
| Octal | 310 | 102 | 173 | 0 | 103 | 46 | 26 | 516 | 67 | 64 |
| Binary | 11001000 | 1000010 | 1111011 | 0 | 1000011 | 100110 | 10110 | 101001110 | 110111 | 110100 |
Color Harmonies of #C8427B
Complementary color
Monochromatic Colors of #C8427B
Black with #C8427B
Text Example
Text Example
White with #C8427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8427B; }
p { color: rgb(200,66,123); }
H1.HeaderClassName
{
color: #C8427B;
}
.AnyTagClassName
{
color: #C8427B;
}
</style>
background-color css
<style>
a { background-color: #C8427B; }
a { background-color: rgb(200,66,123); }
div.DivClassName
{
background-color: #C8427B;
}
.BgClassName
{
background-color: #C8427B;
}
</style>
border-color css
<style>
span { border-color: #C8427B; }
span { border-color: rgb(200,66,123); }
td.TdClassName
{
border-color: #C8427B;
}
.TagClassName
{
border-color: #C8427B;
}
</style>