Shades of Mulberry #C04085
Tints of Mulberry #C04085
RGB
CMYK
RGB Variations
Color information
#C04085 (or 0xC04085) is known color: Mulberry. HEX triplet: C0, 40 and 85. RGB value is (192,64,133). Sum of RGB (Red+Green+Blue) = 192+64+133=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C04085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04085 is #3FBF7A. Grayscale: #6D6D6D. Windows color (decimal): -4177787 or 8732864. OLE color: 8732864.
HSL color Cylindrical-coordinate representation of color #C04085: hue angle of 327.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04085 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 133 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.25 |
| HSL | 327.66º | 0.5% | 0.5% | - |
| HSV(B) | 327.66º | 0.67% | 0.75% | - |
| XYZ | 27.81 | 16.57 | 23.92 | - |
| YUV | 110.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 133 | 0 | 0.67 | 0.31 | 0.25 | 327.66 | 0.5 | 0.5 |
| Hex | C0 | 40 | 85 | 0 | 43 | 1F | 19 | 148 | 32 | 32 |
| Octal | 300 | 100 | 205 | 0 | 103 | 37 | 31 | 510 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10000101 | 0 | 1000011 | 11111 | 11001 | 101001000 | 110010 | 110010 |
Color Harmonies of #C04085
Complementary color
Monochromatic Colors of #C04085
Black with #C04085
Text Example
Text Example
White with #C04085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04085; }
p { color: rgb(192,64,133); }
H1.HeaderClassName
{
color: #C04085;
}
.AnyTagClassName
{
color: #C04085;
}
</style>
background-color css
<style>
a { background-color: #C04085; }
a { background-color: rgb(192,64,133); }
div.DivClassName
{
background-color: #C04085;
}
.BgClassName
{
background-color: #C04085;
}
</style>
border-color css
<style>
span { border-color: #C04085; }
span { border-color: rgb(192,64,133); }
td.TdClassName
{
border-color: #C04085;
}
.TagClassName
{
border-color: #C04085;
}
</style>