Shades of Fuchsia #C06AB7
Tints of Fuchsia #C06AB7
RGB
CMYK
RGB Variations
Color information
#C06AB7 (or 0xC06AB7) is known color: Fuchsia. HEX triplet: C0, 6A and B7. RGB value is (192,106,183). Sum of RGB (Red+Green+Blue) = 192+106+183=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AB7 is #3F9548. Grayscale: #8C8C8C. Windows color (decimal): -4166985 or 12020416. OLE color: 12020416.
HSL color Cylindrical-coordinate representation of color #C06AB7: hue angle of 306.28º 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 #C06AB7 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 183 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.25 |
| HSL | 306.28º | 0.41% | 0.58% | - |
| HSV(B) | 306.28º | 0.45% | 0.75% | - |
| XYZ | 35.44 | 24.93 | 47.74 | - |
| YUV | 140.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 183 | 0 | 0.45 | 0.05 | 0.25 | 306.28 | 0.41 | 0.58 |
| Hex | C0 | 6A | B7 | 0 | 2D | 5 | 19 | 132 | 29 | 3A |
| Octal | 300 | 152 | 267 | 0 | 55 | 5 | 31 | 462 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10110111 | 0 | 101101 | 101 | 11001 | 100110010 | 101001 | 111010 |
Color Harmonies of #C06AB7
Complementary color
Monochromatic Colors of #C06AB7
Black with #C06AB7
Text Example
Text Example
White with #C06AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AB7; }
p { color: rgb(192,106,183); }
H1.HeaderClassName
{
color: #C06AB7;
}
.AnyTagClassName
{
color: #C06AB7;
}
</style>
background-color css
<style>
a { background-color: #C06AB7; }
a { background-color: rgb(192,106,183); }
div.DivClassName
{
background-color: #C06AB7;
}
.BgClassName
{
background-color: #C06AB7;
}
</style>
border-color css
<style>
span { border-color: #C06AB7; }
span { border-color: rgb(192,106,183); }
td.TdClassName
{
border-color: #C06AB7;
}
.TagClassName
{
border-color: #C06AB7;
}
</style>