Shades of Fuchsia #C251A8
Tints of Fuchsia #C251A8
RGB
CMYK
RGB Variations
Color information
#C251A8 (or 0xC251A8) is known color: Fuchsia. HEX triplet: C2, 51 and A8. RGB value is (194,81,168). Sum of RGB (Red+Green+Blue) = 194+81+168=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C251A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251A8 is #3DAE57. Grayscale: #7C7C7C. Windows color (decimal): -4042328 or 11030978. OLE color: 11030978.
HSL color Cylindrical-coordinate representation of color #C251A8: hue angle of 313.81º 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 #C251A8 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 168 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.24 |
| HSL | 313.81º | 0.48% | 0.54% | - |
| HSV(B) | 313.81º | 0.58% | 0.76% | - |
| XYZ | 32.26 | 20.18 | 39.24 | - |
| YUV | 124.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 168 | 0 | 0.58 | 0.13 | 0.24 | 313.81 | 0.48 | 0.54 |
| Hex | C2 | 51 | A8 | 0 | 3A | D | 18 | 13A | 30 | 36 |
| Octal | 302 | 121 | 250 | 0 | 72 | 15 | 30 | 472 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10101000 | 0 | 111010 | 1101 | 11000 | 100111010 | 110000 | 110110 |
Color Harmonies of #C251A8
Complementary color
Monochromatic Colors of #C251A8
Black with #C251A8
Text Example
Text Example
White with #C251A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251A8; }
p { color: rgb(194,81,168); }
H1.HeaderClassName
{
color: #C251A8;
}
.AnyTagClassName
{
color: #C251A8;
}
</style>
background-color css
<style>
a { background-color: #C251A8; }
a { background-color: rgb(194,81,168); }
div.DivClassName
{
background-color: #C251A8;
}
.BgClassName
{
background-color: #C251A8;
}
</style>
border-color css
<style>
span { border-color: #C251A8; }
span { border-color: rgb(194,81,168); }
td.TdClassName
{
border-color: #C251A8;
}
.TagClassName
{
border-color: #C251A8;
}
</style>