Shades of Mulberry #C3419A
Tints of Mulberry #C3419A
RGB
CMYK
RGB Variations
Color information
#C3419A (or 0xC3419A) is known color: Mulberry. HEX triplet: C3, 41 and 9A. RGB value is (195,65,154). Sum of RGB (Red+Green+Blue) = 195+65+154=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3419A is #3CBE65. Grayscale: #717171. Windows color (decimal): -3980902 or 10109379. OLE color: 10109379.
HSL color Cylindrical-coordinate representation of color #C3419A: hue angle of 318.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3419A is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 154 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.24 |
| HSL | 318.92º | 0.52% | 0.51% | - |
| HSV(B) | 318.92º | 0.67% | 0.76% | - |
| XYZ | 30.23 | 17.72 | 32.4 | - |
| YUV | 114.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 154 | 0 | 0.67 | 0.21 | 0.24 | 318.92 | 0.52 | 0.51 |
| Hex | C3 | 41 | 9A | 0 | 43 | 15 | 18 | 13F | 34 | 33 |
| Octal | 303 | 101 | 232 | 0 | 103 | 25 | 30 | 477 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10011010 | 0 | 1000011 | 10101 | 11000 | 100111111 | 110100 | 110011 |
Color Harmonies of #C3419A
Complementary color
Monochromatic Colors of #C3419A
Black with #C3419A
Text Example
Text Example
White with #C3419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3419A; }
p { color: rgb(195,65,154); }
H1.HeaderClassName
{
color: #C3419A;
}
.AnyTagClassName
{
color: #C3419A;
}
</style>
background-color css
<style>
a { background-color: #C3419A; }
a { background-color: rgb(195,65,154); }
div.DivClassName
{
background-color: #C3419A;
}
.BgClassName
{
background-color: #C3419A;
}
</style>
border-color css
<style>
span { border-color: #C3419A; }
span { border-color: rgb(195,65,154); }
td.TdClassName
{
border-color: #C3419A;
}
.TagClassName
{
border-color: #C3419A;
}
</style>