Shades of Fuchsia #C251B9
Tints of Fuchsia #C251B9
RGB
CMYK
RGB Variations
Color information
#C251B9 (or 0xC251B9) is known color: Fuchsia. HEX triplet: C2, 51 and B9. RGB value is (194,81,185). Sum of RGB (Red+Green+Blue) = 194+81+185=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C251B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251B9 is #3DAE46. Grayscale: #7E7E7E. Windows color (decimal): -4042311 or 12145090. OLE color: 12145090.
HSL color Cylindrical-coordinate representation of color #C251B9: hue angle of 304.78º 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 #C251B9 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 185 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.24 |
| HSL | 304.78º | 0.48% | 0.54% | - |
| HSV(B) | 304.78º | 0.58% | 0.76% | - |
| XYZ | 33.95 | 20.86 | 48.14 | - |
| YUV | 126.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 185 | 0 | 0.58 | 0.05 | 0.24 | 304.78 | 0.48 | 0.54 |
| Hex | C2 | 51 | B9 | 0 | 3A | 5 | 18 | 131 | 30 | 36 |
| Octal | 302 | 121 | 271 | 0 | 72 | 5 | 30 | 461 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10111001 | 0 | 111010 | 101 | 11000 | 100110001 | 110000 | 110110 |
Color Harmonies of #C251B9
Complementary color
Monochromatic Colors of #C251B9
Black with #C251B9
Text Example
Text Example
White with #C251B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251B9; }
p { color: rgb(194,81,185); }
H1.HeaderClassName
{
color: #C251B9;
}
.AnyTagClassName
{
color: #C251B9;
}
</style>
background-color css
<style>
a { background-color: #C251B9; }
a { background-color: rgb(194,81,185); }
div.DivClassName
{
background-color: #C251B9;
}
.BgClassName
{
background-color: #C251B9;
}
</style>
border-color css
<style>
span { border-color: #C251B9; }
span { border-color: rgb(194,81,185); }
td.TdClassName
{
border-color: #C251B9;
}
.TagClassName
{
border-color: #C251B9;
}
</style>