Shades of Fuchsia #C25DAA
Tints of Fuchsia #C25DAA
RGB
CMYK
RGB Variations
Color information
#C25DAA (or 0xC25DAA) is known color: Fuchsia. HEX triplet: C2, 5D and AA. RGB value is (194,93,170). Sum of RGB (Red+Green+Blue) = 194+93+170=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DAA is #3DA255. Grayscale: #838383. Windows color (decimal): -4039254 or 11165122. OLE color: 11165122.
HSL color Cylindrical-coordinate representation of color #C25DAA: hue angle of 314.26º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25DAA is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 170 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.24 |
| HSL | 314.26º | 0.45% | 0.56% | - |
| HSV(B) | 314.26º | 0.52% | 0.76% | - |
| XYZ | 33.42 | 22.2 | 40.55 | - |
| YUV | 131.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 170 | 0 | 0.52 | 0.12 | 0.24 | 314.26 | 0.45 | 0.56 |
| Hex | C2 | 5D | AA | 0 | 34 | C | 18 | 13A | 2D | 38 |
| Octal | 302 | 135 | 252 | 0 | 64 | 14 | 30 | 472 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10101010 | 0 | 110100 | 1100 | 11000 | 100111010 | 101101 | 111000 |
Color Harmonies of #C25DAA
Complementary color
Monochromatic Colors of #C25DAA
Black with #C25DAA
Text Example
Text Example
White with #C25DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DAA; }
p { color: rgb(194,93,170); }
H1.HeaderClassName
{
color: #C25DAA;
}
.AnyTagClassName
{
color: #C25DAA;
}
</style>
background-color css
<style>
a { background-color: #C25DAA; }
a { background-color: rgb(194,93,170); }
div.DivClassName
{
background-color: #C25DAA;
}
.BgClassName
{
background-color: #C25DAA;
}
</style>
border-color css
<style>
span { border-color: #C25DAA; }
span { border-color: rgb(194,93,170); }
td.TdClassName
{
border-color: #C25DAA;
}
.TagClassName
{
border-color: #C25DAA;
}
</style>