Shades of Fuchsia #C06EB7
Tints of Fuchsia #C06EB7
RGB
CMYK
RGB Variations
Color information
#C06EB7 (or 0xC06EB7) is known color: Fuchsia. HEX triplet: C0, 6E and B7. RGB value is (192,110,183). Sum of RGB (Red+Green+Blue) = 192+110+183=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EB7 is #3F9148. Grayscale: #8E8E8E. Windows color (decimal): -4165961 or 12021440. OLE color: 12021440.
HSL color Cylindrical-coordinate representation of color #C06EB7: hue angle of 306.59º 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 #C06EB7 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 183 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.25 |
| HSL | 306.59º | 0.39% | 0.59% | - |
| HSV(B) | 306.59º | 0.43% | 0.75% | - |
| XYZ | 35.86 | 25.78 | 47.89 | - |
| YUV | 142.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 183 | 0 | 0.43 | 0.05 | 0.25 | 306.59 | 0.39 | 0.59 |
| Hex | C0 | 6E | B7 | 0 | 2B | 5 | 19 | 133 | 27 | 3B |
| Octal | 300 | 156 | 267 | 0 | 53 | 5 | 31 | 463 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10110111 | 0 | 101011 | 101 | 11001 | 100110011 | 100111 | 111011 |
Color Harmonies of #C06EB7
Complementary color
Monochromatic Colors of #C06EB7
Black with #C06EB7
Text Example
Text Example
White with #C06EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EB7; }
p { color: rgb(192,110,183); }
H1.HeaderClassName
{
color: #C06EB7;
}
.AnyTagClassName
{
color: #C06EB7;
}
</style>
background-color css
<style>
a { background-color: #C06EB7; }
a { background-color: rgb(192,110,183); }
div.DivClassName
{
background-color: #C06EB7;
}
.BgClassName
{
background-color: #C06EB7;
}
</style>
border-color css
<style>
span { border-color: #C06EB7; }
span { border-color: rgb(192,110,183); }
td.TdClassName
{
border-color: #C06EB7;
}
.TagClassName
{
border-color: #C06EB7;
}
</style>