Shades of Fuchsia #C06DBC
Tints of Fuchsia #C06DBC
RGB
CMYK
RGB Variations
Color information
#C06DBC (or 0xC06DBC) is known color: Fuchsia. HEX triplet: C0, 6D and BC. RGB value is (192,109,188). Sum of RGB (Red+Green+Blue) = 192+109+188=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DBC is #3F9243. Grayscale: #8E8E8E. Windows color (decimal): -4166212 or 12348864. OLE color: 12348864.
HSL color Cylindrical-coordinate representation of color #C06DBC: hue angle of 302.89º degrees, saturation: 0.4, 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 #C06DBC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 188 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.25 |
| HSL | 302.89º | 0.4% | 0.59% | - |
| HSV(B) | 302.89º | 0.43% | 0.75% | - |
| XYZ | 36.28 | 25.77 | 50.64 | - |
| YUV | 142.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 188 | 0 | 0.43 | 0.02 | 0.25 | 302.89 | 0.4 | 0.59 |
| Hex | C0 | 6D | BC | 0 | 2B | 2 | 19 | 12F | 28 | 3B |
| Octal | 300 | 155 | 274 | 0 | 53 | 2 | 31 | 457 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10111100 | 0 | 101011 | 10 | 11001 | 100101111 | 101000 | 111011 |
Color Harmonies of #C06DBC
Complementary color
Monochromatic Colors of #C06DBC
Black with #C06DBC
Text Example
Text Example
White with #C06DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DBC; }
p { color: rgb(192,109,188); }
H1.HeaderClassName
{
color: #C06DBC;
}
.AnyTagClassName
{
color: #C06DBC;
}
</style>
background-color css
<style>
a { background-color: #C06DBC; }
a { background-color: rgb(192,109,188); }
div.DivClassName
{
background-color: #C06DBC;
}
.BgClassName
{
background-color: #C06DBC;
}
</style>
border-color css
<style>
span { border-color: #C06DBC; }
span { border-color: rgb(192,109,188); }
td.TdClassName
{
border-color: #C06DBC;
}
.TagClassName
{
border-color: #C06DBC;
}
</style>