Shades of Fuchsia #C03EBC
Tints of Fuchsia #C03EBC
RGB
CMYK
RGB Variations
Color information
#C03EBC (or 0xC03EBC) is known color: Fuchsia. HEX triplet: C0, 3E and BC. RGB value is (192,62,188). Sum of RGB (Red+Green+Blue) = 192+62+188=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EBC is #3FC143. Grayscale: #727272. Windows color (decimal): -4178244 or 12336832. OLE color: 12336832.
HSL color Cylindrical-coordinate representation of color #C03EBC: hue angle of 301.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03EBC is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 188 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.25 |
| HSL | 301.85º | 0.51% | 0.5% | - |
| HSV(B) | 301.85º | 0.68% | 0.75% | - |
| XYZ | 32.54 | 18.28 | 49.39 | - |
| YUV | 115.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 188 | 0 | 0.68 | 0.02 | 0.25 | 301.85 | 0.51 | 0.5 |
| Hex | C0 | 3E | BC | 0 | 44 | 2 | 19 | 12E | 33 | 32 |
| Octal | 300 | 76 | 274 | 0 | 104 | 2 | 31 | 456 | 63 | 62 |
| Binary | 11000000 | 111110 | 10111100 | 0 | 1000100 | 10 | 11001 | 100101110 | 110011 | 110010 |
Color Harmonies of #C03EBC
Complementary color
Monochromatic Colors of #C03EBC
Black with #C03EBC
Text Example
Text Example
White with #C03EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EBC; }
p { color: rgb(192,62,188); }
H1.HeaderClassName
{
color: #C03EBC;
}
.AnyTagClassName
{
color: #C03EBC;
}
</style>
background-color css
<style>
a { background-color: #C03EBC; }
a { background-color: rgb(192,62,188); }
div.DivClassName
{
background-color: #C03EBC;
}
.BgClassName
{
background-color: #C03EBC;
}
</style>
border-color css
<style>
span { border-color: #C03EBC; }
span { border-color: rgb(192,62,188); }
td.TdClassName
{
border-color: #C03EBC;
}
.TagClassName
{
border-color: #C03EBC;
}
</style>