Shades of Fuchsia #C06AC5
Tints of Fuchsia #C06AC5
RGB
CMYK
RGB Variations
Color information
#C06AC5 (or 0xC06AC5) is known color: Fuchsia. HEX triplet: C0, 6A and C5. RGB value is (192,106,197). Sum of RGB (Red+Green+Blue) = 192+106+197=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #C06AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AC5 is #3F953A. Grayscale: #8D8D8D. Windows color (decimal): -4166971 or 12937920. OLE color: 12937920.
HSL color Cylindrical-coordinate representation of color #C06AC5: hue angle of 296.7º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06AC5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 106 | 197 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.23 |
| HSL | 296.7º | 0.44% | 0.59% | - |
| HSV(B) | 296.7º | 0.46% | 0.77% | - |
| XYZ | 36.97 | 25.55 | 55.81 | - |
| YUV | 142.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 197 | 0.03 | 0.46 | 0 | 0.23 | 296.7 | 0.44 | 0.59 |
| Hex | C0 | 6A | C5 | 3 | 2E | 0 | 17 | 129 | 2C | 3B |
| Octal | 300 | 152 | 305 | 3 | 56 | 0 | 27 | 451 | 54 | 73 |
| Binary | 11000000 | 1101010 | 11000101 | 11 | 101110 | 0 | 10111 | 100101001 | 101100 | 111011 |
Color Harmonies of #C06AC5
Complementary color
Monochromatic Colors of #C06AC5
Black with #C06AC5
Text Example
Text Example
White with #C06AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AC5; }
p { color: rgb(192,106,197); }
H1.HeaderClassName
{
color: #C06AC5;
}
.AnyTagClassName
{
color: #C06AC5;
}
</style>
background-color css
<style>
a { background-color: #C06AC5; }
a { background-color: rgb(192,106,197); }
div.DivClassName
{
background-color: #C06AC5;
}
.BgClassName
{
background-color: #C06AC5;
}
</style>
border-color css
<style>
span { border-color: #C06AC5; }
span { border-color: rgb(192,106,197); }
td.TdClassName
{
border-color: #C06AC5;
}
.TagClassName
{
border-color: #C06AC5;
}
</style>