Shades of Fuchsia #C06AC4
Tints of Fuchsia #C06AC4
RGB
CMYK
RGB Variations
Color information
#C06AC4 (or 0xC06AC4) is known color: Fuchsia. HEX triplet: C0, 6A and C4. RGB value is (192,106,196). Sum of RGB (Red+Green+Blue) = 192+106+196=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #C06AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AC4 is #3F953B. Grayscale: #8D8D8D. Windows color (decimal): -4166972 or 12872384. OLE color: 12872384.
HSL color Cylindrical-coordinate representation of color #C06AC4: hue angle of 297.33º degrees, saturation: 0.43, 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 #C06AC4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 106 | 196 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.23 |
| HSL | 297.33º | 0.43% | 0.59% | - |
| HSV(B) | 297.33º | 0.46% | 0.77% | - |
| XYZ | 36.86 | 25.5 | 55.2 | - |
| YUV | 141.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 196 | 0.02 | 0.46 | 0 | 0.23 | 297.33 | 0.43 | 0.59 |
| Hex | C0 | 6A | C4 | 2 | 2E | 0 | 17 | 129 | 2B | 3B |
| Octal | 300 | 152 | 304 | 2 | 56 | 0 | 27 | 451 | 53 | 73 |
| Binary | 11000000 | 1101010 | 11000100 | 10 | 101110 | 0 | 10111 | 100101001 | 101011 | 111011 |
Color Harmonies of #C06AC4
Complementary color
Monochromatic Colors of #C06AC4
Black with #C06AC4
Text Example
Text Example
White with #C06AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AC4; }
p { color: rgb(192,106,196); }
H1.HeaderClassName
{
color: #C06AC4;
}
.AnyTagClassName
{
color: #C06AC4;
}
</style>
background-color css
<style>
a { background-color: #C06AC4; }
a { background-color: rgb(192,106,196); }
div.DivClassName
{
background-color: #C06AC4;
}
.BgClassName
{
background-color: #C06AC4;
}
</style>
border-color css
<style>
span { border-color: #C06AC4; }
span { border-color: rgb(192,106,196); }
td.TdClassName
{
border-color: #C06AC4;
}
.TagClassName
{
border-color: #C06AC4;
}
</style>