Shades of Fuchsia #C05FAC
Tints of Fuchsia #C05FAC
RGB
CMYK
RGB Variations
Color information
#C05FAC (or 0xC05FAC) is known color: Fuchsia. HEX triplet: C0, 5F and AC. RGB value is (192,95,172). Sum of RGB (Red+Green+Blue) = 192+95+172=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FAC is #3FA053. Grayscale: #848484. Windows color (decimal): -4169812 or 11296704. OLE color: 11296704.
HSL color Cylindrical-coordinate representation of color #C05FAC: hue angle of 312.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FAC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 172 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.25 |
| HSL | 312.37º | 0.43% | 0.56% | - |
| HSV(B) | 312.37º | 0.51% | 0.75% | - |
| XYZ | 33.28 | 22.37 | 41.59 | - |
| YUV | 132.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 172 | 0 | 0.51 | 0.10 | 0.25 | 312.37 | 0.43 | 0.56 |
| Hex | C0 | 5F | AC | 0 | 33 | A | 19 | 138 | 2B | 38 |
| Octal | 300 | 137 | 254 | 0 | 63 | 12 | 31 | 470 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10101100 | 0 | 110011 | 1010 | 11001 | 100111000 | 101011 | 111000 |
Color Harmonies of #C05FAC
Complementary color
Monochromatic Colors of #C05FAC
Black with #C05FAC
Text Example
Text Example
White with #C05FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FAC; }
p { color: rgb(192,95,172); }
H1.HeaderClassName
{
color: #C05FAC;
}
.AnyTagClassName
{
color: #C05FAC;
}
</style>
background-color css
<style>
a { background-color: #C05FAC; }
a { background-color: rgb(192,95,172); }
div.DivClassName
{
background-color: #C05FAC;
}
.BgClassName
{
background-color: #C05FAC;
}
</style>
border-color css
<style>
span { border-color: #C05FAC; }
span { border-color: rgb(192,95,172); }
td.TdClassName
{
border-color: #C05FAC;
}
.TagClassName
{
border-color: #C05FAC;
}
</style>