Shades of Mulberry #C04398
Tints of Mulberry #C04398
RGB
CMYK
RGB Variations
Color information
#C04398 (or 0xC04398) is known color: Mulberry. HEX triplet: C0, 43 and 98. RGB value is (192,67,152). Sum of RGB (Red+Green+Blue) = 192+67+152=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04398 is #3FBC67. Grayscale: #717171. Windows color (decimal): -4177000 or 9978816. OLE color: 9978816.
HSL color Cylindrical-coordinate representation of color #C04398: hue angle of 319.2º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04398 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 152 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.25 |
| HSL | 319.2º | 0.5% | 0.51% | - |
| HSV(B) | 319.2º | 0.65% | 0.75% | - |
| XYZ | 29.41 | 17.49 | 31.53 | - |
| YUV | 114.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 152 | 0 | 0.65 | 0.21 | 0.25 | 319.2 | 0.5 | 0.51 |
| Hex | C0 | 43 | 98 | 0 | 41 | 15 | 19 | 13F | 32 | 33 |
| Octal | 300 | 103 | 230 | 0 | 101 | 25 | 31 | 477 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10011000 | 0 | 1000001 | 10101 | 11001 | 100111111 | 110010 | 110011 |
Color Harmonies of #C04398
Complementary color
Monochromatic Colors of #C04398
Black with #C04398
Text Example
Text Example
White with #C04398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04398; }
p { color: rgb(192,67,152); }
H1.HeaderClassName
{
color: #C04398;
}
.AnyTagClassName
{
color: #C04398;
}
</style>
background-color css
<style>
a { background-color: #C04398; }
a { background-color: rgb(192,67,152); }
div.DivClassName
{
background-color: #C04398;
}
.BgClassName
{
background-color: #C04398;
}
</style>
border-color css
<style>
span { border-color: #C04398; }
span { border-color: rgb(192,67,152); }
td.TdClassName
{
border-color: #C04398;
}
.TagClassName
{
border-color: #C04398;
}
</style>