Shades of Fuchsia #C036BC
Tints of Fuchsia #C036BC
RGB
CMYK
RGB Variations
Color information
#C036BC (or 0xC036BC) is known color: Fuchsia. HEX triplet: C0, 36 and BC. RGB value is (192,54,188). Sum of RGB (Red+Green+Blue) = 192+54+188=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C036BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036BC is #3FC943. Grayscale: #6E6E6E. Windows color (decimal): -4180292 or 12334784. OLE color: 12334784.
HSL color Cylindrical-coordinate representation of color #C036BC: hue angle of 301.74º 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 #C036BC is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 188 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.25 |
| HSL | 301.74º | 0.56% | 0.48% | - |
| HSV(B) | 301.74º | 0.72% | 0.75% | - |
| XYZ | 32.13 | 17.48 | 49.26 | - |
| YUV | 110.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 188 | 0 | 0.72 | 0.02 | 0.25 | 301.74 | 0.56 | 0.48 |
| Hex | C0 | 36 | BC | 0 | 48 | 2 | 19 | 12E | 38 | 30 |
| Octal | 300 | 66 | 274 | 0 | 110 | 2 | 31 | 456 | 70 | 60 |
| Binary | 11000000 | 110110 | 10111100 | 0 | 1001000 | 10 | 11001 | 100101110 | 111000 | 110000 |
Color Harmonies of #C036BC
Complementary color
Monochromatic Colors of #C036BC
Black with #C036BC
Text Example
Text Example
White with #C036BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036BC; }
p { color: rgb(192,54,188); }
H1.HeaderClassName
{
color: #C036BC;
}
.AnyTagClassName
{
color: #C036BC;
}
</style>
background-color css
<style>
a { background-color: #C036BC; }
a { background-color: rgb(192,54,188); }
div.DivClassName
{
background-color: #C036BC;
}
.BgClassName
{
background-color: #C036BC;
}
</style>
border-color css
<style>
span { border-color: #C036BC; }
span { border-color: rgb(192,54,188); }
td.TdClassName
{
border-color: #C036BC;
}
.TagClassName
{
border-color: #C036BC;
}
</style>