Shades of Fuchsia #C25CAA
Tints of Fuchsia #C25CAA
RGB
CMYK
RGB Variations
Color information
#C25CAA (or 0xC25CAA) is known color: Fuchsia. HEX triplet: C2, 5C and AA. RGB value is (194,92,170). Sum of RGB (Red+Green+Blue) = 194+92+170=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CAA is #3DA355. Grayscale: #838383. Windows color (decimal): -4039510 or 11164866. OLE color: 11164866.
HSL color Cylindrical-coordinate representation of color #C25CAA: hue angle of 314.12º 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 #C25CAA is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 170 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.24 |
| HSL | 314.12º | 0.46% | 0.56% | - |
| HSV(B) | 314.12º | 0.53% | 0.76% | - |
| XYZ | 33.33 | 22.03 | 40.52 | - |
| YUV | 131.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 170 | 0 | 0.53 | 0.12 | 0.24 | 314.12 | 0.46 | 0.56 |
| Hex | C2 | 5C | AA | 0 | 35 | C | 18 | 13A | 2E | 38 |
| Octal | 302 | 134 | 252 | 0 | 65 | 14 | 30 | 472 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10101010 | 0 | 110101 | 1100 | 11000 | 100111010 | 101110 | 111000 |
Color Harmonies of #C25CAA
Complementary color
Monochromatic Colors of #C25CAA
Black with #C25CAA
Text Example
Text Example
White with #C25CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CAA; }
p { color: rgb(194,92,170); }
H1.HeaderClassName
{
color: #C25CAA;
}
.AnyTagClassName
{
color: #C25CAA;
}
</style>
background-color css
<style>
a { background-color: #C25CAA; }
a { background-color: rgb(194,92,170); }
div.DivClassName
{
background-color: #C25CAA;
}
.BgClassName
{
background-color: #C25CAA;
}
</style>
border-color css
<style>
span { border-color: #C25CAA; }
span { border-color: rgb(194,92,170); }
td.TdClassName
{
border-color: #C25CAA;
}
.TagClassName
{
border-color: #C25CAA;
}
</style>