Shades of Mulberry #C953A8
Tints of Mulberry #C953A8
RGB
CMYK
RGB Variations
Color information
#C953A8 (or 0xC953A8) is known color: Mulberry. HEX triplet: C9, 53 and A8. RGB value is (201,83,168). Sum of RGB (Red+Green+Blue) = 201+83+168=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C953A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953A8 is #36AC57. Grayscale: #7F7F7F. Windows color (decimal): -3583064 or 11031497. OLE color: 11031497.
HSL color Cylindrical-coordinate representation of color #C953A8: hue angle of 316.78º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C953A8 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 83 | 168 | - |
CMYK | 0 | 0.59 | 0.16 | 0.21 |
HSL | 316.78º | 0.52% | 0.56% | - |
HSV(B) | 316.78º | 0.59% | 0.79% | - |
XYZ | 34.25 | 21.43 | 39.38 | - |
YUV | 127.97 | 150.59 | 180.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 83 | 168 | 0 | 0.59 | 0.16 | 0.21 | 316.78 | 0.52 | 0.56 |
Hex | C9 | 53 | A8 | 0 | 3B | 10 | 15 | 13D | 34 | 38 |
Octal | 311 | 123 | 250 | 0 | 73 | 20 | 25 | 475 | 64 | 70 |
Binary | 11001001 | 1010011 | 10101000 | 0 | 111011 | 10000 | 10101 | 100111101 | 110100 | 111000 |
Color Harmonies of #C953A8
Complementary color
Monochromatic Colors of #C953A8
Black with #C953A8
Text Example
Text Example
White with #C953A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953A8; }
p { color: rgb(201,83,168); }
H1.HeaderClassName
{
color: #C953A8;
}
.AnyTagClassName
{
color: #C953A8;
}
</style>
background-color css
<style>
a { background-color: #C953A8; }
a { background-color: rgb(201,83,168); }
div.DivClassName
{
background-color: #C953A8;
}
.BgClassName
{
background-color: #C953A8;
}
</style>
border-color css
<style>
span { border-color: #C953A8; }
span { border-color: rgb(201,83,168); }
td.TdClassName
{
border-color: #C953A8;
}
.TagClassName
{
border-color: #C953A8;
}
</style>