Shades of Mulberry #C34383
Tints of Mulberry #C34383
RGB
CMYK
RGB Variations
Color information
#C34383 (or 0xC34383) is known color: Mulberry. HEX triplet: C3, 43 and 83. RGB value is (195,67,131). Sum of RGB (Red+Green+Blue) = 195+67+131=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C34383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34383 is #3CBC7C. Grayscale: #707070. Windows color (decimal): -3980413 or 8602563. OLE color: 8602563.
HSL color Cylindrical-coordinate representation of color #C34383: hue angle of 330º 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 #C34383 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 131 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.24 |
| HSL | 330º | 0.52% | 0.51% | - |
| HSV(B) | 330º | 0.66% | 0.76% | - |
| XYZ | 28.61 | 17.26 | 23.3 | - |
| YUV | 112.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 131 | 0 | 0.66 | 0.33 | 0.24 | 330 | 0.52 | 0.51 |
| Hex | C3 | 43 | 83 | 0 | 42 | 21 | 18 | 14A | 34 | 33 |
| Octal | 303 | 103 | 203 | 0 | 102 | 41 | 30 | 512 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10000011 | 0 | 1000010 | 100001 | 11000 | 101001010 | 110100 | 110011 |
Color Harmonies of #C34383
Complementary color
Monochromatic Colors of #C34383
Black with #C34383
Text Example
Text Example
White with #C34383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34383; }
p { color: rgb(195,67,131); }
H1.HeaderClassName
{
color: #C34383;
}
.AnyTagClassName
{
color: #C34383;
}
</style>
background-color css
<style>
a { background-color: #C34383; }
a { background-color: rgb(195,67,131); }
div.DivClassName
{
background-color: #C34383;
}
.BgClassName
{
background-color: #C34383;
}
</style>
border-color css
<style>
span { border-color: #C34383; }
span { border-color: rgb(195,67,131); }
td.TdClassName
{
border-color: #C34383;
}
.TagClassName
{
border-color: #C34383;
}
</style>