Shades of Mulberry #C93EA2
Tints of Mulberry #C93EA2
RGB
CMYK
RGB Variations
Color information
#C93EA2 (or 0xC93EA2) is known color: Mulberry. HEX triplet: C9, 3E and A2. RGB value is (201,62,162). Sum of RGB (Red+Green+Blue) = 201+62+162=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EA2 is #36C15D. Grayscale: #727272. Windows color (decimal): -3588446 or 10632905. OLE color: 10632905.
HSL color Cylindrical-coordinate representation of color #C93EA2: hue angle of 316.83º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93EA2 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 162 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.21 |
| HSL | 316.83º | 0.56% | 0.52% | - |
| HSV(B) | 316.83º | 0.69% | 0.79% | - |
| XYZ | 32.33 | 18.47 | 36.04 | - |
| YUV | 114.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 162 | 0 | 0.69 | 0.19 | 0.21 | 316.83 | 0.56 | 0.52 |
| Hex | C9 | 3E | A2 | 0 | 45 | 13 | 15 | 13D | 38 | 34 |
| Octal | 311 | 76 | 242 | 0 | 105 | 23 | 25 | 475 | 70 | 64 |
| Binary | 11001001 | 111110 | 10100010 | 0 | 1000101 | 10011 | 10101 | 100111101 | 111000 | 110100 |
Color Harmonies of #C93EA2
Complementary color
Monochromatic Colors of #C93EA2
Black with #C93EA2
Text Example
Text Example
White with #C93EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EA2; }
p { color: rgb(201,62,162); }
H1.HeaderClassName
{
color: #C93EA2;
}
.AnyTagClassName
{
color: #C93EA2;
}
</style>
background-color css
<style>
a { background-color: #C93EA2; }
a { background-color: rgb(201,62,162); }
div.DivClassName
{
background-color: #C93EA2;
}
.BgClassName
{
background-color: #C93EA2;
}
</style>
border-color css
<style>
span { border-color: #C93EA2; }
span { border-color: rgb(201,62,162); }
td.TdClassName
{
border-color: #C93EA2;
}
.TagClassName
{
border-color: #C93EA2;
}
</style>