Shades of Fuchsia #C05CAC
Tints of Fuchsia #C05CAC
RGB
CMYK
RGB Variations
Color information
#C05CAC (or 0xC05CAC) is known color: Fuchsia. HEX triplet: C0, 5C and AC. RGB value is (192,92,172). Sum of RGB (Red+Green+Blue) = 192+92+172=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05CAC is #3FA353. Grayscale: #828282. Windows color (decimal): -4170580 or 11295936. OLE color: 11295936.
HSL color Cylindrical-coordinate representation of color #C05CAC: hue angle of 312º 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 #C05CAC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 172 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.25 |
| HSL | 312º | 0.44% | 0.56% | - |
| HSV(B) | 312º | 0.52% | 0.75% | - |
| XYZ | 33.01 | 21.84 | 41.51 | - |
| YUV | 131.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 172 | 0 | 0.52 | 0.10 | 0.25 | 312 | 0.44 | 0.56 |
| Hex | C0 | 5C | AC | 0 | 34 | A | 19 | 138 | 2C | 38 |
| Octal | 300 | 134 | 254 | 0 | 64 | 12 | 31 | 470 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10101100 | 0 | 110100 | 1010 | 11001 | 100111000 | 101100 | 111000 |
Color Harmonies of #C05CAC
Complementary color
Monochromatic Colors of #C05CAC
Black with #C05CAC
Text Example
Text Example
White with #C05CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CAC; }
p { color: rgb(192,92,172); }
H1.HeaderClassName
{
color: #C05CAC;
}
.AnyTagClassName
{
color: #C05CAC;
}
</style>
background-color css
<style>
a { background-color: #C05CAC; }
a { background-color: rgb(192,92,172); }
div.DivClassName
{
background-color: #C05CAC;
}
.BgClassName
{
background-color: #C05CAC;
}
</style>
border-color css
<style>
span { border-color: #C05CAC; }
span { border-color: rgb(192,92,172); }
td.TdClassName
{
border-color: #C05CAC;
}
.TagClassName
{
border-color: #C05CAC;
}
</style>