Shades of Fuchsia #C046B1
Tints of Fuchsia #C046B1
RGB
CMYK
RGB Variations
Color information
#C046B1 (or 0xC046B1) is known color: Fuchsia. HEX triplet: C0, 46 and B1. RGB value is (192,70,177). Sum of RGB (Red+Green+Blue) = 192+70+177=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C046B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046B1 is #3FB94E. Grayscale: #767676. Windows color (decimal): -4176207 or 11617984. OLE color: 11617984.
HSL color Cylindrical-coordinate representation of color #C046B1: hue angle of 307.38º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C046B1 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 177 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.25 |
| HSL | 307.38º | 0.49% | 0.51% | - |
| HSV(B) | 307.38º | 0.64% | 0.75% | - |
| XYZ | 31.86 | 18.76 | 43.54 | - |
| YUV | 118.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 177 | 0 | 0.64 | 0.08 | 0.25 | 307.38 | 0.49 | 0.51 |
| Hex | C0 | 46 | B1 | 0 | 40 | 8 | 19 | 133 | 31 | 33 |
| Octal | 300 | 106 | 261 | 0 | 100 | 10 | 31 | 463 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10110001 | 0 | 1000000 | 1000 | 11001 | 100110011 | 110001 | 110011 |
Color Harmonies of #C046B1
Complementary color
Monochromatic Colors of #C046B1
Black with #C046B1
Text Example
Text Example
White with #C046B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046B1; }
p { color: rgb(192,70,177); }
H1.HeaderClassName
{
color: #C046B1;
}
.AnyTagClassName
{
color: #C046B1;
}
</style>
background-color css
<style>
a { background-color: #C046B1; }
a { background-color: rgb(192,70,177); }
div.DivClassName
{
background-color: #C046B1;
}
.BgClassName
{
background-color: #C046B1;
}
</style>
border-color css
<style>
span { border-color: #C046B1; }
span { border-color: rgb(192,70,177); }
td.TdClassName
{
border-color: #C046B1;
}
.TagClassName
{
border-color: #C046B1;
}
</style>