Shades of Fuchsia #C15ECA
Tints of Fuchsia #C15ECA
RGB
CMYK
RGB Variations
Color information
#C15ECA (or 0xC15ECA) is known color: Fuchsia. HEX triplet: C1, 5E and CA. RGB value is (193,94,202). Sum of RGB (Red+Green+Blue) = 193+94+202=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #C15ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ECA is #3EA135. Grayscale: #878787. Windows color (decimal): -4104502 or 13262529. OLE color: 13262529.
HSL color Cylindrical-coordinate representation of color #C15ECA: hue angle of 295º 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 #C15ECA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 94 | 202 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.21 |
| HSL | 295º | 0.5% | 0.58% | - |
| HSV(B) | 295º | 0.53% | 0.79% | - |
| XYZ | 36.66 | 23.61 | 58.5 | - |
| YUV | 135.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 202 | 0.04 | 0.53 | 0 | 0.21 | 295 | 0.5 | 0.58 |
| Hex | C1 | 5E | CA | 4 | 35 | 0 | 15 | 127 | 32 | 3A |
| Octal | 301 | 136 | 312 | 4 | 65 | 0 | 25 | 447 | 62 | 72 |
| Binary | 11000001 | 1011110 | 11001010 | 100 | 110101 | 0 | 10101 | 100100111 | 110010 | 111010 |
Color Harmonies of #C15ECA
Complementary color
Monochromatic Colors of #C15ECA
Black with #C15ECA
Text Example
Text Example
White with #C15ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ECA; }
p { color: rgb(193,94,202); }
H1.HeaderClassName
{
color: #C15ECA;
}
.AnyTagClassName
{
color: #C15ECA;
}
</style>
background-color css
<style>
a { background-color: #C15ECA; }
a { background-color: rgb(193,94,202); }
div.DivClassName
{
background-color: #C15ECA;
}
.BgClassName
{
background-color: #C15ECA;
}
</style>
border-color css
<style>
span { border-color: #C15ECA; }
span { border-color: rgb(193,94,202); }
td.TdClassName
{
border-color: #C15ECA;
}
.TagClassName
{
border-color: #C15ECA;
}
</style>