Shades of Fuchsia #C036BF
Tints of Fuchsia #C036BF
RGB
CMYK
RGB Variations
Color information
#C036BF (or 0xC036BF) is known color: Fuchsia. HEX triplet: C0, 36 and BF. RGB value is (192,54,191). Sum of RGB (Red+Green+Blue) = 192+54+191=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C036BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036BF is #3FC940. Grayscale: #6E6E6E. Windows color (decimal): -4180289 or 12531392. OLE color: 12531392.
HSL color Cylindrical-coordinate representation of color #C036BF: hue angle of 300.43º 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 #C036BF is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 191 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.25 |
| HSL | 300.43º | 0.56% | 0.48% | - |
| HSV(B) | 300.43º | 0.72% | 0.75% | - |
| XYZ | 32.46 | 17.61 | 50.98 | - |
| YUV | 110.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 191 | 0 | 0.72 | 0.01 | 0.25 | 300.43 | 0.56 | 0.48 |
| Hex | C0 | 36 | BF | 0 | 48 | 1 | 19 | 12C | 38 | 30 |
| Octal | 300 | 66 | 277 | 0 | 110 | 1 | 31 | 454 | 70 | 60 |
| Binary | 11000000 | 110110 | 10111111 | 0 | 1001000 | 1 | 11001 | 100101100 | 111000 | 110000 |
Color Harmonies of #C036BF
Complementary color
Monochromatic Colors of #C036BF
Black with #C036BF
Text Example
Text Example
White with #C036BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036BF; }
p { color: rgb(192,54,191); }
H1.HeaderClassName
{
color: #C036BF;
}
.AnyTagClassName
{
color: #C036BF;
}
</style>
background-color css
<style>
a { background-color: #C036BF; }
a { background-color: rgb(192,54,191); }
div.DivClassName
{
background-color: #C036BF;
}
.BgClassName
{
background-color: #C036BF;
}
</style>
border-color css
<style>
span { border-color: #C036BF; }
span { border-color: rgb(192,54,191); }
td.TdClassName
{
border-color: #C036BF;
}
.TagClassName
{
border-color: #C036BF;
}
</style>