Shades of Mulberry #C23CA7
Tints of Mulberry #C23CA7
RGB
CMYK
RGB Variations
Color information
#C23CA7 (or 0xC23CA7) is known color: Mulberry. HEX triplet: C2, 3C and A7. RGB value is (194,60,167). Sum of RGB (Red+Green+Blue) = 194+60+167=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CA7 is #3DC358. Grayscale: #6F6F6F. Windows color (decimal): -4047705 or 10960066. OLE color: 10960066.
HSL color Cylindrical-coordinate representation of color #C23CA7: hue angle of 312.09º degrees, saturation: 0.53, 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 #C23CA7 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 167 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.24 |
| HSL | 312.09º | 0.53% | 0.5% | - |
| HSV(B) | 312.09º | 0.69% | 0.76% | - |
| XYZ | 30.84 | 17.49 | 38.31 | - |
| YUV | 112.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 167 | 0 | 0.69 | 0.14 | 0.24 | 312.09 | 0.53 | 0.5 |
| Hex | C2 | 3C | A7 | 0 | 45 | E | 18 | 138 | 35 | 32 |
| Octal | 302 | 74 | 247 | 0 | 105 | 16 | 30 | 470 | 65 | 62 |
| Binary | 11000010 | 111100 | 10100111 | 0 | 1000101 | 1110 | 11000 | 100111000 | 110101 | 110010 |
Color Harmonies of #C23CA7
Complementary color
Monochromatic Colors of #C23CA7
Black with #C23CA7
Text Example
Text Example
White with #C23CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CA7; }
p { color: rgb(194,60,167); }
H1.HeaderClassName
{
color: #C23CA7;
}
.AnyTagClassName
{
color: #C23CA7;
}
</style>
background-color css
<style>
a { background-color: #C23CA7; }
a { background-color: rgb(194,60,167); }
div.DivClassName
{
background-color: #C23CA7;
}
.BgClassName
{
background-color: #C23CA7;
}
</style>
border-color css
<style>
span { border-color: #C23CA7; }
span { border-color: rgb(194,60,167); }
td.TdClassName
{
border-color: #C23CA7;
}
.TagClassName
{
border-color: #C23CA7;
}
</style>