Shades of Fuchsia #C15EC0
Tints of Fuchsia #C15EC0
RGB
CMYK
RGB Variations
Color information
#C15EC0 (or 0xC15EC0) is known color: Fuchsia. HEX triplet: C1, 5E and C0. RGB value is (193,94,192). Sum of RGB (Red+Green+Blue) = 193+94+192=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EC0 is #3EA13F. Grayscale: #868686. Windows color (decimal): -4104512 or 12607169. OLE color: 12607169.
HSL color Cylindrical-coordinate representation of color #C15EC0: hue angle of 300.61º 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 #C15EC0 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 192 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.24 |
| HSL | 300.61º | 0.44% | 0.56% | - |
| HSV(B) | 300.61º | 0.51% | 0.76% | - |
| XYZ | 35.51 | 23.15 | 52.47 | - |
| YUV | 134.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 192 | 0 | 0.51 | 0.01 | 0.24 | 300.61 | 0.44 | 0.56 |
| Hex | C1 | 5E | C0 | 0 | 33 | 1 | 18 | 12D | 2C | 38 |
| Octal | 301 | 136 | 300 | 0 | 63 | 1 | 30 | 455 | 54 | 70 |
| Binary | 11000001 | 1011110 | 11000000 | 0 | 110011 | 1 | 11000 | 100101101 | 101100 | 111000 |
Color Harmonies of #C15EC0
Complementary color
Monochromatic Colors of #C15EC0
Black with #C15EC0
Text Example
Text Example
White with #C15EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EC0; }
p { color: rgb(193,94,192); }
H1.HeaderClassName
{
color: #C15EC0;
}
.AnyTagClassName
{
color: #C15EC0;
}
</style>
background-color css
<style>
a { background-color: #C15EC0; }
a { background-color: rgb(193,94,192); }
div.DivClassName
{
background-color: #C15EC0;
}
.BgClassName
{
background-color: #C15EC0;
}
</style>
border-color css
<style>
span { border-color: #C15EC0; }
span { border-color: rgb(193,94,192); }
td.TdClassName
{
border-color: #C15EC0;
}
.TagClassName
{
border-color: #C15EC0;
}
</style>