Shades of Mulberry #C23F9B
Tints of Mulberry #C23F9B
RGB
CMYK
RGB Variations
Color information
#C23F9B (or 0xC23F9B) is known color: Mulberry. HEX triplet: C2, 3F and 9B. RGB value is (194,63,155). Sum of RGB (Red+Green+Blue) = 194+63+155=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23F9B is #3DC064. Grayscale: #707070. Windows color (decimal): -4046949 or 10174402. OLE color: 10174402.
HSL color Cylindrical-coordinate representation of color #C23F9B: hue angle of 317.86º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F9B is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 155 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.24 |
| HSL | 317.86º | 0.52% | 0.5% | - |
| HSV(B) | 317.86º | 0.68% | 0.76% | - |
| XYZ | 29.94 | 17.39 | 32.79 | - |
| YUV | 112.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 155 | 0 | 0.68 | 0.20 | 0.24 | 317.86 | 0.52 | 0.5 |
| Hex | C2 | 3F | 9B | 0 | 44 | 14 | 18 | 13E | 34 | 32 |
| Octal | 302 | 77 | 233 | 0 | 104 | 24 | 30 | 476 | 64 | 62 |
| Binary | 11000010 | 111111 | 10011011 | 0 | 1000100 | 10100 | 11000 | 100111110 | 110100 | 110010 |
Color Harmonies of #C23F9B
Complementary color
Monochromatic Colors of #C23F9B
Black with #C23F9B
Text Example
Text Example
White with #C23F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F9B; }
p { color: rgb(194,63,155); }
H1.HeaderClassName
{
color: #C23F9B;
}
.AnyTagClassName
{
color: #C23F9B;
}
</style>
background-color css
<style>
a { background-color: #C23F9B; }
a { background-color: rgb(194,63,155); }
div.DivClassName
{
background-color: #C23F9B;
}
.BgClassName
{
background-color: #C23F9B;
}
</style>
border-color css
<style>
span { border-color: #C23F9B; }
span { border-color: rgb(194,63,155); }
td.TdClassName
{
border-color: #C23F9B;
}
.TagClassName
{
border-color: #C23F9B;
}
</style>