Shades of Mulberry #C04B9D
Tints of Mulberry #C04B9D
RGB
CMYK
RGB Variations
Color information
#C04B9D (or 0xC04B9D) is known color: Mulberry. HEX triplet: C0, 4B and 9D. RGB value is (192,75,157). Sum of RGB (Red+Green+Blue) = 192+75+157=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B9D is #3FB462. Grayscale: #777777. Windows color (decimal): -4174947 or 10308544. OLE color: 10308544.
HSL color Cylindrical-coordinate representation of color #C04B9D: hue angle of 317.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B9D is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 157 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.25 |
| HSL | 317.95º | 0.48% | 0.52% | - |
| HSV(B) | 317.95º | 0.61% | 0.75% | - |
| XYZ | 30.34 | 18.67 | 33.9 | - |
| YUV | 119.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 157 | 0 | 0.61 | 0.18 | 0.25 | 317.95 | 0.48 | 0.52 |
| Hex | C0 | 4B | 9D | 0 | 3D | 12 | 19 | 13E | 30 | 34 |
| Octal | 300 | 113 | 235 | 0 | 75 | 22 | 31 | 476 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10011101 | 0 | 111101 | 10010 | 11001 | 100111110 | 110000 | 110100 |
Color Harmonies of #C04B9D
Complementary color
Monochromatic Colors of #C04B9D
Black with #C04B9D
Text Example
Text Example
White with #C04B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B9D; }
p { color: rgb(192,75,157); }
H1.HeaderClassName
{
color: #C04B9D;
}
.AnyTagClassName
{
color: #C04B9D;
}
</style>
background-color css
<style>
a { background-color: #C04B9D; }
a { background-color: rgb(192,75,157); }
div.DivClassName
{
background-color: #C04B9D;
}
.BgClassName
{
background-color: #C04B9D;
}
</style>
border-color css
<style>
span { border-color: #C04B9D; }
span { border-color: rgb(192,75,157); }
td.TdClassName
{
border-color: #C04B9D;
}
.TagClassName
{
border-color: #C04B9D;
}
</style>