Shades of Mulberry #C03CA5
Tints of Mulberry #C03CA5
RGB
CMYK
RGB Variations
Color information
#C03CA5 (or 0xC03CA5) is known color: Mulberry. HEX triplet: C0, 3C and A5. RGB value is (192,60,165). Sum of RGB (Red+Green+Blue) = 192+60+165=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CA5 is #3FC35A. Grayscale: #6F6F6F. Windows color (decimal): -4178779 or 10828992. OLE color: 10828992.
HSL color Cylindrical-coordinate representation of color #C03CA5: hue angle of 312.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03CA5 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 165 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.25 |
| HSL | 312.27º | 0.52% | 0.49% | - |
| HSV(B) | 312.27º | 0.69% | 0.75% | - |
| XYZ | 30.15 | 17.15 | 37.32 | - |
| YUV | 111.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 165 | 0 | 0.69 | 0.14 | 0.25 | 312.27 | 0.52 | 0.49 |
| Hex | C0 | 3C | A5 | 0 | 45 | E | 19 | 138 | 34 | 31 |
| Octal | 300 | 74 | 245 | 0 | 105 | 16 | 31 | 470 | 64 | 61 |
| Binary | 11000000 | 111100 | 10100101 | 0 | 1000101 | 1110 | 11001 | 100111000 | 110100 | 110001 |
Color Harmonies of #C03CA5
Complementary color
Monochromatic Colors of #C03CA5
Black with #C03CA5
Text Example
Text Example
White with #C03CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CA5; }
p { color: rgb(192,60,165); }
H1.HeaderClassName
{
color: #C03CA5;
}
.AnyTagClassName
{
color: #C03CA5;
}
</style>
background-color css
<style>
a { background-color: #C03CA5; }
a { background-color: rgb(192,60,165); }
div.DivClassName
{
background-color: #C03CA5;
}
.BgClassName
{
background-color: #C03CA5;
}
</style>
border-color css
<style>
span { border-color: #C03CA5; }
span { border-color: rgb(192,60,165); }
td.TdClassName
{
border-color: #C03CA5;
}
.TagClassName
{
border-color: #C03CA5;
}
</style>