Shades of Fuchsia #C06AAC
Tints of Fuchsia #C06AAC
RGB
CMYK
RGB Variations
Color information
#C06AAC (or 0xC06AAC) is known color: Fuchsia. HEX triplet: C0, 6A and AC. RGB value is (192,106,172). Sum of RGB (Red+Green+Blue) = 192+106+172=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AAC is #3F9553. Grayscale: #8B8B8B. Windows color (decimal): -4166996 or 11299520. OLE color: 11299520.
HSL color Cylindrical-coordinate representation of color #C06AAC: hue angle of 313.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06AAC is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 172 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.25 |
| HSL | 313.95º | 0.41% | 0.58% | - |
| HSV(B) | 313.95º | 0.45% | 0.75% | - |
| XYZ | 34.34 | 24.49 | 41.95 | - |
| YUV | 139.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 172 | 0 | 0.45 | 0.10 | 0.25 | 313.95 | 0.41 | 0.58 |
| Hex | C0 | 6A | AC | 0 | 2D | A | 19 | 13A | 29 | 3A |
| Octal | 300 | 152 | 254 | 0 | 55 | 12 | 31 | 472 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10101100 | 0 | 101101 | 1010 | 11001 | 100111010 | 101001 | 111010 |
Color Harmonies of #C06AAC
Complementary color
Monochromatic Colors of #C06AAC
Black with #C06AAC
Text Example
Text Example
White with #C06AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AAC; }
p { color: rgb(192,106,172); }
H1.HeaderClassName
{
color: #C06AAC;
}
.AnyTagClassName
{
color: #C06AAC;
}
</style>
background-color css
<style>
a { background-color: #C06AAC; }
a { background-color: rgb(192,106,172); }
div.DivClassName
{
background-color: #C06AAC;
}
.BgClassName
{
background-color: #C06AAC;
}
</style>
border-color css
<style>
span { border-color: #C06AAC; }
span { border-color: rgb(192,106,172); }
td.TdClassName
{
border-color: #C06AAC;
}
.TagClassName
{
border-color: #C06AAC;
}
</style>