Shades of Mulberry #C93FA1
Tints of Mulberry #C93FA1
RGB
CMYK
RGB Variations
Color information
#C93FA1 (or 0xC93FA1) is known color: Mulberry. HEX triplet: C9, 3F and A1. RGB value is (201,63,161). Sum of RGB (Red+Green+Blue) = 201+63+161=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FA1 is #36C05E. Grayscale: #737373. Windows color (decimal): -3588191 or 10567625. OLE color: 10567625.
HSL color Cylindrical-coordinate representation of color #C93FA1: hue angle of 317.39º 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 #C93FA1 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 161 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.21 |
| HSL | 317.39º | 0.56% | 0.52% | - |
| HSV(B) | 317.39º | 0.69% | 0.79% | - |
| XYZ | 32.3 | 18.55 | 35.6 | - |
| YUV | 115.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 161 | 0 | 0.69 | 0.20 | 0.21 | 317.39 | 0.56 | 0.52 |
| Hex | C9 | 3F | A1 | 0 | 45 | 14 | 15 | 13D | 38 | 34 |
| Octal | 311 | 77 | 241 | 0 | 105 | 24 | 25 | 475 | 70 | 64 |
| Binary | 11001001 | 111111 | 10100001 | 0 | 1000101 | 10100 | 10101 | 100111101 | 111000 | 110100 |
Color Harmonies of #C93FA1
Complementary color
Monochromatic Colors of #C93FA1
Black with #C93FA1
Text Example
Text Example
White with #C93FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FA1; }
p { color: rgb(201,63,161); }
H1.HeaderClassName
{
color: #C93FA1;
}
.AnyTagClassName
{
color: #C93FA1;
}
</style>
background-color css
<style>
a { background-color: #C93FA1; }
a { background-color: rgb(201,63,161); }
div.DivClassName
{
background-color: #C93FA1;
}
.BgClassName
{
background-color: #C93FA1;
}
</style>
border-color css
<style>
span { border-color: #C93FA1; }
span { border-color: rgb(201,63,161); }
td.TdClassName
{
border-color: #C93FA1;
}
.TagClassName
{
border-color: #C93FA1;
}
</style>