Shades of Fuchsia #C25AB2
Tints of Fuchsia #C25AB2
RGB
CMYK
RGB Variations
Color information
#C25AB2 (or 0xC25AB2) is known color: Fuchsia. HEX triplet: C2, 5A and B2. RGB value is (194,90,178). Sum of RGB (Red+Green+Blue) = 194+90+178=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AB2 is #3DA54D. Grayscale: #828282. Windows color (decimal): -4040014 or 11688642. OLE color: 11688642.
HSL color Cylindrical-coordinate representation of color #C25AB2: hue angle of 309.23º 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 #C25AB2 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 178 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.24 |
| HSL | 309.23º | 0.46% | 0.56% | - |
| HSV(B) | 309.23º | 0.54% | 0.76% | - |
| XYZ | 33.94 | 22 | 44.58 | - |
| YUV | 131.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 178 | 0 | 0.54 | 0.08 | 0.24 | 309.23 | 0.46 | 0.56 |
| Hex | C2 | 5A | B2 | 0 | 36 | 8 | 18 | 135 | 2E | 38 |
| Octal | 302 | 132 | 262 | 0 | 66 | 10 | 30 | 465 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10110010 | 0 | 110110 | 1000 | 11000 | 100110101 | 101110 | 111000 |
Color Harmonies of #C25AB2
Complementary color
Monochromatic Colors of #C25AB2
Black with #C25AB2
Text Example
Text Example
White with #C25AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AB2; }
p { color: rgb(194,90,178); }
H1.HeaderClassName
{
color: #C25AB2;
}
.AnyTagClassName
{
color: #C25AB2;
}
</style>
background-color css
<style>
a { background-color: #C25AB2; }
a { background-color: rgb(194,90,178); }
div.DivClassName
{
background-color: #C25AB2;
}
.BgClassName
{
background-color: #C25AB2;
}
</style>
border-color css
<style>
span { border-color: #C25AB2; }
span { border-color: rgb(194,90,178); }
td.TdClassName
{
border-color: #C25AB2;
}
.TagClassName
{
border-color: #C25AB2;
}
</style>