Shades of Mulberry #C93FA4
Tints of Mulberry #C93FA4
RGB
CMYK
RGB Variations
Color information
#C93FA4 (or 0xC93FA4) is known color: Mulberry. HEX triplet: C9, 3F and A4. RGB value is (201,63,164). Sum of RGB (Red+Green+Blue) = 201+63+164=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FA4 is #36C05B. Grayscale: #737373. Windows color (decimal): -3588188 or 10764233. OLE color: 10764233.
HSL color Cylindrical-coordinate representation of color #C93FA4: hue angle of 316.09º 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 #C93FA4 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 164 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.21 |
| HSL | 316.09º | 0.56% | 0.52% | - |
| HSV(B) | 316.09º | 0.69% | 0.79% | - |
| XYZ | 32.57 | 18.65 | 37.01 | - |
| YUV | 115.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 164 | 0 | 0.69 | 0.18 | 0.21 | 316.09 | 0.56 | 0.52 |
| Hex | C9 | 3F | A4 | 0 | 45 | 12 | 15 | 13C | 38 | 34 |
| Octal | 311 | 77 | 244 | 0 | 105 | 22 | 25 | 474 | 70 | 64 |
| Binary | 11001001 | 111111 | 10100100 | 0 | 1000101 | 10010 | 10101 | 100111100 | 111000 | 110100 |
Color Harmonies of #C93FA4
Complementary color
Monochromatic Colors of #C93FA4
Black with #C93FA4
Text Example
Text Example
White with #C93FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FA4; }
p { color: rgb(201,63,164); }
H1.HeaderClassName
{
color: #C93FA4;
}
.AnyTagClassName
{
color: #C93FA4;
}
</style>
background-color css
<style>
a { background-color: #C93FA4; }
a { background-color: rgb(201,63,164); }
div.DivClassName
{
background-color: #C93FA4;
}
.BgClassName
{
background-color: #C93FA4;
}
</style>
border-color css
<style>
span { border-color: #C93FA4; }
span { border-color: rgb(201,63,164); }
td.TdClassName
{
border-color: #C93FA4;
}
.TagClassName
{
border-color: #C93FA4;
}
</style>