Shades of Fuchsia #C15FA8
Tints of Fuchsia #C15FA8
RGB
CMYK
RGB Variations
Color information
#C15FA8 (or 0xC15FA8) is known color: Fuchsia. HEX triplet: C1, 5F and A8. RGB value is (193,95,168). Sum of RGB (Red+Green+Blue) = 193+95+168=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FA8 is #3EA057. Grayscale: #848484. Windows color (decimal): -4104280 or 11034561. OLE color: 11034561.
HSL color Cylindrical-coordinate representation of color #C15FA8: hue angle of 315.31º 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 #C15FA8 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 168 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.24 |
| HSL | 315.31º | 0.44% | 0.56% | - |
| HSV(B) | 315.31º | 0.51% | 0.76% | - |
| XYZ | 33.15 | 22.35 | 39.61 | - |
| YUV | 132.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 168 | 0 | 0.51 | 0.13 | 0.24 | 315.31 | 0.44 | 0.56 |
| Hex | C1 | 5F | A8 | 0 | 33 | D | 18 | 13B | 2C | 38 |
| Octal | 301 | 137 | 250 | 0 | 63 | 15 | 30 | 473 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10101000 | 0 | 110011 | 1101 | 11000 | 100111011 | 101100 | 111000 |
Color Harmonies of #C15FA8
Complementary color
Monochromatic Colors of #C15FA8
Black with #C15FA8
Text Example
Text Example
White with #C15FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FA8; }
p { color: rgb(193,95,168); }
H1.HeaderClassName
{
color: #C15FA8;
}
.AnyTagClassName
{
color: #C15FA8;
}
</style>
background-color css
<style>
a { background-color: #C15FA8; }
a { background-color: rgb(193,95,168); }
div.DivClassName
{
background-color: #C15FA8;
}
.BgClassName
{
background-color: #C15FA8;
}
</style>
border-color css
<style>
span { border-color: #C15FA8; }
span { border-color: rgb(193,95,168); }
td.TdClassName
{
border-color: #C15FA8;
}
.TagClassName
{
border-color: #C15FA8;
}
</style>