Shades of Fuchsia #C251AA
Tints of Fuchsia #C251AA
RGB
CMYK
RGB Variations
Color information
#C251AA (or 0xC251AA) is known color: Fuchsia. HEX triplet: C2, 51 and AA. RGB value is (194,81,170). Sum of RGB (Red+Green+Blue) = 194+81+170=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C251AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251AA is #3DAE55. Grayscale: #7C7C7C. Windows color (decimal): -4042326 or 11162050. OLE color: 11162050.
HSL color Cylindrical-coordinate representation of color #C251AA: hue angle of 312.74º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C251AA is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 170 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.24 |
| HSL | 312.74º | 0.48% | 0.54% | - |
| HSV(B) | 312.74º | 0.58% | 0.76% | - |
| XYZ | 32.45 | 20.26 | 40.23 | - |
| YUV | 124.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 170 | 0 | 0.58 | 0.12 | 0.24 | 312.74 | 0.48 | 0.54 |
| Hex | C2 | 51 | AA | 0 | 3A | C | 18 | 139 | 30 | 36 |
| Octal | 302 | 121 | 252 | 0 | 72 | 14 | 30 | 471 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10101010 | 0 | 111010 | 1100 | 11000 | 100111001 | 110000 | 110110 |
Color Harmonies of #C251AA
Complementary color
Monochromatic Colors of #C251AA
Black with #C251AA
Text Example
Text Example
White with #C251AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251AA; }
p { color: rgb(194,81,170); }
H1.HeaderClassName
{
color: #C251AA;
}
.AnyTagClassName
{
color: #C251AA;
}
</style>
background-color css
<style>
a { background-color: #C251AA; }
a { background-color: rgb(194,81,170); }
div.DivClassName
{
background-color: #C251AA;
}
.BgClassName
{
background-color: #C251AA;
}
</style>
border-color css
<style>
span { border-color: #C251AA; }
span { border-color: rgb(194,81,170); }
td.TdClassName
{
border-color: #C251AA;
}
.TagClassName
{
border-color: #C251AA;
}
</style>