Shades of Mulberry #C34B93
Tints of Mulberry #C34B93
RGB
CMYK
RGB Variations
Color information
#C34B93 (or 0xC34B93) is known color: Mulberry. HEX triplet: C3, 4B and 93. RGB value is (195,75,147). Sum of RGB (Red+Green+Blue) = 195+75+147=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34B93 is #3CB46C. Grayscale: #767676. Windows color (decimal): -3978349 or 9653187. OLE color: 9653187.
HSL color Cylindrical-coordinate representation of color #C34B93: hue angle of 324º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34B93 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 147 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.24 |
| HSL | 324º | 0.5% | 0.53% | - |
| HSV(B) | 324º | 0.62% | 0.76% | - |
| XYZ | 30.29 | 18.74 | 29.62 | - |
| YUV | 119.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 147 | 0 | 0.62 | 0.25 | 0.24 | 324 | 0.5 | 0.53 |
| Hex | C3 | 4B | 93 | 0 | 3E | 19 | 18 | 144 | 32 | 35 |
| Octal | 303 | 113 | 223 | 0 | 76 | 31 | 30 | 504 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10010011 | 0 | 111110 | 11001 | 11000 | 101000100 | 110010 | 110101 |
Color Harmonies of #C34B93
Complementary color
Monochromatic Colors of #C34B93
Black with #C34B93
Text Example
Text Example
White with #C34B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B93; }
p { color: rgb(195,75,147); }
H1.HeaderClassName
{
color: #C34B93;
}
.AnyTagClassName
{
color: #C34B93;
}
</style>
background-color css
<style>
a { background-color: #C34B93; }
a { background-color: rgb(195,75,147); }
div.DivClassName
{
background-color: #C34B93;
}
.BgClassName
{
background-color: #C34B93;
}
</style>
border-color css
<style>
span { border-color: #C34B93; }
span { border-color: rgb(195,75,147); }
td.TdClassName
{
border-color: #C34B93;
}
.TagClassName
{
border-color: #C34B93;
}
</style>