Shades of Mulberry #C23D98
Tints of Mulberry #C23D98
RGB
CMYK
RGB Variations
Color information
#C23D98 (or 0xC23D98) is known color: Mulberry. HEX triplet: C2, 3D and 98. RGB value is (194,61,152). Sum of RGB (Red+Green+Blue) = 194+61+152=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23D98 is #3DC267. Grayscale: #6E6E6E. Windows color (decimal): -4047464 or 9977282. OLE color: 9977282.
HSL color Cylindrical-coordinate representation of color #C23D98: hue angle of 318.95º 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 #C23D98 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 152 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.24 |
| HSL | 318.95º | 0.52% | 0.5% | - |
| HSV(B) | 318.95º | 0.69% | 0.76% | - |
| XYZ | 29.58 | 17.07 | 31.44 | - |
| YUV | 111.14 | 151.06 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 152 | 0 | 0.69 | 0.22 | 0.24 | 318.95 | 0.52 | 0.5 |
| Hex | C2 | 3D | 98 | 0 | 45 | 16 | 18 | 13F | 34 | 32 |
| Octal | 302 | 75 | 230 | 0 | 105 | 26 | 30 | 477 | 64 | 62 |
| Binary | 11000010 | 111101 | 10011000 | 0 | 1000101 | 10110 | 11000 | 100111111 | 110100 | 110010 |
Color Harmonies of #C23D98
Complementary color
Monochromatic Colors of #C23D98
Black with #C23D98
Text Example
Text Example
White with #C23D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D98; }
p { color: rgb(194,61,152); }
H1.HeaderClassName
{
color: #C23D98;
}
.AnyTagClassName
{
color: #C23D98;
}
</style>
background-color css
<style>
a { background-color: #C23D98; }
a { background-color: rgb(194,61,152); }
div.DivClassName
{
background-color: #C23D98;
}
.BgClassName
{
background-color: #C23D98;
}
</style>
border-color css
<style>
span { border-color: #C23D98; }
span { border-color: rgb(194,61,152); }
td.TdClassName
{
border-color: #C23D98;
}
.TagClassName
{
border-color: #C23D98;
}
</style>