Shades of Fuchsia #C25BAB
Tints of Fuchsia #C25BAB
RGB
CMYK
RGB Variations
Color information
#C25BAB (or 0xC25BAB) is known color: Fuchsia. HEX triplet: C2, 5B and AB. RGB value is (194,91,171). Sum of RGB (Red+Green+Blue) = 194+91+171=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BAB is #3DA454. Grayscale: #828282. Windows color (decimal): -4039765 or 11230146. OLE color: 11230146.
HSL color Cylindrical-coordinate representation of color #C25BAB: hue angle of 313.4º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25BAB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 171 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.24 |
| HSL | 313.4º | 0.46% | 0.56% | - |
| HSV(B) | 313.4º | 0.53% | 0.76% | - |
| XYZ | 33.34 | 21.89 | 41 | - |
| YUV | 130.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 171 | 0 | 0.53 | 0.12 | 0.24 | 313.4 | 0.46 | 0.56 |
| Hex | C2 | 5B | AB | 0 | 35 | C | 18 | 139 | 2E | 38 |
| Octal | 302 | 133 | 253 | 0 | 65 | 14 | 30 | 471 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10101011 | 0 | 110101 | 1100 | 11000 | 100111001 | 101110 | 111000 |
Color Harmonies of #C25BAB
Complementary color
Monochromatic Colors of #C25BAB
Black with #C25BAB
Text Example
Text Example
White with #C25BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BAB; }
p { color: rgb(194,91,171); }
H1.HeaderClassName
{
color: #C25BAB;
}
.AnyTagClassName
{
color: #C25BAB;
}
</style>
background-color css
<style>
a { background-color: #C25BAB; }
a { background-color: rgb(194,91,171); }
div.DivClassName
{
background-color: #C25BAB;
}
.BgClassName
{
background-color: #C25BAB;
}
</style>
border-color css
<style>
span { border-color: #C25BAB; }
span { border-color: rgb(194,91,171); }
td.TdClassName
{
border-color: #C25BAB;
}
.TagClassName
{
border-color: #C25BAB;
}
</style>