Shades of Fuchsia #C03EB4
Tints of Fuchsia #C03EB4
RGB
CMYK
RGB Variations
Color information
#C03EB4 (or 0xC03EB4) is known color: Fuchsia. HEX triplet: C0, 3E and B4. RGB value is (192,62,180). Sum of RGB (Red+Green+Blue) = 192+62+180=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EB4 is #3FC14B. Grayscale: #717171. Windows color (decimal): -4178252 or 11812544. OLE color: 11812544.
HSL color Cylindrical-coordinate representation of color #C03EB4: hue angle of 305.54º 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 #C03EB4 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 180 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.25 |
| HSL | 305.54º | 0.51% | 0.5% | - |
| HSV(B) | 305.54º | 0.68% | 0.75% | - |
| XYZ | 31.7 | 17.95 | 44.97 | - |
| YUV | 114.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 180 | 0 | 0.68 | 0.06 | 0.25 | 305.54 | 0.51 | 0.5 |
| Hex | C0 | 3E | B4 | 0 | 44 | 6 | 19 | 132 | 33 | 32 |
| Octal | 300 | 76 | 264 | 0 | 104 | 6 | 31 | 462 | 63 | 62 |
| Binary | 11000000 | 111110 | 10110100 | 0 | 1000100 | 110 | 11001 | 100110010 | 110011 | 110010 |
Color Harmonies of #C03EB4
Complementary color
Monochromatic Colors of #C03EB4
Black with #C03EB4
Text Example
Text Example
White with #C03EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EB4; }
p { color: rgb(192,62,180); }
H1.HeaderClassName
{
color: #C03EB4;
}
.AnyTagClassName
{
color: #C03EB4;
}
</style>
background-color css
<style>
a { background-color: #C03EB4; }
a { background-color: rgb(192,62,180); }
div.DivClassName
{
background-color: #C03EB4;
}
.BgClassName
{
background-color: #C03EB4;
}
</style>
border-color css
<style>
span { border-color: #C03EB4; }
span { border-color: rgb(192,62,180); }
td.TdClassName
{
border-color: #C03EB4;
}
.TagClassName
{
border-color: #C03EB4;
}
</style>