Shades of Mulberry #C75A93
Tints of Mulberry #C75A93
RGB
CMYK
RGB Variations
Color information
#C75A93 (or 0xC75A93) is known color: Mulberry. HEX triplet: C7, 5A and 93. RGB value is (199,90,147). Sum of RGB (Red+Green+Blue) = 199+90+147=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A93 is #38A56C. Grayscale: #808080. Windows color (decimal): -3712365 or 9657031. OLE color: 9657031.
HSL color Cylindrical-coordinate representation of color #C75A93: hue angle of 328.62º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A93 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 147 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.22 |
| HSL | 328.62º | 0.49% | 0.57% | - |
| HSV(B) | 328.62º | 0.55% | 0.78% | - |
| XYZ | 32.48 | 21.56 | 30.05 | - |
| YUV | 129.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 147 | 0 | 0.55 | 0.26 | 0.22 | 328.62 | 0.49 | 0.57 |
| Hex | C7 | 5A | 93 | 0 | 37 | 1A | 16 | 149 | 31 | 39 |
| Octal | 307 | 132 | 223 | 0 | 67 | 32 | 26 | 511 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10010011 | 0 | 110111 | 11010 | 10110 | 101001001 | 110001 | 111001 |
Color Harmonies of #C75A93
Complementary color
Monochromatic Colors of #C75A93
Black with #C75A93
Text Example
Text Example
White with #C75A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A93; }
p { color: rgb(199,90,147); }
H1.HeaderClassName
{
color: #C75A93;
}
.AnyTagClassName
{
color: #C75A93;
}
</style>
background-color css
<style>
a { background-color: #C75A93; }
a { background-color: rgb(199,90,147); }
div.DivClassName
{
background-color: #C75A93;
}
.BgClassName
{
background-color: #C75A93;
}
</style>
border-color css
<style>
span { border-color: #C75A93; }
span { border-color: rgb(199,90,147); }
td.TdClassName
{
border-color: #C75A93;
}
.TagClassName
{
border-color: #C75A93;
}
</style>