Shades of Fuchsia #C15ABF
Tints of Fuchsia #C15ABF
RGB
CMYK
RGB Variations
Color information
#C15ABF (or 0xC15ABF) is known color: Fuchsia. HEX triplet: C1, 5A and BF. RGB value is (193,90,191). Sum of RGB (Red+Green+Blue) = 193+90+191=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C15ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ABF is #3EA540. Grayscale: #848484. Windows color (decimal): -4105537 or 12540609. OLE color: 12540609.
HSL color Cylindrical-coordinate representation of color #C15ABF: hue angle of 301.17º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15ABF is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 191 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.24 |
| HSL | 301.17º | 0.45% | 0.55% | - |
| HSV(B) | 301.17º | 0.53% | 0.76% | - |
| XYZ | 35.05 | 22.41 | 51.77 | - |
| YUV | 132.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 191 | 0 | 0.53 | 0.01 | 0.24 | 301.17 | 0.45 | 0.55 |
| Hex | C1 | 5A | BF | 0 | 35 | 1 | 18 | 12D | 2D | 37 |
| Octal | 301 | 132 | 277 | 0 | 65 | 1 | 30 | 455 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10111111 | 0 | 110101 | 1 | 11000 | 100101101 | 101101 | 110111 |
Color Harmonies of #C15ABF
Complementary color
Monochromatic Colors of #C15ABF
Black with #C15ABF
Text Example
Text Example
White with #C15ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ABF; }
p { color: rgb(193,90,191); }
H1.HeaderClassName
{
color: #C15ABF;
}
.AnyTagClassName
{
color: #C15ABF;
}
</style>
background-color css
<style>
a { background-color: #C15ABF; }
a { background-color: rgb(193,90,191); }
div.DivClassName
{
background-color: #C15ABF;
}
.BgClassName
{
background-color: #C15ABF;
}
</style>
border-color css
<style>
span { border-color: #C15ABF; }
span { border-color: rgb(193,90,191); }
td.TdClassName
{
border-color: #C15ABF;
}
.TagClassName
{
border-color: #C15ABF;
}
</style>