Shades of Fuchsia #C25ABF
Tints of Fuchsia #C25ABF
RGB
CMYK
RGB Variations
Color information
#C25ABF (or 0xC25ABF) is known color: Fuchsia. HEX triplet: C2, 5A and BF. RGB value is (194,90,191). Sum of RGB (Red+Green+Blue) = 194+90+191=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C25ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ABF is #3DA540. Grayscale: #848484. Windows color (decimal): -4040001 or 12540610. OLE color: 12540610.
HSL color Cylindrical-coordinate representation of color #C25ABF: hue angle of 301.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25ABF is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 191 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.24 |
| HSL | 301.73º | 0.46% | 0.56% | - |
| HSV(B) | 301.73º | 0.54% | 0.76% | - |
| XYZ | 35.31 | 22.54 | 51.78 | - |
| YUV | 132.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 191 | 0 | 0.54 | 0.02 | 0.24 | 301.73 | 0.46 | 0.56 |
| Hex | C2 | 5A | BF | 0 | 36 | 2 | 18 | 12E | 2E | 38 |
| Octal | 302 | 132 | 277 | 0 | 66 | 2 | 30 | 456 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10111111 | 0 | 110110 | 10 | 11000 | 100101110 | 101110 | 111000 |
Color Harmonies of #C25ABF
Complementary color
Monochromatic Colors of #C25ABF
Black with #C25ABF
Text Example
Text Example
White with #C25ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ABF; }
p { color: rgb(194,90,191); }
H1.HeaderClassName
{
color: #C25ABF;
}
.AnyTagClassName
{
color: #C25ABF;
}
</style>
background-color css
<style>
a { background-color: #C25ABF; }
a { background-color: rgb(194,90,191); }
div.DivClassName
{
background-color: #C25ABF;
}
.BgClassName
{
background-color: #C25ABF;
}
</style>
border-color css
<style>
span { border-color: #C25ABF; }
span { border-color: rgb(194,90,191); }
td.TdClassName
{
border-color: #C25ABF;
}
.TagClassName
{
border-color: #C25ABF;
}
</style>