Shades of Fuchsia #C15BBF
Tints of Fuchsia #C15BBF
RGB
CMYK
RGB Variations
Color information
#C15BBF (or 0xC15BBF) is known color: Fuchsia. HEX triplet: C1, 5B and BF. RGB value is (193,91,191). Sum of RGB (Red+Green+Blue) = 193+91+191=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BBF is #3EA440. Grayscale: #848484. Windows color (decimal): -4105281 or 12540865. OLE color: 12540865.
HSL color Cylindrical-coordinate representation of color #C15BBF: hue angle of 301.18º 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 #C15BBF is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 191 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.24 |
| HSL | 301.18º | 0.45% | 0.56% | - |
| HSV(B) | 301.18º | 0.53% | 0.76% | - |
| XYZ | 35.14 | 22.58 | 51.8 | - |
| YUV | 132.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 191 | 0 | 0.53 | 0.01 | 0.24 | 301.18 | 0.45 | 0.56 |
| Hex | C1 | 5B | BF | 0 | 35 | 1 | 18 | 12D | 2D | 38 |
| Octal | 301 | 133 | 277 | 0 | 65 | 1 | 30 | 455 | 55 | 70 |
| Binary | 11000001 | 1011011 | 10111111 | 0 | 110101 | 1 | 11000 | 100101101 | 101101 | 111000 |
Color Harmonies of #C15BBF
Complementary color
Monochromatic Colors of #C15BBF
Black with #C15BBF
Text Example
Text Example
White with #C15BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BBF; }
p { color: rgb(193,91,191); }
H1.HeaderClassName
{
color: #C15BBF;
}
.AnyTagClassName
{
color: #C15BBF;
}
</style>
background-color css
<style>
a { background-color: #C15BBF; }
a { background-color: rgb(193,91,191); }
div.DivClassName
{
background-color: #C15BBF;
}
.BgClassName
{
background-color: #C15BBF;
}
</style>
border-color css
<style>
span { border-color: #C15BBF; }
span { border-color: rgb(193,91,191); }
td.TdClassName
{
border-color: #C15BBF;
}
.TagClassName
{
border-color: #C15BBF;
}
</style>