Shades of Fuchsia #C06EBE
Tints of Fuchsia #C06EBE
RGB
CMYK
RGB Variations
Color information
#C06EBE (or 0xC06EBE) is known color: Fuchsia. HEX triplet: C0, 6E and BE. RGB value is (192,110,190). Sum of RGB (Red+Green+Blue) = 192+110+190=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EBE is #3F9141. Grayscale: #8F8F8F. Windows color (decimal): -4165954 or 12480192. OLE color: 12480192.
HSL color Cylindrical-coordinate representation of color #C06EBE: hue angle of 301.46º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EBE is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 190 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.25 |
| HSL | 301.46º | 0.39% | 0.59% | - |
| HSV(B) | 301.46º | 0.43% | 0.75% | - |
| XYZ | 36.61 | 26.08 | 51.82 | - |
| YUV | 143.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 190 | 0 | 0.43 | 0.01 | 0.25 | 301.46 | 0.39 | 0.59 |
| Hex | C0 | 6E | BE | 0 | 2B | 1 | 19 | 12D | 27 | 3B |
| Octal | 300 | 156 | 276 | 0 | 53 | 1 | 31 | 455 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10111110 | 0 | 101011 | 1 | 11001 | 100101101 | 100111 | 111011 |
Color Harmonies of #C06EBE
Complementary color
Monochromatic Colors of #C06EBE
Black with #C06EBE
Text Example
Text Example
White with #C06EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EBE; }
p { color: rgb(192,110,190); }
H1.HeaderClassName
{
color: #C06EBE;
}
.AnyTagClassName
{
color: #C06EBE;
}
</style>
background-color css
<style>
a { background-color: #C06EBE; }
a { background-color: rgb(192,110,190); }
div.DivClassName
{
background-color: #C06EBE;
}
.BgClassName
{
background-color: #C06EBE;
}
</style>
border-color css
<style>
span { border-color: #C06EBE; }
span { border-color: rgb(192,110,190); }
td.TdClassName
{
border-color: #C06EBE;
}
.TagClassName
{
border-color: #C06EBE;
}
</style>