Shades of Fuchsia #C06AAD
Tints of Fuchsia #C06AAD
RGB
CMYK
RGB Variations
Color information
#C06AAD (or 0xC06AAD) is known color: Fuchsia. HEX triplet: C0, 6A and AD. RGB value is (192,106,173). Sum of RGB (Red+Green+Blue) = 192+106+173=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AAD is #3F9552. Grayscale: #8B8B8B. Windows color (decimal): -4166995 or 11365056. OLE color: 11365056.
HSL color Cylindrical-coordinate representation of color #C06AAD: hue angle of 313.26º 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 #C06AAD is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 173 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.25 |
| HSL | 313.26º | 0.41% | 0.58% | - |
| HSV(B) | 313.26º | 0.45% | 0.75% | - |
| XYZ | 34.44 | 24.53 | 42.46 | - |
| YUV | 139.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 173 | 0 | 0.45 | 0.10 | 0.25 | 313.26 | 0.41 | 0.58 |
| Hex | C0 | 6A | AD | 0 | 2D | A | 19 | 139 | 29 | 3A |
| Octal | 300 | 152 | 255 | 0 | 55 | 12 | 31 | 471 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10101101 | 0 | 101101 | 1010 | 11001 | 100111001 | 101001 | 111010 |
Color Harmonies of #C06AAD
Complementary color
Monochromatic Colors of #C06AAD
Black with #C06AAD
Text Example
Text Example
White with #C06AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AAD; }
p { color: rgb(192,106,173); }
H1.HeaderClassName
{
color: #C06AAD;
}
.AnyTagClassName
{
color: #C06AAD;
}
</style>
background-color css
<style>
a { background-color: #C06AAD; }
a { background-color: rgb(192,106,173); }
div.DivClassName
{
background-color: #C06AAD;
}
.BgClassName
{
background-color: #C06AAD;
}
</style>
border-color css
<style>
span { border-color: #C06AAD; }
span { border-color: rgb(192,106,173); }
td.TdClassName
{
border-color: #C06AAD;
}
.TagClassName
{
border-color: #C06AAD;
}
</style>