Shades of Fuchsia #C03FBC
Tints of Fuchsia #C03FBC
RGB
CMYK
RGB Variations
Color information
#C03FBC (or 0xC03FBC) is known color: Fuchsia. HEX triplet: C0, 3F and BC. RGB value is (192,63,188). Sum of RGB (Red+Green+Blue) = 192+63+188=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FBC is #3FC043. Grayscale: #737373. Windows color (decimal): -4177988 or 12337088. OLE color: 12337088.
HSL color Cylindrical-coordinate representation of color #C03FBC: hue angle of 301.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03FBC is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 188 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.25 |
| HSL | 301.86º | 0.51% | 0.5% | - |
| HSV(B) | 301.86º | 0.67% | 0.75% | - |
| XYZ | 32.59 | 18.39 | 49.41 | - |
| YUV | 115.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 188 | 0 | 0.67 | 0.02 | 0.25 | 301.86 | 0.51 | 0.5 |
| Hex | C0 | 3F | BC | 0 | 43 | 2 | 19 | 12E | 33 | 32 |
| Octal | 300 | 77 | 274 | 0 | 103 | 2 | 31 | 456 | 63 | 62 |
| Binary | 11000000 | 111111 | 10111100 | 0 | 1000011 | 10 | 11001 | 100101110 | 110011 | 110010 |
Color Harmonies of #C03FBC
Complementary color
Monochromatic Colors of #C03FBC
Black with #C03FBC
Text Example
Text Example
White with #C03FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FBC; }
p { color: rgb(192,63,188); }
H1.HeaderClassName
{
color: #C03FBC;
}
.AnyTagClassName
{
color: #C03FBC;
}
</style>
background-color css
<style>
a { background-color: #C03FBC; }
a { background-color: rgb(192,63,188); }
div.DivClassName
{
background-color: #C03FBC;
}
.BgClassName
{
background-color: #C03FBC;
}
</style>
border-color css
<style>
span { border-color: #C03FBC; }
span { border-color: rgb(192,63,188); }
td.TdClassName
{
border-color: #C03FBC;
}
.TagClassName
{
border-color: #C03FBC;
}
</style>