Shades of Fuchsia #C15EBA
Tints of Fuchsia #C15EBA
RGB
CMYK
RGB Variations
Color information
#C15EBA (or 0xC15EBA) is known color: Fuchsia. HEX triplet: C1, 5E and BA. RGB value is (193,94,186). Sum of RGB (Red+Green+Blue) = 193+94+186=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EBA is #3EA145. Grayscale: #858585. Windows color (decimal): -4104518 or 12213953. OLE color: 12213953.
HSL color Cylindrical-coordinate representation of color #C15EBA: hue angle of 304.24º 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 #C15EBA is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 186 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.24 |
| HSL | 304.24º | 0.44% | 0.56% | - |
| HSV(B) | 304.24º | 0.51% | 0.76% | - |
| XYZ | 34.86 | 22.89 | 49.04 | - |
| YUV | 134.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 186 | 0 | 0.51 | 0.04 | 0.24 | 304.24 | 0.44 | 0.56 |
| Hex | C1 | 5E | BA | 0 | 33 | 4 | 18 | 130 | 2C | 38 |
| Octal | 301 | 136 | 272 | 0 | 63 | 4 | 30 | 460 | 54 | 70 |
| Binary | 11000001 | 1011110 | 10111010 | 0 | 110011 | 100 | 11000 | 100110000 | 101100 | 111000 |
Color Harmonies of #C15EBA
Complementary color
Monochromatic Colors of #C15EBA
Black with #C15EBA
Text Example
Text Example
White with #C15EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EBA; }
p { color: rgb(193,94,186); }
H1.HeaderClassName
{
color: #C15EBA;
}
.AnyTagClassName
{
color: #C15EBA;
}
</style>
background-color css
<style>
a { background-color: #C15EBA; }
a { background-color: rgb(193,94,186); }
div.DivClassName
{
background-color: #C15EBA;
}
.BgClassName
{
background-color: #C15EBA;
}
</style>
border-color css
<style>
span { border-color: #C15EBA; }
span { border-color: rgb(193,94,186); }
td.TdClassName
{
border-color: #C15EBA;
}
.TagClassName
{
border-color: #C15EBA;
}
</style>