Shades of Fuchsia #C036BE
Tints of Fuchsia #C036BE
RGB
CMYK
RGB Variations
Color information
#C036BE (or 0xC036BE) is known color: Fuchsia. HEX triplet: C0, 36 and BE. RGB value is (192,54,190). Sum of RGB (Red+Green+Blue) = 192+54+190=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C036BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036BE is #3FC941. Grayscale: #6E6E6E. Windows color (decimal): -4180290 or 12465856. OLE color: 12465856.
HSL color Cylindrical-coordinate representation of color #C036BE: hue angle of 300.87º 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 #C036BE is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 190 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.25 |
| HSL | 300.87º | 0.56% | 0.48% | - |
| HSV(B) | 300.87º | 0.72% | 0.75% | - |
| XYZ | 32.35 | 17.56 | 50.4 | - |
| YUV | 110.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 190 | 0 | 0.72 | 0.01 | 0.25 | 300.87 | 0.56 | 0.48 |
| Hex | C0 | 36 | BE | 0 | 48 | 1 | 19 | 12D | 38 | 30 |
| Octal | 300 | 66 | 276 | 0 | 110 | 1 | 31 | 455 | 70 | 60 |
| Binary | 11000000 | 110110 | 10111110 | 0 | 1001000 | 1 | 11001 | 100101101 | 111000 | 110000 |
Color Harmonies of #C036BE
Complementary color
Monochromatic Colors of #C036BE
Black with #C036BE
Text Example
Text Example
White with #C036BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036BE; }
p { color: rgb(192,54,190); }
H1.HeaderClassName
{
color: #C036BE;
}
.AnyTagClassName
{
color: #C036BE;
}
</style>
background-color css
<style>
a { background-color: #C036BE; }
a { background-color: rgb(192,54,190); }
div.DivClassName
{
background-color: #C036BE;
}
.BgClassName
{
background-color: #C036BE;
}
</style>
border-color css
<style>
span { border-color: #C036BE; }
span { border-color: rgb(192,54,190); }
td.TdClassName
{
border-color: #C036BE;
}
.TagClassName
{
border-color: #C036BE;
}
</style>