Shades of Fuchsia #C06AC1
Tints of Fuchsia #C06AC1
RGB
CMYK
RGB Variations
Color information
#C06AC1 (or 0xC06AC1) is known color: Fuchsia. HEX triplet: C0, 6A and C1. RGB value is (192,106,193). Sum of RGB (Red+Green+Blue) = 192+106+193=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #C06AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AC1 is #3F953E. Grayscale: #8D8D8D. Windows color (decimal): -4166975 or 12675776. OLE color: 12675776.
HSL color Cylindrical-coordinate representation of color #C06AC1: hue angle of 299.31º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06AC1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 106 | 193 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.24 |
| HSL | 299.31º | 0.41% | 0.59% | - |
| HSV(B) | 299.31º | 0.45% | 0.76% | - |
| XYZ | 36.52 | 25.36 | 53.42 | - |
| YUV | 141.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 193 | 0.01 | 0.45 | 0 | 0.24 | 299.31 | 0.41 | 0.59 |
| Hex | C0 | 6A | C1 | 1 | 2D | 0 | 18 | 12B | 29 | 3B |
| Octal | 300 | 152 | 301 | 1 | 55 | 0 | 30 | 453 | 51 | 73 |
| Binary | 11000000 | 1101010 | 11000001 | 1 | 101101 | 0 | 11000 | 100101011 | 101001 | 111011 |
Color Harmonies of #C06AC1
Complementary color
Monochromatic Colors of #C06AC1
Black with #C06AC1
Text Example
Text Example
White with #C06AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AC1; }
p { color: rgb(192,106,193); }
H1.HeaderClassName
{
color: #C06AC1;
}
.AnyTagClassName
{
color: #C06AC1;
}
</style>
background-color css
<style>
a { background-color: #C06AC1; }
a { background-color: rgb(192,106,193); }
div.DivClassName
{
background-color: #C06AC1;
}
.BgClassName
{
background-color: #C06AC1;
}
</style>
border-color css
<style>
span { border-color: #C06AC1; }
span { border-color: rgb(192,106,193); }
td.TdClassName
{
border-color: #C06AC1;
}
.TagClassName
{
border-color: #C06AC1;
}
</style>