Shades of Fuchsia #C06EB9
Tints of Fuchsia #C06EB9
RGB
CMYK
RGB Variations
Color information
#C06EB9 (or 0xC06EB9) is known color: Fuchsia. HEX triplet: C0, 6E and B9. RGB value is (192,110,185). Sum of RGB (Red+Green+Blue) = 192+110+185=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EB9 is #3F9146. Grayscale: #8E8E8E. Windows color (decimal): -4165959 or 12152512. OLE color: 12152512.
HSL color Cylindrical-coordinate representation of color #C06EB9: hue angle of 305.12º 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 #C06EB9 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 185 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.25 |
| HSL | 305.12º | 0.39% | 0.59% | - |
| HSV(B) | 305.12º | 0.43% | 0.75% | - |
| XYZ | 36.07 | 25.86 | 48.99 | - |
| YUV | 143.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 185 | 0 | 0.43 | 0.04 | 0.25 | 305.12 | 0.39 | 0.59 |
| Hex | C0 | 6E | B9 | 0 | 2B | 4 | 19 | 131 | 27 | 3B |
| Octal | 300 | 156 | 271 | 0 | 53 | 4 | 31 | 461 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10111001 | 0 | 101011 | 100 | 11001 | 100110001 | 100111 | 111011 |
Color Harmonies of #C06EB9
Complementary color
Monochromatic Colors of #C06EB9
Black with #C06EB9
Text Example
Text Example
White with #C06EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EB9; }
p { color: rgb(192,110,185); }
H1.HeaderClassName
{
color: #C06EB9;
}
.AnyTagClassName
{
color: #C06EB9;
}
</style>
background-color css
<style>
a { background-color: #C06EB9; }
a { background-color: rgb(192,110,185); }
div.DivClassName
{
background-color: #C06EB9;
}
.BgClassName
{
background-color: #C06EB9;
}
</style>
border-color css
<style>
span { border-color: #C06EB9; }
span { border-color: rgb(192,110,185); }
td.TdClassName
{
border-color: #C06EB9;
}
.TagClassName
{
border-color: #C06EB9;
}
</style>