Shades of Mulberry #C34297
Tints of Mulberry #C34297
RGB
CMYK
RGB Variations
Color information
#C34297 (or 0xC34297) is known color: Mulberry. HEX triplet: C3, 42 and 97. RGB value is (195,66,151). Sum of RGB (Red+Green+Blue) = 195+66+151=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C34297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34297 is #3CBD68. Grayscale: #727272. Windows color (decimal): -3980649 or 9913027. OLE color: 9913027.
HSL color Cylindrical-coordinate representation of color #C34297: hue angle of 320.47º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34297 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 151 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.24 |
| HSL | 320.47º | 0.52% | 0.51% | - |
| HSV(B) | 320.47º | 0.66% | 0.76% | - |
| XYZ | 30.04 | 17.73 | 31.12 | - |
| YUV | 114.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 151 | 0 | 0.66 | 0.23 | 0.24 | 320.47 | 0.52 | 0.51 |
| Hex | C3 | 42 | 97 | 0 | 42 | 17 | 18 | 140 | 34 | 33 |
| Octal | 303 | 102 | 227 | 0 | 102 | 27 | 30 | 500 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10010111 | 0 | 1000010 | 10111 | 11000 | 101000000 | 110100 | 110011 |
Color Harmonies of #C34297
Complementary color
Monochromatic Colors of #C34297
Black with #C34297
Text Example
Text Example
White with #C34297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34297; }
p { color: rgb(195,66,151); }
H1.HeaderClassName
{
color: #C34297;
}
.AnyTagClassName
{
color: #C34297;
}
</style>
background-color css
<style>
a { background-color: #C34297; }
a { background-color: rgb(195,66,151); }
div.DivClassName
{
background-color: #C34297;
}
.BgClassName
{
background-color: #C34297;
}
</style>
border-color css
<style>
span { border-color: #C34297; }
span { border-color: rgb(195,66,151); }
td.TdClassName
{
border-color: #C34297;
}
.TagClassName
{
border-color: #C34297;
}
</style>