Shades of Fuchsia #C15FAC
Tints of Fuchsia #C15FAC
RGB
CMYK
RGB Variations
Color information
#C15FAC (or 0xC15FAC) is known color: Fuchsia. HEX triplet: C1, 5F and AC. RGB value is (193,95,172). Sum of RGB (Red+Green+Blue) = 193+95+172=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FAC is #3EA053. Grayscale: #848484. Windows color (decimal): -4104276 or 11296705. OLE color: 11296705.
HSL color Cylindrical-coordinate representation of color #C15FAC: hue angle of 312.86º 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 #C15FAC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 172 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.24 |
| HSL | 312.86º | 0.44% | 0.56% | - |
| HSV(B) | 312.86º | 0.51% | 0.76% | - |
| XYZ | 33.53 | 22.5 | 41.61 | - |
| YUV | 133.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 172 | 0 | 0.51 | 0.11 | 0.24 | 312.86 | 0.44 | 0.56 |
| Hex | C1 | 5F | AC | 0 | 33 | B | 18 | 139 | 2C | 38 |
| Octal | 301 | 137 | 254 | 0 | 63 | 13 | 30 | 471 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10101100 | 0 | 110011 | 1011 | 11000 | 100111001 | 101100 | 111000 |
Color Harmonies of #C15FAC
Complementary color
Monochromatic Colors of #C15FAC
Black with #C15FAC
Text Example
Text Example
White with #C15FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FAC; }
p { color: rgb(193,95,172); }
H1.HeaderClassName
{
color: #C15FAC;
}
.AnyTagClassName
{
color: #C15FAC;
}
</style>
background-color css
<style>
a { background-color: #C15FAC; }
a { background-color: rgb(193,95,172); }
div.DivClassName
{
background-color: #C15FAC;
}
.BgClassName
{
background-color: #C15FAC;
}
</style>
border-color css
<style>
span { border-color: #C15FAC; }
span { border-color: rgb(193,95,172); }
td.TdClassName
{
border-color: #C15FAC;
}
.TagClassName
{
border-color: #C15FAC;
}
</style>