Shades of Fuchsia #C046BC
Tints of Fuchsia #C046BC
RGB
CMYK
RGB Variations
Color information
#C046BC (or 0xC046BC) is known color: Fuchsia. HEX triplet: C0, 46 and BC. RGB value is (192,70,188). Sum of RGB (Red+Green+Blue) = 192+70+188=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C046BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046BC is #3FB943. Grayscale: #777777. Windows color (decimal): -4176196 or 12338880. OLE color: 12338880.
HSL color Cylindrical-coordinate representation of color #C046BC: hue angle of 301.97º 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 #C046BC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 188 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.25 |
| HSL | 301.97º | 0.49% | 0.51% | - |
| HSV(B) | 301.97º | 0.64% | 0.75% | - |
| XYZ | 33.01 | 19.22 | 49.55 | - |
| YUV | 119.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 188 | 0 | 0.64 | 0.02 | 0.25 | 301.97 | 0.49 | 0.51 |
| Hex | C0 | 46 | BC | 0 | 40 | 2 | 19 | 12E | 31 | 33 |
| Octal | 300 | 106 | 274 | 0 | 100 | 2 | 31 | 456 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10111100 | 0 | 1000000 | 10 | 11001 | 100101110 | 110001 | 110011 |
Color Harmonies of #C046BC
Complementary color
Monochromatic Colors of #C046BC
Black with #C046BC
Text Example
Text Example
White with #C046BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046BC; }
p { color: rgb(192,70,188); }
H1.HeaderClassName
{
color: #C046BC;
}
.AnyTagClassName
{
color: #C046BC;
}
</style>
background-color css
<style>
a { background-color: #C046BC; }
a { background-color: rgb(192,70,188); }
div.DivClassName
{
background-color: #C046BC;
}
.BgClassName
{
background-color: #C046BC;
}
</style>
border-color css
<style>
span { border-color: #C046BC; }
span { border-color: rgb(192,70,188); }
td.TdClassName
{
border-color: #C046BC;
}
.TagClassName
{
border-color: #C046BC;
}
</style>