Shades of Mulberry #C23F92
Tints of Mulberry #C23F92
RGB
CMYK
RGB Variations
Color information
#C23F92 (or 0xC23F92) is known color: Mulberry. HEX triplet: C2, 3F and 92. RGB value is (194,63,146). Sum of RGB (Red+Green+Blue) = 194+63+146=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23F92 is #3DC06D. Grayscale: #6F6F6F. Windows color (decimal): -4046958 or 9584578. OLE color: 9584578.
HSL color Cylindrical-coordinate representation of color #C23F92: hue angle of 321.98º 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 #C23F92 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 146 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.24 |
| HSL | 321.98º | 0.52% | 0.5% | - |
| HSV(B) | 321.98º | 0.68% | 0.76% | - |
| XYZ | 29.21 | 17.1 | 28.95 | - |
| YUV | 111.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 146 | 0 | 0.68 | 0.25 | 0.24 | 321.98 | 0.52 | 0.5 |
| Hex | C2 | 3F | 92 | 0 | 44 | 19 | 18 | 142 | 34 | 32 |
| Octal | 302 | 77 | 222 | 0 | 104 | 31 | 30 | 502 | 64 | 62 |
| Binary | 11000010 | 111111 | 10010010 | 0 | 1000100 | 11001 | 11000 | 101000010 | 110100 | 110010 |
Color Harmonies of #C23F92
Complementary color
Monochromatic Colors of #C23F92
Black with #C23F92
Text Example
Text Example
White with #C23F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F92; }
p { color: rgb(194,63,146); }
H1.HeaderClassName
{
color: #C23F92;
}
.AnyTagClassName
{
color: #C23F92;
}
</style>
background-color css
<style>
a { background-color: #C23F92; }
a { background-color: rgb(194,63,146); }
div.DivClassName
{
background-color: #C23F92;
}
.BgClassName
{
background-color: #C23F92;
}
</style>
border-color css
<style>
span { border-color: #C23F92; }
span { border-color: rgb(194,63,146); }
td.TdClassName
{
border-color: #C23F92;
}
.TagClassName
{
border-color: #C23F92;
}
</style>