Shades of Fuchsia #C06EC8
Tints of Fuchsia #C06EC8
RGB
CMYK
RGB Variations
Color information
#C06EC8 (or 0xC06EC8) is known color: Fuchsia. HEX triplet: C0, 6E and C8. RGB value is (192,110,200). Sum of RGB (Red+Green+Blue) = 192+110+200=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #C06EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EC8 is #3F9137. Grayscale: #909090. Windows color (decimal): -4165944 or 13135552. OLE color: 13135552.
HSL color Cylindrical-coordinate representation of color #C06EC8: hue angle of 294.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06EC8 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 110 | 200 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.22 |
| HSL | 294.67º | 0.45% | 0.61% | - |
| HSV(B) | 294.67º | 0.45% | 0.78% | - |
| XYZ | 37.74 | 26.53 | 57.78 | - |
| YUV | 144.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 200 | 0.04 | 0.45 | 0 | 0.22 | 294.67 | 0.45 | 0.61 |
| Hex | C0 | 6E | C8 | 4 | 2D | 0 | 16 | 127 | 2D | 3D |
| Octal | 300 | 156 | 310 | 4 | 55 | 0 | 26 | 447 | 55 | 75 |
| Binary | 11000000 | 1101110 | 11001000 | 100 | 101101 | 0 | 10110 | 100100111 | 101101 | 111101 |
Color Harmonies of #C06EC8
Complementary color
Monochromatic Colors of #C06EC8
Black with #C06EC8
Text Example
Text Example
White with #C06EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EC8; }
p { color: rgb(192,110,200); }
H1.HeaderClassName
{
color: #C06EC8;
}
.AnyTagClassName
{
color: #C06EC8;
}
</style>
background-color css
<style>
a { background-color: #C06EC8; }
a { background-color: rgb(192,110,200); }
div.DivClassName
{
background-color: #C06EC8;
}
.BgClassName
{
background-color: #C06EC8;
}
</style>
border-color css
<style>
span { border-color: #C06EC8; }
span { border-color: rgb(192,110,200); }
td.TdClassName
{
border-color: #C06EC8;
}
.TagClassName
{
border-color: #C06EC8;
}
</style>