Shades of Fuchsia #C46FBC
Tints of Fuchsia #C46FBC
RGB
CMYK
RGB Variations
Color information
#C46FBC (or 0xC46FBC) is known color: Fuchsia. HEX triplet: C4, 6F and BC. RGB value is (196,111,188). Sum of RGB (Red+Green+Blue) = 196+111+188=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C46FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FBC is #3B9043. Grayscale: #909090. Windows color (decimal): -3903556 or 12349380. OLE color: 12349380.
HSL color Cylindrical-coordinate representation of color #C46FBC: hue angle of 305.65º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C46FBC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 188 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.23 |
| HSL | 305.65º | 0.42% | 0.6% | - |
| HSV(B) | 305.65º | 0.43% | 0.77% | - |
| XYZ | 37.53 | 26.74 | 50.76 | - |
| YUV | 145.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 188 | 0 | 0.43 | 0.04 | 0.23 | 305.65 | 0.42 | 0.6 |
| Hex | C4 | 6F | BC | 0 | 2B | 4 | 17 | 132 | 2A | 3C |
| Octal | 304 | 157 | 274 | 0 | 53 | 4 | 27 | 462 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10111100 | 0 | 101011 | 100 | 10111 | 100110010 | 101010 | 111100 |
Color Harmonies of #C46FBC
Complementary color
Monochromatic Colors of #C46FBC
Black with #C46FBC
Text Example
Text Example
White with #C46FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FBC; }
p { color: rgb(196,111,188); }
H1.HeaderClassName
{
color: #C46FBC;
}
.AnyTagClassName
{
color: #C46FBC;
}
</style>
background-color css
<style>
a { background-color: #C46FBC; }
a { background-color: rgb(196,111,188); }
div.DivClassName
{
background-color: #C46FBC;
}
.BgClassName
{
background-color: #C46FBC;
}
</style>
border-color css
<style>
span { border-color: #C46FBC; }
span { border-color: rgb(196,111,188); }
td.TdClassName
{
border-color: #C46FBC;
}
.TagClassName
{
border-color: #C46FBC;
}
</style>