Shades of Fuchsia #C251AF
Tints of Fuchsia #C251AF
RGB
CMYK
RGB Variations
Color information
#C251AF (or 0xC251AF) is known color: Fuchsia. HEX triplet: C2, 51 and AF. RGB value is (194,81,175). Sum of RGB (Red+Green+Blue) = 194+81+175=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C251AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251AF is #3DAE50. Grayscale: #7D7D7D. Windows color (decimal): -4042321 or 11489730. OLE color: 11489730.
HSL color Cylindrical-coordinate representation of color #C251AF: hue angle of 310.09º 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 #C251AF is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 175 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.24 |
| HSL | 310.09º | 0.48% | 0.54% | - |
| HSV(B) | 310.09º | 0.58% | 0.76% | - |
| XYZ | 32.93 | 20.45 | 42.77 | - |
| YUV | 125.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 175 | 0 | 0.58 | 0.10 | 0.24 | 310.09 | 0.48 | 0.54 |
| Hex | C2 | 51 | AF | 0 | 3A | A | 18 | 136 | 30 | 36 |
| Octal | 302 | 121 | 257 | 0 | 72 | 12 | 30 | 466 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10101111 | 0 | 111010 | 1010 | 11000 | 100110110 | 110000 | 110110 |
Color Harmonies of #C251AF
Complementary color
Monochromatic Colors of #C251AF
Black with #C251AF
Text Example
Text Example
White with #C251AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251AF; }
p { color: rgb(194,81,175); }
H1.HeaderClassName
{
color: #C251AF;
}
.AnyTagClassName
{
color: #C251AF;
}
</style>
background-color css
<style>
a { background-color: #C251AF; }
a { background-color: rgb(194,81,175); }
div.DivClassName
{
background-color: #C251AF;
}
.BgClassName
{
background-color: #C251AF;
}
</style>
border-color css
<style>
span { border-color: #C251AF; }
span { border-color: rgb(194,81,175); }
td.TdClassName
{
border-color: #C251AF;
}
.TagClassName
{
border-color: #C251AF;
}
</style>