Shades of Fuchsia #C15EAC
Tints of Fuchsia #C15EAC
RGB
CMYK
RGB Variations
Color information
#C15EAC (or 0xC15EAC) is known color: Fuchsia. HEX triplet: C1, 5E and AC. RGB value is (193,94,172). Sum of RGB (Red+Green+Blue) = 193+94+172=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15EAC is #3EA153. Grayscale: #848484. Windows color (decimal): -4104532 or 11296449. OLE color: 11296449.
HSL color Cylindrical-coordinate representation of color #C15EAC: hue angle of 312.73º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15EAC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 172 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.24 |
| HSL | 312.73º | 0.44% | 0.56% | - |
| HSV(B) | 312.73º | 0.51% | 0.76% | - |
| XYZ | 33.44 | 22.32 | 41.58 | - |
| YUV | 132.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 172 | 0 | 0.51 | 0.11 | 0.24 | 312.73 | 0.44 | 0.56 |
| Hex | C1 | 5E | AC | 0 | 33 | B | 18 | 139 | 2C | 38 |
| Octal | 301 | 136 | 254 | 0 | 63 | 13 | 30 | 471 | 54 | 70 |
| Binary | 11000001 | 1011110 | 10101100 | 0 | 110011 | 1011 | 11000 | 100111001 | 101100 | 111000 |
Color Harmonies of #C15EAC
Complementary color
Monochromatic Colors of #C15EAC
Black with #C15EAC
Text Example
Text Example
White with #C15EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EAC; }
p { color: rgb(193,94,172); }
H1.HeaderClassName
{
color: #C15EAC;
}
.AnyTagClassName
{
color: #C15EAC;
}
</style>
background-color css
<style>
a { background-color: #C15EAC; }
a { background-color: rgb(193,94,172); }
div.DivClassName
{
background-color: #C15EAC;
}
.BgClassName
{
background-color: #C15EAC;
}
</style>
border-color css
<style>
span { border-color: #C15EAC; }
span { border-color: rgb(193,94,172); }
td.TdClassName
{
border-color: #C15EAC;
}
.TagClassName
{
border-color: #C15EAC;
}
</style>