Shades of Fuchsia #C05DAC
Tints of Fuchsia #C05DAC
RGB
CMYK
RGB Variations
Color information
#C05DAC (or 0xC05DAC) is known color: Fuchsia. HEX triplet: C0, 5D and AC. RGB value is (192,93,172). Sum of RGB (Red+Green+Blue) = 192+93+172=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DAC is #3FA253. Grayscale: #838383. Windows color (decimal): -4170324 or 11296192. OLE color: 11296192.
HSL color Cylindrical-coordinate representation of color #C05DAC: hue angle of 312.12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05DAC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 172 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.25 |
| HSL | 312.12º | 0.44% | 0.56% | - |
| HSV(B) | 312.12º | 0.52% | 0.75% | - |
| XYZ | 33.1 | 22.01 | 41.53 | - |
| YUV | 131.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 172 | 0 | 0.52 | 0.10 | 0.25 | 312.12 | 0.44 | 0.56 |
| Hex | C0 | 5D | AC | 0 | 34 | A | 19 | 138 | 2C | 38 |
| Octal | 300 | 135 | 254 | 0 | 64 | 12 | 31 | 470 | 54 | 70 |
| Binary | 11000000 | 1011101 | 10101100 | 0 | 110100 | 1010 | 11001 | 100111000 | 101100 | 111000 |
Color Harmonies of #C05DAC
Complementary color
Monochromatic Colors of #C05DAC
Black with #C05DAC
Text Example
Text Example
White with #C05DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DAC; }
p { color: rgb(192,93,172); }
H1.HeaderClassName
{
color: #C05DAC;
}
.AnyTagClassName
{
color: #C05DAC;
}
</style>
background-color css
<style>
a { background-color: #C05DAC; }
a { background-color: rgb(192,93,172); }
div.DivClassName
{
background-color: #C05DAC;
}
.BgClassName
{
background-color: #C05DAC;
}
</style>
border-color css
<style>
span { border-color: #C05DAC; }
span { border-color: rgb(192,93,172); }
td.TdClassName
{
border-color: #C05DAC;
}
.TagClassName
{
border-color: #C05DAC;
}
</style>