Shades of Mulberry #C245A7
Tints of Mulberry #C245A7
RGB
CMYK
RGB Variations
Color information
#C245A7 (or 0xC245A7) is known color: Mulberry. HEX triplet: C2, 45 and A7. RGB value is (194,69,167). Sum of RGB (Red+Green+Blue) = 194+69+167=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C245A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245A7 is #3DBA58. Grayscale: #757575. Windows color (decimal): -4045401 or 10962370. OLE color: 10962370.
HSL color Cylindrical-coordinate representation of color #C245A7: hue angle of 312.96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C245A7 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 167 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.24 |
| HSL | 312.96º | 0.51% | 0.52% | - |
| HSV(B) | 312.96º | 0.64% | 0.76% | - |
| XYZ | 31.35 | 18.52 | 38.48 | - |
| YUV | 117.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 167 | 0 | 0.64 | 0.14 | 0.24 | 312.96 | 0.51 | 0.52 |
| Hex | C2 | 45 | A7 | 0 | 40 | E | 18 | 139 | 33 | 34 |
| Octal | 302 | 105 | 247 | 0 | 100 | 16 | 30 | 471 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10100111 | 0 | 1000000 | 1110 | 11000 | 100111001 | 110011 | 110100 |
Color Harmonies of #C245A7
Complementary color
Monochromatic Colors of #C245A7
Black with #C245A7
Text Example
Text Example
White with #C245A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245A7; }
p { color: rgb(194,69,167); }
H1.HeaderClassName
{
color: #C245A7;
}
.AnyTagClassName
{
color: #C245A7;
}
</style>
background-color css
<style>
a { background-color: #C245A7; }
a { background-color: rgb(194,69,167); }
div.DivClassName
{
background-color: #C245A7;
}
.BgClassName
{
background-color: #C245A7;
}
</style>
border-color css
<style>
span { border-color: #C245A7; }
span { border-color: rgb(194,69,167); }
td.TdClassName
{
border-color: #C245A7;
}
.TagClassName
{
border-color: #C245A7;
}
</style>