Shades of Mulberry #C23DA5
Tints of Mulberry #C23DA5
RGB
CMYK
RGB Variations
Color information
#C23DA5 (or 0xC23DA5) is known color: Mulberry. HEX triplet: C2, 3D and A5. RGB value is (194,61,165). Sum of RGB (Red+Green+Blue) = 194+61+165=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DA5 is #3DC25A. Grayscale: #707070. Windows color (decimal): -4047451 or 10829250. OLE color: 10829250.
HSL color Cylindrical-coordinate representation of color #C23DA5: hue angle of 313.08º 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 #C23DA5 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 165 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.24 |
| HSL | 313.08º | 0.52% | 0.5% | - |
| HSV(B) | 313.08º | 0.69% | 0.76% | - |
| XYZ | 30.71 | 17.52 | 37.36 | - |
| YUV | 112.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 165 | 0 | 0.69 | 0.15 | 0.24 | 313.08 | 0.52 | 0.5 |
| Hex | C2 | 3D | A5 | 0 | 45 | F | 18 | 139 | 34 | 32 |
| Octal | 302 | 75 | 245 | 0 | 105 | 17 | 30 | 471 | 64 | 62 |
| Binary | 11000010 | 111101 | 10100101 | 0 | 1000101 | 1111 | 11000 | 100111001 | 110100 | 110010 |
Color Harmonies of #C23DA5
Complementary color
Monochromatic Colors of #C23DA5
Black with #C23DA5
Text Example
Text Example
White with #C23DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DA5; }
p { color: rgb(194,61,165); }
H1.HeaderClassName
{
color: #C23DA5;
}
.AnyTagClassName
{
color: #C23DA5;
}
</style>
background-color css
<style>
a { background-color: #C23DA5; }
a { background-color: rgb(194,61,165); }
div.DivClassName
{
background-color: #C23DA5;
}
.BgClassName
{
background-color: #C23DA5;
}
</style>
border-color css
<style>
span { border-color: #C23DA5; }
span { border-color: rgb(194,61,165); }
td.TdClassName
{
border-color: #C23DA5;
}
.TagClassName
{
border-color: #C23DA5;
}
</style>