Shades of Mulberry #C23D9A
Tints of Mulberry #C23D9A
RGB
CMYK
RGB Variations
Color information
#C23D9A (or 0xC23D9A) is known color: Mulberry. HEX triplet: C2, 3D and 9A. RGB value is (194,61,154). Sum of RGB (Red+Green+Blue) = 194+61+154=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23D9A is #3DC265. Grayscale: #6F6F6F. Windows color (decimal): -4047462 or 10108354. OLE color: 10108354.
HSL color Cylindrical-coordinate representation of color #C23D9A: hue angle of 318.05º 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 #C23D9A is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 154 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.24 |
| HSL | 318.05º | 0.52% | 0.5% | - |
| HSV(B) | 318.05º | 0.69% | 0.76% | - |
| XYZ | 29.75 | 17.14 | 32.31 | - |
| YUV | 111.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 154 | 0 | 0.69 | 0.21 | 0.24 | 318.05 | 0.52 | 0.5 |
| Hex | C2 | 3D | 9A | 0 | 45 | 15 | 18 | 13E | 34 | 32 |
| Octal | 302 | 75 | 232 | 0 | 105 | 25 | 30 | 476 | 64 | 62 |
| Binary | 11000010 | 111101 | 10011010 | 0 | 1000101 | 10101 | 11000 | 100111110 | 110100 | 110010 |
Color Harmonies of #C23D9A
Complementary color
Monochromatic Colors of #C23D9A
Black with #C23D9A
Text Example
Text Example
White with #C23D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D9A; }
p { color: rgb(194,61,154); }
H1.HeaderClassName
{
color: #C23D9A;
}
.AnyTagClassName
{
color: #C23D9A;
}
</style>
background-color css
<style>
a { background-color: #C23D9A; }
a { background-color: rgb(194,61,154); }
div.DivClassName
{
background-color: #C23D9A;
}
.BgClassName
{
background-color: #C23D9A;
}
</style>
border-color css
<style>
span { border-color: #C23D9A; }
span { border-color: rgb(194,61,154); }
td.TdClassName
{
border-color: #C23D9A;
}
.TagClassName
{
border-color: #C23D9A;
}
</style>