Shades of Fuchsia #C05FBC
Tints of Fuchsia #C05FBC
RGB
CMYK
RGB Variations
Color information
#C05FBC (or 0xC05FBC) is known color: Fuchsia. HEX triplet: C0, 5F and BC. RGB value is (192,95,188). Sum of RGB (Red+Green+Blue) = 192+95+188=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FBC is #3FA043. Grayscale: #868686. Windows color (decimal): -4169796 or 12345280. OLE color: 12345280.
HSL color Cylindrical-coordinate representation of color #C05FBC: hue angle of 302.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FBC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 188 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.25 |
| HSL | 302.47º | 0.43% | 0.56% | - |
| HSV(B) | 302.47º | 0.51% | 0.75% | - |
| XYZ | 34.91 | 23.02 | 50.18 | - |
| YUV | 134.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 188 | 0 | 0.51 | 0.02 | 0.25 | 302.47 | 0.43 | 0.56 |
| Hex | C0 | 5F | BC | 0 | 33 | 2 | 19 | 12E | 2B | 38 |
| Octal | 300 | 137 | 274 | 0 | 63 | 2 | 31 | 456 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10111100 | 0 | 110011 | 10 | 11001 | 100101110 | 101011 | 111000 |
Color Harmonies of #C05FBC
Complementary color
Monochromatic Colors of #C05FBC
Black with #C05FBC
Text Example
Text Example
White with #C05FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FBC; }
p { color: rgb(192,95,188); }
H1.HeaderClassName
{
color: #C05FBC;
}
.AnyTagClassName
{
color: #C05FBC;
}
</style>
background-color css
<style>
a { background-color: #C05FBC; }
a { background-color: rgb(192,95,188); }
div.DivClassName
{
background-color: #C05FBC;
}
.BgClassName
{
background-color: #C05FBC;
}
</style>
border-color css
<style>
span { border-color: #C05FBC; }
span { border-color: rgb(192,95,188); }
td.TdClassName
{
border-color: #C05FBC;
}
.TagClassName
{
border-color: #C05FBC;
}
</style>