Shades of Fuchsia #C051BA
Tints of Fuchsia #C051BA
RGB
CMYK
RGB Variations
Color information
#C051BA (or 0xC051BA) is known color: Fuchsia. HEX triplet: C0, 51 and BA. RGB value is (192,81,186). Sum of RGB (Red+Green+Blue) = 192+81+186=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C051BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051BA is #3FAE45. Grayscale: #7D7D7D. Windows color (decimal): -4173382 or 12210624. OLE color: 12210624.
HSL color Cylindrical-coordinate representation of color #C051BA: hue angle of 303.24º 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 #C051BA is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 186 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.25 |
| HSL | 303.24º | 0.47% | 0.54% | - |
| HSV(B) | 303.24º | 0.58% | 0.75% | - |
| XYZ | 33.54 | 20.64 | 48.67 | - |
| YUV | 126.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 186 | 0 | 0.58 | 0.03 | 0.25 | 303.24 | 0.47 | 0.54 |
| Hex | C0 | 51 | BA | 0 | 3A | 3 | 19 | 12F | 2F | 36 |
| Octal | 300 | 121 | 272 | 0 | 72 | 3 | 31 | 457 | 57 | 66 |
| Binary | 11000000 | 1010001 | 10111010 | 0 | 111010 | 11 | 11001 | 100101111 | 101111 | 110110 |
Color Harmonies of #C051BA
Complementary color
Monochromatic Colors of #C051BA
Black with #C051BA
Text Example
Text Example
White with #C051BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051BA; }
p { color: rgb(192,81,186); }
H1.HeaderClassName
{
color: #C051BA;
}
.AnyTagClassName
{
color: #C051BA;
}
</style>
background-color css
<style>
a { background-color: #C051BA; }
a { background-color: rgb(192,81,186); }
div.DivClassName
{
background-color: #C051BA;
}
.BgClassName
{
background-color: #C051BA;
}
</style>
border-color css
<style>
span { border-color: #C051BA; }
span { border-color: rgb(192,81,186); }
td.TdClassName
{
border-color: #C051BA;
}
.TagClassName
{
border-color: #C051BA;
}
</style>