Shades of Fuchsia #C06AAB
Tints of Fuchsia #C06AAB
RGB
CMYK
RGB Variations
Color information
#C06AAB (or 0xC06AAB) is known color: Fuchsia. HEX triplet: C0, 6A and AB. RGB value is (192,106,171). Sum of RGB (Red+Green+Blue) = 192+106+171=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AAB is #3F9554. Grayscale: #8A8A8A. Windows color (decimal): -4166997 or 11233984. OLE color: 11233984.
HSL color Cylindrical-coordinate representation of color #C06AAB: hue angle of 314.65º 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 #C06AAB is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 171 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.25 |
| HSL | 314.65º | 0.41% | 0.58% | - |
| HSV(B) | 314.65º | 0.45% | 0.75% | - |
| XYZ | 34.24 | 24.45 | 41.44 | - |
| YUV | 139.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 171 | 0 | 0.45 | 0.11 | 0.25 | 314.65 | 0.41 | 0.58 |
| Hex | C0 | 6A | AB | 0 | 2D | B | 19 | 13B | 29 | 3A |
| Octal | 300 | 152 | 253 | 0 | 55 | 13 | 31 | 473 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10101011 | 0 | 101101 | 1011 | 11001 | 100111011 | 101001 | 111010 |
Color Harmonies of #C06AAB
Complementary color
Monochromatic Colors of #C06AAB
Black with #C06AAB
Text Example
Text Example
White with #C06AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AAB; }
p { color: rgb(192,106,171); }
H1.HeaderClassName
{
color: #C06AAB;
}
.AnyTagClassName
{
color: #C06AAB;
}
</style>
background-color css
<style>
a { background-color: #C06AAB; }
a { background-color: rgb(192,106,171); }
div.DivClassName
{
background-color: #C06AAB;
}
.BgClassName
{
background-color: #C06AAB;
}
</style>
border-color css
<style>
span { border-color: #C06AAB; }
span { border-color: rgb(192,106,171); }
td.TdClassName
{
border-color: #C06AAB;
}
.TagClassName
{
border-color: #C06AAB;
}
</style>