Shades of Mulberry #C3417C
Tints of Mulberry #C3417C
RGB
CMYK
RGB Variations
Color information
#C3417C (or 0xC3417C) is known color: Mulberry. HEX triplet: C3, 41 and 7C. RGB value is (195,65,124). Sum of RGB (Red+Green+Blue) = 195+65+124=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3417C is #3CBE83. Grayscale: #6E6E6E. Windows color (decimal): -3980932 or 8143299. OLE color: 8143299.
HSL color Cylindrical-coordinate representation of color #C3417C: hue angle of 332.77º 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 #C3417C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 124 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.24 |
| HSL | 332.77º | 0.52% | 0.51% | - |
| HSV(B) | 332.77º | 0.67% | 0.76% | - |
| XYZ | 28.03 | 16.84 | 20.84 | - |
| YUV | 110.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 124 | 0 | 0.67 | 0.36 | 0.24 | 332.77 | 0.52 | 0.51 |
| Hex | C3 | 41 | 7C | 0 | 43 | 24 | 18 | 14D | 34 | 33 |
| Octal | 303 | 101 | 174 | 0 | 103 | 44 | 30 | 515 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1111100 | 0 | 1000011 | 100100 | 11000 | 101001101 | 110100 | 110011 |
Color Harmonies of #C3417C
Complementary color
Monochromatic Colors of #C3417C
Black with #C3417C
Text Example
Text Example
White with #C3417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3417C; }
p { color: rgb(195,65,124); }
H1.HeaderClassName
{
color: #C3417C;
}
.AnyTagClassName
{
color: #C3417C;
}
</style>
background-color css
<style>
a { background-color: #C3417C; }
a { background-color: rgb(195,65,124); }
div.DivClassName
{
background-color: #C3417C;
}
.BgClassName
{
background-color: #C3417C;
}
</style>
border-color css
<style>
span { border-color: #C3417C; }
span { border-color: rgb(195,65,124); }
td.TdClassName
{
border-color: #C3417C;
}
.TagClassName
{
border-color: #C3417C;
}
</style>