Shades of Mulberry #C8409C
Tints of Mulberry #C8409C
RGB
CMYK
RGB Variations
Color information
#C8409C (or 0xC8409C) is known color: Mulberry. HEX triplet: C8, 40 and 9C. RGB value is (200,64,156). Sum of RGB (Red+Green+Blue) = 200+64+156=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8409C is #37BF63. Grayscale: #727272. Windows color (decimal): -3653476 or 10240200. OLE color: 10240200.
HSL color Cylindrical-coordinate representation of color #C8409C: hue angle of 319.41º 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 #C8409C is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 156 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.22 |
| HSL | 319.41º | 0.55% | 0.52% | - |
| HSV(B) | 319.41º | 0.68% | 0.78% | - |
| XYZ | 31.65 | 18.35 | 33.33 | - |
| YUV | 115.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 156 | 0 | 0.68 | 0.22 | 0.22 | 319.41 | 0.55 | 0.52 |
| Hex | C8 | 40 | 9C | 0 | 44 | 16 | 16 | 13F | 37 | 34 |
| Octal | 310 | 100 | 234 | 0 | 104 | 26 | 26 | 477 | 67 | 64 |
| Binary | 11001000 | 1000000 | 10011100 | 0 | 1000100 | 10110 | 10110 | 100111111 | 110111 | 110100 |
Color Harmonies of #C8409C
Complementary color
Monochromatic Colors of #C8409C
Black with #C8409C
Text Example
Text Example
White with #C8409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8409C; }
p { color: rgb(200,64,156); }
H1.HeaderClassName
{
color: #C8409C;
}
.AnyTagClassName
{
color: #C8409C;
}
</style>
background-color css
<style>
a { background-color: #C8409C; }
a { background-color: rgb(200,64,156); }
div.DivClassName
{
background-color: #C8409C;
}
.BgClassName
{
background-color: #C8409C;
}
</style>
border-color css
<style>
span { border-color: #C8409C; }
span { border-color: rgb(200,64,156); }
td.TdClassName
{
border-color: #C8409C;
}
.TagClassName
{
border-color: #C8409C;
}
</style>