Shades of Fuchsia #C25BAC
Tints of Fuchsia #C25BAC
RGB
CMYK
RGB Variations
Color information
#C25BAC (or 0xC25BAC) is known color: Fuchsia. HEX triplet: C2, 5B and AC. RGB value is (194,91,172). Sum of RGB (Red+Green+Blue) = 194+91+172=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BAC is #3DA453. Grayscale: #828282. Windows color (decimal): -4039764 or 11295682. OLE color: 11295682.
HSL color Cylindrical-coordinate representation of color #C25BAC: hue angle of 312.82º 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 #C25BAC is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 172 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.24 |
| HSL | 312.82º | 0.46% | 0.56% | - |
| HSV(B) | 312.82º | 0.53% | 0.76% | - |
| XYZ | 33.44 | 21.93 | 41.5 | - |
| YUV | 131.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 172 | 0 | 0.53 | 0.11 | 0.24 | 312.82 | 0.46 | 0.56 |
| Hex | C2 | 5B | AC | 0 | 35 | B | 18 | 139 | 2E | 38 |
| Octal | 302 | 133 | 254 | 0 | 65 | 13 | 30 | 471 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10101100 | 0 | 110101 | 1011 | 11000 | 100111001 | 101110 | 111000 |
Color Harmonies of #C25BAC
Complementary color
Monochromatic Colors of #C25BAC
Black with #C25BAC
Text Example
Text Example
White with #C25BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BAC; }
p { color: rgb(194,91,172); }
H1.HeaderClassName
{
color: #C25BAC;
}
.AnyTagClassName
{
color: #C25BAC;
}
</style>
background-color css
<style>
a { background-color: #C25BAC; }
a { background-color: rgb(194,91,172); }
div.DivClassName
{
background-color: #C25BAC;
}
.BgClassName
{
background-color: #C25BAC;
}
</style>
border-color css
<style>
span { border-color: #C25BAC; }
span { border-color: rgb(194,91,172); }
td.TdClassName
{
border-color: #C25BAC;
}
.TagClassName
{
border-color: #C25BAC;
}
</style>