Shades of Fuchsia #C03EC0
Tints of Fuchsia #C03EC0
RGB
CMYK
RGB Variations
Color information
#C03EC0 (or 0xC03EC0) is known color: Fuchsia. HEX triplet: C0, 3E and C0. RGB value is (192,62,192). Sum of RGB (Red+Green+Blue) = 192+62+192=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C03EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EC0 is #3FC13F. Grayscale: #737373. Windows color (decimal): -4178240 or 12598976. OLE color: 12598976.
HSL color Cylindrical-coordinate representation of color #C03EC0: hue angle of 300º 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 #C03EC0 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 62 | 192 | - |
CMYK | 0 | 0.68 | 0 | 0.25 |
HSL | 300º | 0.51% | 0.5% | - |
HSV(B) | 300º | 0.68% | 0.75% | - |
XYZ | 32.98 | 18.46 | 51.69 | - |
YUV | 115.69 | 171.07 | 182.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 62 | 192 | 0 | 0.68 | 0 | 0.25 | 300 | 0.51 | 0.5 |
Hex | C0 | 3E | C0 | 0 | 44 | 0 | 19 | 12C | 33 | 32 |
Octal | 300 | 76 | 300 | 0 | 104 | 0 | 31 | 454 | 63 | 62 |
Binary | 11000000 | 111110 | 11000000 | 0 | 1000100 | 0 | 11001 | 100101100 | 110011 | 110010 |
Color Harmonies of #C03EC0
Complementary color
Monochromatic Colors of #C03EC0
Black with #C03EC0
Text Example
Text Example
White with #C03EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EC0; }
p { color: rgb(192,62,192); }
H1.HeaderClassName
{
color: #C03EC0;
}
.AnyTagClassName
{
color: #C03EC0;
}
</style>
background-color css
<style>
a { background-color: #C03EC0; }
a { background-color: rgb(192,62,192); }
div.DivClassName
{
background-color: #C03EC0;
}
.BgClassName
{
background-color: #C03EC0;
}
</style>
border-color css
<style>
span { border-color: #C03EC0; }
span { border-color: rgb(192,62,192); }
td.TdClassName
{
border-color: #C03EC0;
}
.TagClassName
{
border-color: #C03EC0;
}
</style>