Shades of Fuchsia #C15EC9
Tints of Fuchsia #C15EC9
RGB
CMYK
RGB Variations
Color information
#C15EC9 (or 0xC15EC9) is known color: Fuchsia. HEX triplet: C1, 5E and C9. RGB value is (193,94,201). Sum of RGB (Red+Green+Blue) = 193+94+201=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #C15EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EC9 is #3EA136. Grayscale: #878787. Windows color (decimal): -4104503 or 13196993. OLE color: 13196993.
HSL color Cylindrical-coordinate representation of color #C15EC9: hue angle of 295.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15EC9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 94 | 201 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.21 |
| HSL | 295.51º | 0.5% | 0.58% | - |
| HSV(B) | 295.51º | 0.53% | 0.79% | - |
| XYZ | 36.54 | 23.56 | 57.88 | - |
| YUV | 135.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 201 | 0.04 | 0.53 | 0 | 0.21 | 295.51 | 0.5 | 0.58 |
| Hex | C1 | 5E | C9 | 4 | 35 | 0 | 15 | 128 | 32 | 3A |
| Octal | 301 | 136 | 311 | 4 | 65 | 0 | 25 | 450 | 62 | 72 |
| Binary | 11000001 | 1011110 | 11001001 | 100 | 110101 | 0 | 10101 | 100101000 | 110010 | 111010 |
Color Harmonies of #C15EC9
Complementary color
Monochromatic Colors of #C15EC9
Black with #C15EC9
Text Example
Text Example
White with #C15EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EC9; }
p { color: rgb(193,94,201); }
H1.HeaderClassName
{
color: #C15EC9;
}
.AnyTagClassName
{
color: #C15EC9;
}
</style>
background-color css
<style>
a { background-color: #C15EC9; }
a { background-color: rgb(193,94,201); }
div.DivClassName
{
background-color: #C15EC9;
}
.BgClassName
{
background-color: #C15EC9;
}
</style>
border-color css
<style>
span { border-color: #C15EC9; }
span { border-color: rgb(193,94,201); }
td.TdClassName
{
border-color: #C15EC9;
}
.TagClassName
{
border-color: #C15EC9;
}
</style>