Shades of Fuchsia #C06AC6
Tints of Fuchsia #C06AC6
RGB
CMYK
RGB Variations
Color information
#C06AC6 (or 0xC06AC6) is known color: Fuchsia. HEX triplet: C0, 6A and C6. RGB value is (192,106,198). Sum of RGB (Red+Green+Blue) = 192+106+198=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #C06AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AC6 is #3F9539. Grayscale: #8D8D8D. Windows color (decimal): -4166970 or 13003456. OLE color: 13003456.
HSL color Cylindrical-coordinate representation of color #C06AC6: hue angle of 296.09º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06AC6 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 106 | 198 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.22 |
| HSL | 296.09º | 0.45% | 0.6% | - |
| HSV(B) | 296.09º | 0.46% | 0.78% | - |
| XYZ | 37.09 | 25.59 | 56.41 | - |
| YUV | 142.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 198 | 0.03 | 0.46 | 0 | 0.22 | 296.09 | 0.45 | 0.6 |
| Hex | C0 | 6A | C6 | 3 | 2E | 0 | 16 | 128 | 2D | 3C |
| Octal | 300 | 152 | 306 | 3 | 56 | 0 | 26 | 450 | 55 | 74 |
| Binary | 11000000 | 1101010 | 11000110 | 11 | 101110 | 0 | 10110 | 100101000 | 101101 | 111100 |
Color Harmonies of #C06AC6
Complementary color
Monochromatic Colors of #C06AC6
Black with #C06AC6
Text Example
Text Example
White with #C06AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AC6; }
p { color: rgb(192,106,198); }
H1.HeaderClassName
{
color: #C06AC6;
}
.AnyTagClassName
{
color: #C06AC6;
}
</style>
background-color css
<style>
a { background-color: #C06AC6; }
a { background-color: rgb(192,106,198); }
div.DivClassName
{
background-color: #C06AC6;
}
.BgClassName
{
background-color: #C06AC6;
}
</style>
border-color css
<style>
span { border-color: #C06AC6; }
span { border-color: rgb(192,106,198); }
td.TdClassName
{
border-color: #C06AC6;
}
.TagClassName
{
border-color: #C06AC6;
}
</style>