Shades of Fuchsia #C06DBA
Tints of Fuchsia #C06DBA
RGB
CMYK
RGB Variations
Color information
#C06DBA (or 0xC06DBA) is known color: Fuchsia. HEX triplet: C0, 6D and BA. RGB value is (192,109,186). Sum of RGB (Red+Green+Blue) = 192+109+186=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DBA is #3F9245. Grayscale: #8E8E8E. Windows color (decimal): -4166214 or 12217792. OLE color: 12217792.
HSL color Cylindrical-coordinate representation of color #C06DBA: hue angle of 304.34º 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 #C06DBA is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 186 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.25 |
| HSL | 304.34º | 0.4% | 0.59% | - |
| HSV(B) | 304.34º | 0.43% | 0.75% | - |
| XYZ | 36.07 | 25.69 | 49.51 | - |
| YUV | 142.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 186 | 0 | 0.43 | 0.03 | 0.25 | 304.34 | 0.4 | 0.59 |
| Hex | C0 | 6D | BA | 0 | 2B | 3 | 19 | 130 | 28 | 3B |
| Octal | 300 | 155 | 272 | 0 | 53 | 3 | 31 | 460 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10111010 | 0 | 101011 | 11 | 11001 | 100110000 | 101000 | 111011 |
Color Harmonies of #C06DBA
Complementary color
Monochromatic Colors of #C06DBA
Black with #C06DBA
Text Example
Text Example
White with #C06DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DBA; }
p { color: rgb(192,109,186); }
H1.HeaderClassName
{
color: #C06DBA;
}
.AnyTagClassName
{
color: #C06DBA;
}
</style>
background-color css
<style>
a { background-color: #C06DBA; }
a { background-color: rgb(192,109,186); }
div.DivClassName
{
background-color: #C06DBA;
}
.BgClassName
{
background-color: #C06DBA;
}
</style>
border-color css
<style>
span { border-color: #C06DBA; }
span { border-color: rgb(192,109,186); }
td.TdClassName
{
border-color: #C06DBA;
}
.TagClassName
{
border-color: #C06DBA;
}
</style>