Shades of Fuchsia #C03EB1
Tints of Fuchsia #C03EB1
RGB
CMYK
RGB Variations
Color information
#C03EB1 (or 0xC03EB1) is known color: Fuchsia. HEX triplet: C0, 3E and B1. RGB value is (192,62,177). Sum of RGB (Red+Green+Blue) = 192+62+177=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03EB1 is #3FC14E. Grayscale: #717171. Windows color (decimal): -4178255 or 11615936. OLE color: 11615936.
HSL color Cylindrical-coordinate representation of color #C03EB1: hue angle of 306.92º 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 #C03EB1 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 177 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.25 |
| HSL | 306.92º | 0.51% | 0.5% | - |
| HSV(B) | 306.92º | 0.68% | 0.75% | - |
| XYZ | 31.4 | 17.83 | 43.38 | - |
| YUV | 113.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 177 | 0 | 0.68 | 0.08 | 0.25 | 306.92 | 0.51 | 0.5 |
| Hex | C0 | 3E | B1 | 0 | 44 | 8 | 19 | 133 | 33 | 32 |
| Octal | 300 | 76 | 261 | 0 | 104 | 10 | 31 | 463 | 63 | 62 |
| Binary | 11000000 | 111110 | 10110001 | 0 | 1000100 | 1000 | 11001 | 100110011 | 110011 | 110010 |
Color Harmonies of #C03EB1
Complementary color
Monochromatic Colors of #C03EB1
Black with #C03EB1
Text Example
Text Example
White with #C03EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EB1; }
p { color: rgb(192,62,177); }
H1.HeaderClassName
{
color: #C03EB1;
}
.AnyTagClassName
{
color: #C03EB1;
}
</style>
background-color css
<style>
a { background-color: #C03EB1; }
a { background-color: rgb(192,62,177); }
div.DivClassName
{
background-color: #C03EB1;
}
.BgClassName
{
background-color: #C03EB1;
}
</style>
border-color css
<style>
span { border-color: #C03EB1; }
span { border-color: rgb(192,62,177); }
td.TdClassName
{
border-color: #C03EB1;
}
.TagClassName
{
border-color: #C03EB1;
}
</style>