Shades of Fuchsia #C036AC
Tints of Fuchsia #C036AC
RGB
CMYK
RGB Variations
Color information
#C036AC (or 0xC036AC) is known color: Fuchsia. HEX triplet: C0, 36 and AC. RGB value is (192,54,172). Sum of RGB (Red+Green+Blue) = 192+54+172=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C036AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036AC is #3FC953. Grayscale: #6C6C6C. Windows color (decimal): -4180308 or 11286208. OLE color: 11286208.
HSL color Cylindrical-coordinate representation of color #C036AC: hue angle of 308.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C036AC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 172 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.25 |
| HSL | 308.7º | 0.56% | 0.48% | - |
| HSV(B) | 308.7º | 0.72% | 0.75% | - |
| XYZ | 30.5 | 16.82 | 40.67 | - |
| YUV | 108.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 172 | 0 | 0.72 | 0.10 | 0.25 | 308.7 | 0.56 | 0.48 |
| Hex | C0 | 36 | AC | 0 | 48 | A | 19 | 135 | 38 | 30 |
| Octal | 300 | 66 | 254 | 0 | 110 | 12 | 31 | 465 | 70 | 60 |
| Binary | 11000000 | 110110 | 10101100 | 0 | 1001000 | 1010 | 11001 | 100110101 | 111000 | 110000 |
Color Harmonies of #C036AC
Complementary color
Monochromatic Colors of #C036AC
Black with #C036AC
Text Example
Text Example
White with #C036AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036AC; }
p { color: rgb(192,54,172); }
H1.HeaderClassName
{
color: #C036AC;
}
.AnyTagClassName
{
color: #C036AC;
}
</style>
background-color css
<style>
a { background-color: #C036AC; }
a { background-color: rgb(192,54,172); }
div.DivClassName
{
background-color: #C036AC;
}
.BgClassName
{
background-color: #C036AC;
}
</style>
border-color css
<style>
span { border-color: #C036AC; }
span { border-color: rgb(192,54,172); }
td.TdClassName
{
border-color: #C036AC;
}
.TagClassName
{
border-color: #C036AC;
}
</style>