Shades of Fuchsia #C036BA
Tints of Fuchsia #C036BA
RGB
CMYK
RGB Variations
Color information
#C036BA (or 0xC036BA) is known color: Fuchsia. HEX triplet: C0, 36 and BA. RGB value is (192,54,186). Sum of RGB (Red+Green+Blue) = 192+54+186=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C036BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036BA is #3FC945. Grayscale: #6D6D6D. Windows color (decimal): -4180294 or 12203712. OLE color: 12203712.
HSL color Cylindrical-coordinate representation of color #C036BA: hue angle of 302.61º 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 #C036BA is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 186 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.25 |
| HSL | 302.61º | 0.56% | 0.48% | - |
| HSV(B) | 302.61º | 0.72% | 0.75% | - |
| XYZ | 31.92 | 17.39 | 48.13 | - |
| YUV | 110.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 186 | 0 | 0.72 | 0.03 | 0.25 | 302.61 | 0.56 | 0.48 |
| Hex | C0 | 36 | BA | 0 | 48 | 3 | 19 | 12F | 38 | 30 |
| Octal | 300 | 66 | 272 | 0 | 110 | 3 | 31 | 457 | 70 | 60 |
| Binary | 11000000 | 110110 | 10111010 | 0 | 1001000 | 11 | 11001 | 100101111 | 111000 | 110000 |
Color Harmonies of #C036BA
Complementary color
Monochromatic Colors of #C036BA
Black with #C036BA
Text Example
Text Example
White with #C036BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036BA; }
p { color: rgb(192,54,186); }
H1.HeaderClassName
{
color: #C036BA;
}
.AnyTagClassName
{
color: #C036BA;
}
</style>
background-color css
<style>
a { background-color: #C036BA; }
a { background-color: rgb(192,54,186); }
div.DivClassName
{
background-color: #C036BA;
}
.BgClassName
{
background-color: #C036BA;
}
</style>
border-color css
<style>
span { border-color: #C036BA; }
span { border-color: rgb(192,54,186); }
td.TdClassName
{
border-color: #C036BA;
}
.TagClassName
{
border-color: #C036BA;
}
</style>