Shades of Fuchsia #C25AB0
Tints of Fuchsia #C25AB0
RGB
CMYK
RGB Variations
Color information
#C25AB0 (or 0xC25AB0) is known color: Fuchsia. HEX triplet: C2, 5A and B0. RGB value is (194,90,176). Sum of RGB (Red+Green+Blue) = 194+90+176=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AB0 is #3DA54F. Grayscale: #828282. Windows color (decimal): -4040016 or 11557570. OLE color: 11557570.
HSL color Cylindrical-coordinate representation of color #C25AB0: hue angle of 310.38º 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 #C25AB0 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 176 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.24 |
| HSL | 310.38º | 0.46% | 0.56% | - |
| HSV(B) | 310.38º | 0.54% | 0.76% | - |
| XYZ | 33.74 | 21.92 | 43.53 | - |
| YUV | 130.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 176 | 0 | 0.54 | 0.09 | 0.24 | 310.38 | 0.46 | 0.56 |
| Hex | C2 | 5A | B0 | 0 | 36 | 9 | 18 | 136 | 2E | 38 |
| Octal | 302 | 132 | 260 | 0 | 66 | 11 | 30 | 466 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10110000 | 0 | 110110 | 1001 | 11000 | 100110110 | 101110 | 111000 |
Color Harmonies of #C25AB0
Complementary color
Monochromatic Colors of #C25AB0
Black with #C25AB0
Text Example
Text Example
White with #C25AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AB0; }
p { color: rgb(194,90,176); }
H1.HeaderClassName
{
color: #C25AB0;
}
.AnyTagClassName
{
color: #C25AB0;
}
</style>
background-color css
<style>
a { background-color: #C25AB0; }
a { background-color: rgb(194,90,176); }
div.DivClassName
{
background-color: #C25AB0;
}
.BgClassName
{
background-color: #C25AB0;
}
</style>
border-color css
<style>
span { border-color: #C25AB0; }
span { border-color: rgb(194,90,176); }
td.TdClassName
{
border-color: #C25AB0;
}
.TagClassName
{
border-color: #C25AB0;
}
</style>