Shades of Fuchsia #C25AAA
Tints of Fuchsia #C25AAA
RGB
CMYK
RGB Variations
Color information
#C25AAA (or 0xC25AAA) is known color: Fuchsia. HEX triplet: C2, 5A and AA. RGB value is (194,90,170). Sum of RGB (Red+Green+Blue) = 194+90+170=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AAA is #3DA555. Grayscale: #818181. Windows color (decimal): -4040022 or 11164354. OLE color: 11164354.
HSL color Cylindrical-coordinate representation of color #C25AAA: hue angle of 313.85º 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 #C25AAA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 170 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.24 |
| HSL | 313.85º | 0.46% | 0.56% | - |
| HSV(B) | 313.85º | 0.54% | 0.76% | - |
| XYZ | 33.16 | 21.68 | 40.47 | - |
| YUV | 130.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 170 | 0 | 0.54 | 0.12 | 0.24 | 313.85 | 0.46 | 0.56 |
| Hex | C2 | 5A | AA | 0 | 36 | C | 18 | 13A | 2E | 38 |
| Octal | 302 | 132 | 252 | 0 | 66 | 14 | 30 | 472 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10101010 | 0 | 110110 | 1100 | 11000 | 100111010 | 101110 | 111000 |
Color Harmonies of #C25AAA
Complementary color
Monochromatic Colors of #C25AAA
Black with #C25AAA
Text Example
Text Example
White with #C25AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AAA; }
p { color: rgb(194,90,170); }
H1.HeaderClassName
{
color: #C25AAA;
}
.AnyTagClassName
{
color: #C25AAA;
}
</style>
background-color css
<style>
a { background-color: #C25AAA; }
a { background-color: rgb(194,90,170); }
div.DivClassName
{
background-color: #C25AAA;
}
.BgClassName
{
background-color: #C25AAA;
}
</style>
border-color css
<style>
span { border-color: #C25AAA; }
span { border-color: rgb(194,90,170); }
td.TdClassName
{
border-color: #C25AAA;
}
.TagClassName
{
border-color: #C25AAA;
}
</style>