Shades of Mulberry #C34FA5
Tints of Mulberry #C34FA5
RGB
CMYK
RGB Variations
Color information
#C34FA5 (or 0xC34FA5) is known color: Mulberry. HEX triplet: C3, 4F and A5. RGB value is (195,79,165). Sum of RGB (Red+Green+Blue) = 195+79+165=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34FA5 is #3CB05A. Grayscale: #7B7B7B. Windows color (decimal): -3977307 or 10833859. OLE color: 10833859.
HSL color Cylindrical-coordinate representation of color #C34FA5: hue angle of 315.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34FA5 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 165 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.24 |
| HSL | 315.52º | 0.49% | 0.54% | - |
| HSV(B) | 315.52º | 0.59% | 0.76% | - |
| XYZ | 32.09 | 19.91 | 37.75 | - |
| YUV | 123.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 165 | 0 | 0.59 | 0.15 | 0.24 | 315.52 | 0.49 | 0.54 |
| Hex | C3 | 4F | A5 | 0 | 3B | F | 18 | 13C | 31 | 36 |
| Octal | 303 | 117 | 245 | 0 | 73 | 17 | 30 | 474 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10100101 | 0 | 111011 | 1111 | 11000 | 100111100 | 110001 | 110110 |
Color Harmonies of #C34FA5
Complementary color
Monochromatic Colors of #C34FA5
Black with #C34FA5
Text Example
Text Example
White with #C34FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FA5; }
p { color: rgb(195,79,165); }
H1.HeaderClassName
{
color: #C34FA5;
}
.AnyTagClassName
{
color: #C34FA5;
}
</style>
background-color css
<style>
a { background-color: #C34FA5; }
a { background-color: rgb(195,79,165); }
div.DivClassName
{
background-color: #C34FA5;
}
.BgClassName
{
background-color: #C34FA5;
}
</style>
border-color css
<style>
span { border-color: #C34FA5; }
span { border-color: rgb(195,79,165); }
td.TdClassName
{
border-color: #C34FA5;
}
.TagClassName
{
border-color: #C34FA5;
}
</style>