Shades of Fuchsia #C15EB2
Tints of Fuchsia #C15EB2
RGB
CMYK
RGB Variations
Color information
#C15EB2 (or 0xC15EB2) is known color: Fuchsia. HEX triplet: C1, 5E and B2. RGB value is (193,94,178). Sum of RGB (Red+Green+Blue) = 193+94+178=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15EB2 is #3EA14D. Grayscale: #848484. Windows color (decimal): -4104526 or 11689665. OLE color: 11689665.
HSL color Cylindrical-coordinate representation of color #C15EB2: hue angle of 309.09º 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 #C15EB2 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 178 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.24 |
| HSL | 309.09º | 0.44% | 0.56% | - |
| HSV(B) | 309.09º | 0.51% | 0.76% | - |
| XYZ | 34.03 | 22.56 | 44.68 | - |
| YUV | 133.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 178 | 0 | 0.51 | 0.08 | 0.24 | 309.09 | 0.44 | 0.56 |
| Hex | C1 | 5E | B2 | 0 | 33 | 8 | 18 | 135 | 2C | 38 |
| Octal | 301 | 136 | 262 | 0 | 63 | 10 | 30 | 465 | 54 | 70 |
| Binary | 11000001 | 1011110 | 10110010 | 0 | 110011 | 1000 | 11000 | 100110101 | 101100 | 111000 |
Color Harmonies of #C15EB2
Complementary color
Monochromatic Colors of #C15EB2
Black with #C15EB2
Text Example
Text Example
White with #C15EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EB2; }
p { color: rgb(193,94,178); }
H1.HeaderClassName
{
color: #C15EB2;
}
.AnyTagClassName
{
color: #C15EB2;
}
</style>
background-color css
<style>
a { background-color: #C15EB2; }
a { background-color: rgb(193,94,178); }
div.DivClassName
{
background-color: #C15EB2;
}
.BgClassName
{
background-color: #C15EB2;
}
</style>
border-color css
<style>
span { border-color: #C15EB2; }
span { border-color: rgb(193,94,178); }
td.TdClassName
{
border-color: #C15EB2;
}
.TagClassName
{
border-color: #C15EB2;
}
</style>