Shades of Mulberry #C23DA1
Tints of Mulberry #C23DA1
RGB
CMYK
RGB Variations
Color information
#C23DA1 (or 0xC23DA1) is known color: Mulberry. HEX triplet: C2, 3D and A1. RGB value is (194,61,161). Sum of RGB (Red+Green+Blue) = 194+61+161=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DA1 is #3DC25E. Grayscale: #6F6F6F. Windows color (decimal): -4047455 or 10567106. OLE color: 10567106.
HSL color Cylindrical-coordinate representation of color #C23DA1: hue angle of 314.89º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23DA1 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 161 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.24 |
| HSL | 314.89º | 0.52% | 0.5% | - |
| HSV(B) | 314.89º | 0.69% | 0.76% | - |
| XYZ | 30.35 | 17.38 | 35.47 | - |
| YUV | 112.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 161 | 0 | 0.69 | 0.17 | 0.24 | 314.89 | 0.52 | 0.5 |
| Hex | C2 | 3D | A1 | 0 | 45 | 11 | 18 | 13B | 34 | 32 |
| Octal | 302 | 75 | 241 | 0 | 105 | 21 | 30 | 473 | 64 | 62 |
| Binary | 11000010 | 111101 | 10100001 | 0 | 1000101 | 10001 | 11000 | 100111011 | 110100 | 110010 |
Color Harmonies of #C23DA1
Complementary color
Monochromatic Colors of #C23DA1
Black with #C23DA1
Text Example
Text Example
White with #C23DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DA1; }
p { color: rgb(194,61,161); }
H1.HeaderClassName
{
color: #C23DA1;
}
.AnyTagClassName
{
color: #C23DA1;
}
</style>
background-color css
<style>
a { background-color: #C23DA1; }
a { background-color: rgb(194,61,161); }
div.DivClassName
{
background-color: #C23DA1;
}
.BgClassName
{
background-color: #C23DA1;
}
</style>
border-color css
<style>
span { border-color: #C23DA1; }
span { border-color: rgb(194,61,161); }
td.TdClassName
{
border-color: #C23DA1;
}
.TagClassName
{
border-color: #C23DA1;
}
</style>