Shades of Fuchsia #C15EC3
Tints of Fuchsia #C15EC3
RGB
CMYK
RGB Variations
Color information
#C15EC3 (or 0xC15EC3) is known color: Fuchsia. HEX triplet: C1, 5E and C3. RGB value is (193,94,195). Sum of RGB (Red+Green+Blue) = 193+94+195=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #C15EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EC3 is #3EA13C. Grayscale: #868686. Windows color (decimal): -4104509 or 12803777. OLE color: 12803777.
HSL color Cylindrical-coordinate representation of color #C15EC3: hue angle of 298.81º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15EC3 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 195 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.24 |
| HSL | 298.81º | 0.46% | 0.57% | - |
| HSV(B) | 298.81º | 0.52% | 0.76% | - |
| XYZ | 35.85 | 23.28 | 54.23 | - |
| YUV | 135.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 195 | 0.01 | 0.52 | 0 | 0.24 | 298.81 | 0.46 | 0.57 |
| Hex | C1 | 5E | C3 | 1 | 34 | 0 | 18 | 12B | 2E | 39 |
| Octal | 301 | 136 | 303 | 1 | 64 | 0 | 30 | 453 | 56 | 71 |
| Binary | 11000001 | 1011110 | 11000011 | 1 | 110100 | 0 | 11000 | 100101011 | 101110 | 111001 |
Color Harmonies of #C15EC3
Complementary color
Monochromatic Colors of #C15EC3
Black with #C15EC3
Text Example
Text Example
White with #C15EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EC3; }
p { color: rgb(193,94,195); }
H1.HeaderClassName
{
color: #C15EC3;
}
.AnyTagClassName
{
color: #C15EC3;
}
</style>
background-color css
<style>
a { background-color: #C15EC3; }
a { background-color: rgb(193,94,195); }
div.DivClassName
{
background-color: #C15EC3;
}
.BgClassName
{
background-color: #C15EC3;
}
</style>
border-color css
<style>
span { border-color: #C15EC3; }
span { border-color: rgb(193,94,195); }
td.TdClassName
{
border-color: #C15EC3;
}
.TagClassName
{
border-color: #C15EC3;
}
</style>