Shades of Fuchsia #C25BAE
Tints of Fuchsia #C25BAE
RGB
CMYK
RGB Variations
Color information
#C25BAE (or 0xC25BAE) is known color: Fuchsia. HEX triplet: C2, 5B and AE. RGB value is (194,91,174). Sum of RGB (Red+Green+Blue) = 194+91+174=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BAE is #3DA451. Grayscale: #838383. Windows color (decimal): -4039762 or 11426754. OLE color: 11426754.
HSL color Cylindrical-coordinate representation of color #C25BAE: hue angle of 311.65º 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 #C25BAE is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 174 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.24 |
| HSL | 311.65º | 0.46% | 0.56% | - |
| HSV(B) | 311.65º | 0.53% | 0.76% | - |
| XYZ | 33.63 | 22.01 | 42.52 | - |
| YUV | 131.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 174 | 0 | 0.53 | 0.10 | 0.24 | 311.65 | 0.46 | 0.56 |
| Hex | C2 | 5B | AE | 0 | 35 | A | 18 | 138 | 2E | 38 |
| Octal | 302 | 133 | 256 | 0 | 65 | 12 | 30 | 470 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10101110 | 0 | 110101 | 1010 | 11000 | 100111000 | 101110 | 111000 |
Color Harmonies of #C25BAE
Complementary color
Monochromatic Colors of #C25BAE
Black with #C25BAE
Text Example
Text Example
White with #C25BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BAE; }
p { color: rgb(194,91,174); }
H1.HeaderClassName
{
color: #C25BAE;
}
.AnyTagClassName
{
color: #C25BAE;
}
</style>
background-color css
<style>
a { background-color: #C25BAE; }
a { background-color: rgb(194,91,174); }
div.DivClassName
{
background-color: #C25BAE;
}
.BgClassName
{
background-color: #C25BAE;
}
</style>
border-color css
<style>
span { border-color: #C25BAE; }
span { border-color: rgb(194,91,174); }
td.TdClassName
{
border-color: #C25BAE;
}
.TagClassName
{
border-color: #C25BAE;
}
</style>