Shades of Mulberry #C03FA1
Tints of Mulberry #C03FA1
RGB
CMYK
RGB Variations
Color information
#C03FA1 (or 0xC03FA1) is known color: Mulberry. HEX triplet: C0, 3F and A1. RGB value is (192,63,161). Sum of RGB (Red+Green+Blue) = 192+63+161=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FA1 is #3FC05E. Grayscale: #707070. Windows color (decimal): -4178015 or 10567616. OLE color: 10567616.
HSL color Cylindrical-coordinate representation of color #C03FA1: hue angle of 314.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03FA1 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 161 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.25 |
| HSL | 314.42º | 0.51% | 0.5% | - |
| HSV(B) | 314.42º | 0.67% | 0.75% | - |
| XYZ | 29.95 | 17.33 | 35.49 | - |
| YUV | 112.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 161 | 0 | 0.67 | 0.16 | 0.25 | 314.42 | 0.51 | 0.5 |
| Hex | C0 | 3F | A1 | 0 | 43 | 10 | 19 | 13A | 33 | 32 |
| Octal | 300 | 77 | 241 | 0 | 103 | 20 | 31 | 472 | 63 | 62 |
| Binary | 11000000 | 111111 | 10100001 | 0 | 1000011 | 10000 | 11001 | 100111010 | 110011 | 110010 |
Color Harmonies of #C03FA1
Complementary color
Monochromatic Colors of #C03FA1
Black with #C03FA1
Text Example
Text Example
White with #C03FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FA1; }
p { color: rgb(192,63,161); }
H1.HeaderClassName
{
color: #C03FA1;
}
.AnyTagClassName
{
color: #C03FA1;
}
</style>
background-color css
<style>
a { background-color: #C03FA1; }
a { background-color: rgb(192,63,161); }
div.DivClassName
{
background-color: #C03FA1;
}
.BgClassName
{
background-color: #C03FA1;
}
</style>
border-color css
<style>
span { border-color: #C03FA1; }
span { border-color: rgb(192,63,161); }
td.TdClassName
{
border-color: #C03FA1;
}
.TagClassName
{
border-color: #C03FA1;
}
</style>