Shades of Fuchsia #C036BB
Tints of Fuchsia #C036BB
RGB
CMYK
RGB Variations
Color information
#C036BB (or 0xC036BB) is known color: Fuchsia. HEX triplet: C0, 36 and BB. RGB value is (192,54,187). Sum of RGB (Red+Green+Blue) = 192+54+187=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C036BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036BB is #3FC944. Grayscale: #6E6E6E. Windows color (decimal): -4180293 or 12269248. OLE color: 12269248.
HSL color Cylindrical-coordinate representation of color #C036BB: hue angle of 302.17º 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 #C036BB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 187 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.25 |
| HSL | 302.17º | 0.56% | 0.48% | - |
| HSV(B) | 302.17º | 0.72% | 0.75% | - |
| XYZ | 32.03 | 17.43 | 48.69 | - |
| YUV | 110.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 187 | 0 | 0.72 | 0.03 | 0.25 | 302.17 | 0.56 | 0.48 |
| Hex | C0 | 36 | BB | 0 | 48 | 3 | 19 | 12E | 38 | 30 |
| Octal | 300 | 66 | 273 | 0 | 110 | 3 | 31 | 456 | 70 | 60 |
| Binary | 11000000 | 110110 | 10111011 | 0 | 1001000 | 11 | 11001 | 100101110 | 111000 | 110000 |
Color Harmonies of #C036BB
Complementary color
Monochromatic Colors of #C036BB
Black with #C036BB
Text Example
Text Example
White with #C036BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036BB; }
p { color: rgb(192,54,187); }
H1.HeaderClassName
{
color: #C036BB;
}
.AnyTagClassName
{
color: #C036BB;
}
</style>
background-color css
<style>
a { background-color: #C036BB; }
a { background-color: rgb(192,54,187); }
div.DivClassName
{
background-color: #C036BB;
}
.BgClassName
{
background-color: #C036BB;
}
</style>
border-color css
<style>
span { border-color: #C036BB; }
span { border-color: rgb(192,54,187); }
td.TdClassName
{
border-color: #C036BB;
}
.TagClassName
{
border-color: #C036BB;
}
</style>