Shades of Fuchsia #C051BC
Tints of Fuchsia #C051BC
RGB
CMYK
RGB Variations
Color information
#C051BC (or 0xC051BC) is known color: Fuchsia. HEX triplet: C0, 51 and BC. RGB value is (192,81,188). Sum of RGB (Red+Green+Blue) = 192+81+188=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C051BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051BC is #3FAE43. Grayscale: #7E7E7E. Windows color (decimal): -4173380 or 12341696. OLE color: 12341696.
HSL color Cylindrical-coordinate representation of color #C051BC: hue angle of 302.16º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C051BC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 188 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.25 |
| HSL | 302.16º | 0.47% | 0.54% | - |
| HSV(B) | 302.16º | 0.58% | 0.75% | - |
| XYZ | 33.76 | 20.72 | 49.8 | - |
| YUV | 126.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 188 | 0 | 0.58 | 0.02 | 0.25 | 302.16 | 0.47 | 0.54 |
| Hex | C0 | 51 | BC | 0 | 3A | 2 | 19 | 12E | 2F | 36 |
| Octal | 300 | 121 | 274 | 0 | 72 | 2 | 31 | 456 | 57 | 66 |
| Binary | 11000000 | 1010001 | 10111100 | 0 | 111010 | 10 | 11001 | 100101110 | 101111 | 110110 |
Color Harmonies of #C051BC
Complementary color
Monochromatic Colors of #C051BC
Black with #C051BC
Text Example
Text Example
White with #C051BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051BC; }
p { color: rgb(192,81,188); }
H1.HeaderClassName
{
color: #C051BC;
}
.AnyTagClassName
{
color: #C051BC;
}
</style>
background-color css
<style>
a { background-color: #C051BC; }
a { background-color: rgb(192,81,188); }
div.DivClassName
{
background-color: #C051BC;
}
.BgClassName
{
background-color: #C051BC;
}
</style>
border-color css
<style>
span { border-color: #C051BC; }
span { border-color: rgb(192,81,188); }
td.TdClassName
{
border-color: #C051BC;
}
.TagClassName
{
border-color: #C051BC;
}
</style>