Shades of Mulberry #C8419B
Tints of Mulberry #C8419B
RGB
CMYK
RGB Variations
Color information
#C8419B (or 0xC8419B) is known color: Mulberry. HEX triplet: C8, 41 and 9B. RGB value is (200,65,155). Sum of RGB (Red+Green+Blue) = 200+65+155=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8419B is #37BE64. Grayscale: #737373. Windows color (decimal): -3653221 or 10174920. OLE color: 10174920.
HSL color Cylindrical-coordinate representation of color #C8419B: hue angle of 320º 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 #C8419B is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 155 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.22 |
| HSL | 320º | 0.55% | 0.52% | - |
| HSV(B) | 320º | 0.68% | 0.78% | - |
| XYZ | 31.63 | 18.43 | 32.9 | - |
| YUV | 115.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 155 | 0 | 0.68 | 0.22 | 0.22 | 320 | 0.55 | 0.52 |
| Hex | C8 | 41 | 9B | 0 | 44 | 16 | 16 | 140 | 37 | 34 |
| Octal | 310 | 101 | 233 | 0 | 104 | 26 | 26 | 500 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10011011 | 0 | 1000100 | 10110 | 10110 | 101000000 | 110111 | 110100 |
Color Harmonies of #C8419B
Complementary color
Monochromatic Colors of #C8419B
Black with #C8419B
Text Example
Text Example
White with #C8419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8419B; }
p { color: rgb(200,65,155); }
H1.HeaderClassName
{
color: #C8419B;
}
.AnyTagClassName
{
color: #C8419B;
}
</style>
background-color css
<style>
a { background-color: #C8419B; }
a { background-color: rgb(200,65,155); }
div.DivClassName
{
background-color: #C8419B;
}
.BgClassName
{
background-color: #C8419B;
}
</style>
border-color css
<style>
span { border-color: #C8419B; }
span { border-color: rgb(200,65,155); }
td.TdClassName
{
border-color: #C8419B;
}
.TagClassName
{
border-color: #C8419B;
}
</style>