Shades of Mulberry #C8417B
Tints of Mulberry #C8417B
RGB
CMYK
RGB Variations
Color information
#C8417B (or 0xC8417B) is known color: Mulberry. HEX triplet: C8, 41 and 7B. RGB value is (200,65,123). Sum of RGB (Red+Green+Blue) = 200+65+123=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8417B is #37BE84. Grayscale: #6F6F6F. Windows color (decimal): -3653253 or 8077768. OLE color: 8077768.
HSL color Cylindrical-coordinate representation of color #C8417B: hue angle of 334.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8417B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 123 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.22 |
| HSL | 334.22º | 0.55% | 0.52% | - |
| HSV(B) | 334.22º | 0.68% | 0.78% | - |
| XYZ | 29.28 | 17.49 | 20.57 | - |
| YUV | 111.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 123 | 0 | 0.68 | 0.38 | 0.22 | 334.22 | 0.55 | 0.52 |
| Hex | C8 | 41 | 7B | 0 | 44 | 26 | 16 | 14E | 37 | 34 |
| Octal | 310 | 101 | 173 | 0 | 104 | 46 | 26 | 516 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1111011 | 0 | 1000100 | 100110 | 10110 | 101001110 | 110111 | 110100 |
Color Harmonies of #C8417B
Complementary color
Monochromatic Colors of #C8417B
Black with #C8417B
Text Example
Text Example
White with #C8417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8417B; }
p { color: rgb(200,65,123); }
H1.HeaderClassName
{
color: #C8417B;
}
.AnyTagClassName
{
color: #C8417B;
}
</style>
background-color css
<style>
a { background-color: #C8417B; }
a { background-color: rgb(200,65,123); }
div.DivClassName
{
background-color: #C8417B;
}
.BgClassName
{
background-color: #C8417B;
}
</style>
border-color css
<style>
span { border-color: #C8417B; }
span { border-color: rgb(200,65,123); }
td.TdClassName
{
border-color: #C8417B;
}
.TagClassName
{
border-color: #C8417B;
}
</style>