Shades of Fuchsia #C251BD
Tints of Fuchsia #C251BD
RGB
CMYK
RGB Variations
Color information
#C251BD (or 0xC251BD) is known color: Fuchsia. HEX triplet: C2, 51 and BD. RGB value is (194,81,189). Sum of RGB (Red+Green+Blue) = 194+81+189=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C251BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251BD is #3DAE42. Grayscale: #7E7E7E. Windows color (decimal): -4042307 or 12407234. OLE color: 12407234.
HSL color Cylindrical-coordinate representation of color #C251BD: hue angle of 302.65º 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 #C251BD is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 189 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.24 |
| HSL | 302.65º | 0.48% | 0.54% | - |
| HSV(B) | 302.65º | 0.58% | 0.76% | - |
| XYZ | 34.38 | 21.03 | 50.39 | - |
| YUV | 127.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 189 | 0 | 0.58 | 0.03 | 0.24 | 302.65 | 0.48 | 0.54 |
| Hex | C2 | 51 | BD | 0 | 3A | 3 | 18 | 12F | 30 | 36 |
| Octal | 302 | 121 | 275 | 0 | 72 | 3 | 30 | 457 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10111101 | 0 | 111010 | 11 | 11000 | 100101111 | 110000 | 110110 |
Color Harmonies of #C251BD
Complementary color
Monochromatic Colors of #C251BD
Black with #C251BD
Text Example
Text Example
White with #C251BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251BD; }
p { color: rgb(194,81,189); }
H1.HeaderClassName
{
color: #C251BD;
}
.AnyTagClassName
{
color: #C251BD;
}
</style>
background-color css
<style>
a { background-color: #C251BD; }
a { background-color: rgb(194,81,189); }
div.DivClassName
{
background-color: #C251BD;
}
.BgClassName
{
background-color: #C251BD;
}
</style>
border-color css
<style>
span { border-color: #C251BD; }
span { border-color: rgb(194,81,189); }
td.TdClassName
{
border-color: #C251BD;
}
.TagClassName
{
border-color: #C251BD;
}
</style>