Shades of Mulberry #C3419B
Tints of Mulberry #C3419B
RGB
CMYK
RGB Variations
Color information
#C3419B (or 0xC3419B) is known color: Mulberry. HEX triplet: C3, 41 and 9B. RGB value is (195,65,155). Sum of RGB (Red+Green+Blue) = 195+65+155=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3419B is #3CBE64. Grayscale: #717171. Windows color (decimal): -3980901 or 10174915. OLE color: 10174915.
HSL color Cylindrical-coordinate representation of color #C3419B: hue angle of 318.46º 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 #C3419B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 155 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.24 |
| HSL | 318.46º | 0.52% | 0.51% | - |
| HSV(B) | 318.46º | 0.67% | 0.76% | - |
| XYZ | 30.31 | 17.75 | 32.84 | - |
| YUV | 114.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 155 | 0 | 0.67 | 0.21 | 0.24 | 318.46 | 0.52 | 0.51 |
| Hex | C3 | 41 | 9B | 0 | 43 | 15 | 18 | 13E | 34 | 33 |
| Octal | 303 | 101 | 233 | 0 | 103 | 25 | 30 | 476 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10011011 | 0 | 1000011 | 10101 | 11000 | 100111110 | 110100 | 110011 |
Color Harmonies of #C3419B
Complementary color
Monochromatic Colors of #C3419B
Black with #C3419B
Text Example
Text Example
White with #C3419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3419B; }
p { color: rgb(195,65,155); }
H1.HeaderClassName
{
color: #C3419B;
}
.AnyTagClassName
{
color: #C3419B;
}
</style>
background-color css
<style>
a { background-color: #C3419B; }
a { background-color: rgb(195,65,155); }
div.DivClassName
{
background-color: #C3419B;
}
.BgClassName
{
background-color: #C3419B;
}
</style>
border-color css
<style>
span { border-color: #C3419B; }
span { border-color: rgb(195,65,155); }
td.TdClassName
{
border-color: #C3419B;
}
.TagClassName
{
border-color: #C3419B;
}
</style>