Shades of Fuchsia #C06FBA
Tints of Fuchsia #C06FBA
RGB
CMYK
RGB Variations
Color information
#C06FBA (or 0xC06FBA) is known color: Fuchsia. HEX triplet: C0, 6F and BA. RGB value is (192,111,186). Sum of RGB (Red+Green+Blue) = 192+111+186=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FBA is #3F9045. Grayscale: #8F8F8F. Windows color (decimal): -4165702 or 12218304. OLE color: 12218304.
HSL color Cylindrical-coordinate representation of color #C06FBA: hue angle of 304.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06FBA is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 186 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.25 |
| HSL | 304.44º | 0.39% | 0.59% | - |
| HSV(B) | 304.44º | 0.42% | 0.75% | - |
| XYZ | 36.29 | 26.12 | 49.58 | - |
| YUV | 143.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 186 | 0 | 0.42 | 0.03 | 0.25 | 304.44 | 0.39 | 0.59 |
| Hex | C0 | 6F | BA | 0 | 2A | 3 | 19 | 130 | 27 | 3B |
| Octal | 300 | 157 | 272 | 0 | 52 | 3 | 31 | 460 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10111010 | 0 | 101010 | 11 | 11001 | 100110000 | 100111 | 111011 |
Color Harmonies of #C06FBA
Complementary color
Monochromatic Colors of #C06FBA
Black with #C06FBA
Text Example
Text Example
White with #C06FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FBA; }
p { color: rgb(192,111,186); }
H1.HeaderClassName
{
color: #C06FBA;
}
.AnyTagClassName
{
color: #C06FBA;
}
</style>
background-color css
<style>
a { background-color: #C06FBA; }
a { background-color: rgb(192,111,186); }
div.DivClassName
{
background-color: #C06FBA;
}
.BgClassName
{
background-color: #C06FBA;
}
</style>
border-color css
<style>
span { border-color: #C06FBA; }
span { border-color: rgb(192,111,186); }
td.TdClassName
{
border-color: #C06FBA;
}
.TagClassName
{
border-color: #C06FBA;
}
</style>