Shades of Mulberry #C343A4
Tints of Mulberry #C343A4
RGB
CMYK
RGB Variations
Color information
#C343A4 (or 0xC343A4) is known color: Mulberry. HEX triplet: C3, 43 and A4. RGB value is (195,67,164). Sum of RGB (Red+Green+Blue) = 195+67+164=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C343A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C343A4 is #3CBC5B. Grayscale: #747474. Windows color (decimal): -3980380 or 10765251. OLE color: 10765251.
HSL color Cylindrical-coordinate representation of color #C343A4: hue angle of 314.53º 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 #C343A4 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 164 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.24 |
| HSL | 314.53º | 0.52% | 0.51% | - |
| HSV(B) | 314.53º | 0.66% | 0.76% | - |
| XYZ | 31.21 | 18.3 | 37.01 | - |
| YUV | 116.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 164 | 0 | 0.66 | 0.16 | 0.24 | 314.53 | 0.52 | 0.51 |
| Hex | C3 | 43 | A4 | 0 | 42 | 10 | 18 | 13B | 34 | 33 |
| Octal | 303 | 103 | 244 | 0 | 102 | 20 | 30 | 473 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10100100 | 0 | 1000010 | 10000 | 11000 | 100111011 | 110100 | 110011 |
Color Harmonies of #C343A4
Complementary color
Monochromatic Colors of #C343A4
Black with #C343A4
Text Example
Text Example
White with #C343A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343A4; }
p { color: rgb(195,67,164); }
H1.HeaderClassName
{
color: #C343A4;
}
.AnyTagClassName
{
color: #C343A4;
}
</style>
background-color css
<style>
a { background-color: #C343A4; }
a { background-color: rgb(195,67,164); }
div.DivClassName
{
background-color: #C343A4;
}
.BgClassName
{
background-color: #C343A4;
}
</style>
border-color css
<style>
span { border-color: #C343A4; }
span { border-color: rgb(195,67,164); }
td.TdClassName
{
border-color: #C343A4;
}
.TagClassName
{
border-color: #C343A4;
}
</style>