Shades of Fuchsia #C25AB9
Tints of Fuchsia #C25AB9
RGB
CMYK
RGB Variations
Color information
#C25AB9 (or 0xC25AB9) is known color: Fuchsia. HEX triplet: C2, 5A and B9. RGB value is (194,90,185). Sum of RGB (Red+Green+Blue) = 194+90+185=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AB9 is #3DA546. Grayscale: #838383. Windows color (decimal): -4040007 or 12147394. OLE color: 12147394.
HSL color Cylindrical-coordinate representation of color #C25AB9: hue angle of 305.19º 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 #C25AB9 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 185 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.24 |
| HSL | 305.19º | 0.46% | 0.56% | - |
| HSV(B) | 305.19º | 0.54% | 0.76% | - |
| XYZ | 34.66 | 22.28 | 48.37 | - |
| YUV | 131.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 185 | 0 | 0.54 | 0.05 | 0.24 | 305.19 | 0.46 | 0.56 |
| Hex | C2 | 5A | B9 | 0 | 36 | 5 | 18 | 131 | 2E | 38 |
| Octal | 302 | 132 | 271 | 0 | 66 | 5 | 30 | 461 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10111001 | 0 | 110110 | 101 | 11000 | 100110001 | 101110 | 111000 |
Color Harmonies of #C25AB9
Complementary color
Monochromatic Colors of #C25AB9
Black with #C25AB9
Text Example
Text Example
White with #C25AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AB9; }
p { color: rgb(194,90,185); }
H1.HeaderClassName
{
color: #C25AB9;
}
.AnyTagClassName
{
color: #C25AB9;
}
</style>
background-color css
<style>
a { background-color: #C25AB9; }
a { background-color: rgb(194,90,185); }
div.DivClassName
{
background-color: #C25AB9;
}
.BgClassName
{
background-color: #C25AB9;
}
</style>
border-color css
<style>
span { border-color: #C25AB9; }
span { border-color: rgb(194,90,185); }
td.TdClassName
{
border-color: #C25AB9;
}
.TagClassName
{
border-color: #C25AB9;
}
</style>