Shades of Mulberry #C3417D
Tints of Mulberry #C3417D
RGB
CMYK
RGB Variations
Color information
#C3417D (or 0xC3417D) is known color: Mulberry. HEX triplet: C3, 41 and 7D. RGB value is (195,65,125). Sum of RGB (Red+Green+Blue) = 195+65+125=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3417D is #3CBE82. Grayscale: #6E6E6E. Windows color (decimal): -3980931 or 8208835. OLE color: 8208835.
HSL color Cylindrical-coordinate representation of color #C3417D: hue angle of 332.31º 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 #C3417D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 125 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.24 |
| HSL | 332.31º | 0.52% | 0.51% | - |
| HSV(B) | 332.31º | 0.67% | 0.76% | - |
| XYZ | 28.1 | 16.86 | 21.18 | - |
| YUV | 110.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 125 | 0 | 0.67 | 0.36 | 0.24 | 332.31 | 0.52 | 0.51 |
| Hex | C3 | 41 | 7D | 0 | 43 | 24 | 18 | 14C | 34 | 33 |
| Octal | 303 | 101 | 175 | 0 | 103 | 44 | 30 | 514 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1111101 | 0 | 1000011 | 100100 | 11000 | 101001100 | 110100 | 110011 |
Color Harmonies of #C3417D
Complementary color
Monochromatic Colors of #C3417D
Black with #C3417D
Text Example
Text Example
White with #C3417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3417D; }
p { color: rgb(195,65,125); }
H1.HeaderClassName
{
color: #C3417D;
}
.AnyTagClassName
{
color: #C3417D;
}
</style>
background-color css
<style>
a { background-color: #C3417D; }
a { background-color: rgb(195,65,125); }
div.DivClassName
{
background-color: #C3417D;
}
.BgClassName
{
background-color: #C3417D;
}
</style>
border-color css
<style>
span { border-color: #C3417D; }
span { border-color: rgb(195,65,125); }
td.TdClassName
{
border-color: #C3417D;
}
.TagClassName
{
border-color: #C3417D;
}
</style>