Shades of Mulberry #C34282
Tints of Mulberry #C34282
RGB
CMYK
RGB Variations
Color information
#C34282 (or 0xC34282) is known color: Mulberry. HEX triplet: C3, 42 and 82. RGB value is (195,66,130). Sum of RGB (Red+Green+Blue) = 195+66+130=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C34282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34282 is #3CBD7D. Grayscale: #6F6F6F. Windows color (decimal): -3980670 or 8536771. OLE color: 8536771.
HSL color Cylindrical-coordinate representation of color #C34282: hue angle of 330.23º 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 #C34282 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 130 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.24 |
| HSL | 330.23º | 0.52% | 0.51% | - |
| HSV(B) | 330.23º | 0.66% | 0.76% | - |
| XYZ | 28.48 | 17.11 | 22.92 | - |
| YUV | 111.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 130 | 0 | 0.66 | 0.33 | 0.24 | 330.23 | 0.52 | 0.51 |
| Hex | C3 | 42 | 82 | 0 | 42 | 21 | 18 | 14A | 34 | 33 |
| Octal | 303 | 102 | 202 | 0 | 102 | 41 | 30 | 512 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10000010 | 0 | 1000010 | 100001 | 11000 | 101001010 | 110100 | 110011 |
Color Harmonies of #C34282
Complementary color
Monochromatic Colors of #C34282
Black with #C34282
Text Example
Text Example
White with #C34282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34282; }
p { color: rgb(195,66,130); }
H1.HeaderClassName
{
color: #C34282;
}
.AnyTagClassName
{
color: #C34282;
}
</style>
background-color css
<style>
a { background-color: #C34282; }
a { background-color: rgb(195,66,130); }
div.DivClassName
{
background-color: #C34282;
}
.BgClassName
{
background-color: #C34282;
}
</style>
border-color css
<style>
span { border-color: #C34282; }
span { border-color: rgb(195,66,130); }
td.TdClassName
{
border-color: #C34282;
}
.TagClassName
{
border-color: #C34282;
}
</style>