Shades of Mulberry #C05399
Tints of Mulberry #C05399
RGB
CMYK
RGB Variations
Color information
#C05399 (or 0xC05399) is known color: Mulberry. HEX triplet: C0, 53 and 99. RGB value is (192,83,153). Sum of RGB (Red+Green+Blue) = 192+83+153=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C05399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05399 is #3FAC66. Grayscale: #7B7B7B. Windows color (decimal): -4172903 or 10048448. OLE color: 10048448.
HSL color Cylindrical-coordinate representation of color #C05399: hue angle of 321.47º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05399 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 153 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.25 |
| HSL | 321.47º | 0.46% | 0.54% | - |
| HSV(B) | 321.47º | 0.57% | 0.75% | - |
| XYZ | 30.58 | 19.69 | 32.33 | - |
| YUV | 123.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 153 | 0 | 0.57 | 0.20 | 0.25 | 321.47 | 0.46 | 0.54 |
| Hex | C0 | 53 | 99 | 0 | 39 | 14 | 19 | 141 | 2E | 36 |
| Octal | 300 | 123 | 231 | 0 | 71 | 24 | 31 | 501 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10011001 | 0 | 111001 | 10100 | 11001 | 101000001 | 101110 | 110110 |
Color Harmonies of #C05399
Complementary color
Monochromatic Colors of #C05399
Black with #C05399
Text Example
Text Example
White with #C05399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05399; }
p { color: rgb(192,83,153); }
H1.HeaderClassName
{
color: #C05399;
}
.AnyTagClassName
{
color: #C05399;
}
</style>
background-color css
<style>
a { background-color: #C05399; }
a { background-color: rgb(192,83,153); }
div.DivClassName
{
background-color: #C05399;
}
.BgClassName
{
background-color: #C05399;
}
</style>
border-color css
<style>
span { border-color: #C05399; }
span { border-color: rgb(192,83,153); }
td.TdClassName
{
border-color: #C05399;
}
.TagClassName
{
border-color: #C05399;
}
</style>