Shades of Fuchsia #C15EB1
Tints of Fuchsia #C15EB1
RGB
CMYK
RGB Variations
Color information
#C15EB1 (or 0xC15EB1) is known color: Fuchsia. HEX triplet: C1, 5E and B1. RGB value is (193,94,177). Sum of RGB (Red+Green+Blue) = 193+94+177=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15EB1 is #3EA14E. Grayscale: #848484. Windows color (decimal): -4104527 or 11624129. OLE color: 11624129.
HSL color Cylindrical-coordinate representation of color #C15EB1: hue angle of 309.7º 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 #C15EB1 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 177 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.24 |
| HSL | 309.7º | 0.44% | 0.56% | - |
| HSV(B) | 309.7º | 0.51% | 0.76% | - |
| XYZ | 33.93 | 22.52 | 44.15 | - |
| YUV | 133.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 177 | 0 | 0.51 | 0.08 | 0.24 | 309.7 | 0.44 | 0.56 |
| Hex | C1 | 5E | B1 | 0 | 33 | 8 | 18 | 136 | 2C | 38 |
| Octal | 301 | 136 | 261 | 0 | 63 | 10 | 30 | 466 | 54 | 70 |
| Binary | 11000001 | 1011110 | 10110001 | 0 | 110011 | 1000 | 11000 | 100110110 | 101100 | 111000 |
Color Harmonies of #C15EB1
Complementary color
Monochromatic Colors of #C15EB1
Black with #C15EB1
Text Example
Text Example
White with #C15EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EB1; }
p { color: rgb(193,94,177); }
H1.HeaderClassName
{
color: #C15EB1;
}
.AnyTagClassName
{
color: #C15EB1;
}
</style>
background-color css
<style>
a { background-color: #C15EB1; }
a { background-color: rgb(193,94,177); }
div.DivClassName
{
background-color: #C15EB1;
}
.BgClassName
{
background-color: #C15EB1;
}
</style>
border-color css
<style>
span { border-color: #C15EB1; }
span { border-color: rgb(193,94,177); }
td.TdClassName
{
border-color: #C15EB1;
}
.TagClassName
{
border-color: #C15EB1;
}
</style>