Shades of Fuchsia #C15FB0
Tints of Fuchsia #C15FB0
RGB
CMYK
RGB Variations
Color information
#C15FB0 (or 0xC15FB0) is known color: Fuchsia. HEX triplet: C1, 5F and B0. RGB value is (193,95,176). Sum of RGB (Red+Green+Blue) = 193+95+176=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FB0 is #3EA04F. Grayscale: #858585. Windows color (decimal): -4104272 or 11558849. OLE color: 11558849.
HSL color Cylindrical-coordinate representation of color #C15FB0: hue angle of 310.41º 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 #C15FB0 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 176 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.24 |
| HSL | 310.41º | 0.44% | 0.56% | - |
| HSV(B) | 310.41º | 0.51% | 0.76% | - |
| XYZ | 33.92 | 22.66 | 43.66 | - |
| YUV | 133.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 176 | 0 | 0.51 | 0.09 | 0.24 | 310.41 | 0.44 | 0.56 |
| Hex | C1 | 5F | B0 | 0 | 33 | 9 | 18 | 136 | 2C | 38 |
| Octal | 301 | 137 | 260 | 0 | 63 | 11 | 30 | 466 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10110000 | 0 | 110011 | 1001 | 11000 | 100110110 | 101100 | 111000 |
Color Harmonies of #C15FB0
Complementary color
Monochromatic Colors of #C15FB0
Black with #C15FB0
Text Example
Text Example
White with #C15FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FB0; }
p { color: rgb(193,95,176); }
H1.HeaderClassName
{
color: #C15FB0;
}
.AnyTagClassName
{
color: #C15FB0;
}
</style>
background-color css
<style>
a { background-color: #C15FB0; }
a { background-color: rgb(193,95,176); }
div.DivClassName
{
background-color: #C15FB0;
}
.BgClassName
{
background-color: #C15FB0;
}
</style>
border-color css
<style>
span { border-color: #C15FB0; }
span { border-color: rgb(193,95,176); }
td.TdClassName
{
border-color: #C15FB0;
}
.TagClassName
{
border-color: #C15FB0;
}
</style>