Shades of Fuchsia #C251BC
Tints of Fuchsia #C251BC
RGB
CMYK
RGB Variations
Color information
#C251BC (or 0xC251BC) is known color: Fuchsia. HEX triplet: C2, 51 and BC. RGB value is (194,81,188). Sum of RGB (Red+Green+Blue) = 194+81+188=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C251BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251BC is #3DAE43. Grayscale: #7E7E7E. Windows color (decimal): -4042308 or 12341698. OLE color: 12341698.
HSL color Cylindrical-coordinate representation of color #C251BC: hue angle of 303.19º 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 #C251BC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 188 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.24 |
| HSL | 303.19º | 0.48% | 0.54% | - |
| HSV(B) | 303.19º | 0.58% | 0.76% | - |
| XYZ | 34.27 | 20.99 | 49.82 | - |
| YUV | 126.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 188 | 0 | 0.58 | 0.03 | 0.24 | 303.19 | 0.48 | 0.54 |
| Hex | C2 | 51 | BC | 0 | 3A | 3 | 18 | 12F | 30 | 36 |
| Octal | 302 | 121 | 274 | 0 | 72 | 3 | 30 | 457 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10111100 | 0 | 111010 | 11 | 11000 | 100101111 | 110000 | 110110 |
Color Harmonies of #C251BC
Complementary color
Monochromatic Colors of #C251BC
Black with #C251BC
Text Example
Text Example
White with #C251BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251BC; }
p { color: rgb(194,81,188); }
H1.HeaderClassName
{
color: #C251BC;
}
.AnyTagClassName
{
color: #C251BC;
}
</style>
background-color css
<style>
a { background-color: #C251BC; }
a { background-color: rgb(194,81,188); }
div.DivClassName
{
background-color: #C251BC;
}
.BgClassName
{
background-color: #C251BC;
}
</style>
border-color css
<style>
span { border-color: #C251BC; }
span { border-color: rgb(194,81,188); }
td.TdClassName
{
border-color: #C251BC;
}
.TagClassName
{
border-color: #C251BC;
}
</style>