Shades of Fuchsia #C15BBA
Tints of Fuchsia #C15BBA
RGB
CMYK
RGB Variations
Color information
#C15BBA (or 0xC15BBA) is known color: Fuchsia. HEX triplet: C1, 5B and BA. RGB value is (193,91,186). Sum of RGB (Red+Green+Blue) = 193+91+186=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BBA is #3EA445. Grayscale: #848484. Windows color (decimal): -4105286 or 12213185. OLE color: 12213185.
HSL color Cylindrical-coordinate representation of color #C15BBA: hue angle of 304.12º 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 #C15BBA is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 186 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.24 |
| HSL | 304.12º | 0.45% | 0.56% | - |
| HSV(B) | 304.12º | 0.53% | 0.76% | - |
| XYZ | 34.6 | 22.36 | 48.95 | - |
| YUV | 132.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 186 | 0 | 0.53 | 0.04 | 0.24 | 304.12 | 0.45 | 0.56 |
| Hex | C1 | 5B | BA | 0 | 35 | 4 | 18 | 130 | 2D | 38 |
| Octal | 301 | 133 | 272 | 0 | 65 | 4 | 30 | 460 | 55 | 70 |
| Binary | 11000001 | 1011011 | 10111010 | 0 | 110101 | 100 | 11000 | 100110000 | 101101 | 111000 |
Color Harmonies of #C15BBA
Complementary color
Monochromatic Colors of #C15BBA
Black with #C15BBA
Text Example
Text Example
White with #C15BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BBA; }
p { color: rgb(193,91,186); }
H1.HeaderClassName
{
color: #C15BBA;
}
.AnyTagClassName
{
color: #C15BBA;
}
</style>
background-color css
<style>
a { background-color: #C15BBA; }
a { background-color: rgb(193,91,186); }
div.DivClassName
{
background-color: #C15BBA;
}
.BgClassName
{
background-color: #C15BBA;
}
</style>
border-color css
<style>
span { border-color: #C15BBA; }
span { border-color: rgb(193,91,186); }
td.TdClassName
{
border-color: #C15BBA;
}
.TagClassName
{
border-color: #C15BBA;
}
</style>