Shades of Fuchsia #C05EC1
Tints of Fuchsia #C05EC1
RGB
CMYK
RGB Variations
Color information
#C05EC1 (or 0xC05EC1) is known color: Fuchsia. HEX triplet: C0, 5E and C1. RGB value is (192,94,193). Sum of RGB (Red+Green+Blue) = 192+94+193=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #C05EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EC1 is #3FA13E. Grayscale: #868686. Windows color (decimal): -4170047 or 12672704. OLE color: 12672704.
HSL color Cylindrical-coordinate representation of color #C05EC1: hue angle of 299.39º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05EC1 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 94 | 193 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.24 |
| HSL | 299.39º | 0.44% | 0.56% | - |
| HSV(B) | 299.39º | 0.51% | 0.76% | - |
| XYZ | 35.37 | 23.06 | 53.04 | - |
| YUV | 134.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 193 | 0.01 | 0.51 | 0 | 0.24 | 299.39 | 0.44 | 0.56 |
| Hex | C0 | 5E | C1 | 1 | 33 | 0 | 18 | 12B | 2C | 38 |
| Octal | 300 | 136 | 301 | 1 | 63 | 0 | 30 | 453 | 54 | 70 |
| Binary | 11000000 | 1011110 | 11000001 | 1 | 110011 | 0 | 11000 | 100101011 | 101100 | 111000 |
Color Harmonies of #C05EC1
Complementary color
Monochromatic Colors of #C05EC1
Black with #C05EC1
Text Example
Text Example
White with #C05EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EC1; }
p { color: rgb(192,94,193); }
H1.HeaderClassName
{
color: #C05EC1;
}
.AnyTagClassName
{
color: #C05EC1;
}
</style>
background-color css
<style>
a { background-color: #C05EC1; }
a { background-color: rgb(192,94,193); }
div.DivClassName
{
background-color: #C05EC1;
}
.BgClassName
{
background-color: #C05EC1;
}
</style>
border-color css
<style>
span { border-color: #C05EC1; }
span { border-color: rgb(192,94,193); }
td.TdClassName
{
border-color: #C05EC1;
}
.TagClassName
{
border-color: #C05EC1;
}
</style>