Shades of Fuchsia #C15BAA
Tints of Fuchsia #C15BAA
RGB
CMYK
RGB Variations
Color information
#C15BAA (or 0xC15BAA) is known color: Fuchsia. HEX triplet: C1, 5B and AA. RGB value is (193,91,170). Sum of RGB (Red+Green+Blue) = 193+91+170=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BAA is #3EA455. Grayscale: #828282. Windows color (decimal): -4105302 or 11164609. OLE color: 11164609.
HSL color Cylindrical-coordinate representation of color #C15BAA: hue angle of 313.53º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15BAA is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 170 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.24 |
| HSL | 313.53º | 0.45% | 0.56% | - |
| HSV(B) | 313.53º | 0.53% | 0.76% | - |
| XYZ | 32.99 | 21.72 | 40.48 | - |
| YUV | 130.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 170 | 0 | 0.53 | 0.12 | 0.24 | 313.53 | 0.45 | 0.56 |
| Hex | C1 | 5B | AA | 0 | 35 | C | 18 | 13A | 2D | 38 |
| Octal | 301 | 133 | 252 | 0 | 65 | 14 | 30 | 472 | 55 | 70 |
| Binary | 11000001 | 1011011 | 10101010 | 0 | 110101 | 1100 | 11000 | 100111010 | 101101 | 111000 |
Color Harmonies of #C15BAA
Complementary color
Monochromatic Colors of #C15BAA
Black with #C15BAA
Text Example
Text Example
White with #C15BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BAA; }
p { color: rgb(193,91,170); }
H1.HeaderClassName
{
color: #C15BAA;
}
.AnyTagClassName
{
color: #C15BAA;
}
</style>
background-color css
<style>
a { background-color: #C15BAA; }
a { background-color: rgb(193,91,170); }
div.DivClassName
{
background-color: #C15BAA;
}
.BgClassName
{
background-color: #C15BAA;
}
</style>
border-color css
<style>
span { border-color: #C15BAA; }
span { border-color: rgb(193,91,170); }
td.TdClassName
{
border-color: #C15BAA;
}
.TagClassName
{
border-color: #C15BAA;
}
</style>