Shades of Fuchsia #C46CB3
Tints of Fuchsia #C46CB3
RGB
CMYK
RGB Variations
Color information
#C46CB3 (or 0xC46CB3) is known color: Fuchsia. HEX triplet: C4, 6C and B3. RGB value is (196,108,179). Sum of RGB (Red+Green+Blue) = 196+108+179=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CB3 is #3B934C. Grayscale: #8E8E8E. Windows color (decimal): -3904333 or 11758788. OLE color: 11758788.
HSL color Cylindrical-coordinate representation of color #C46CB3: hue angle of 311.59º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46CB3 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 179 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.23 |
| HSL | 311.59º | 0.43% | 0.6% | - |
| HSV(B) | 311.59º | 0.45% | 0.77% | - |
| XYZ | 36.26 | 25.72 | 45.7 | - |
| YUV | 142.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 179 | 0 | 0.45 | 0.09 | 0.23 | 311.59 | 0.43 | 0.6 |
| Hex | C4 | 6C | B3 | 0 | 2D | 9 | 17 | 138 | 2B | 3C |
| Octal | 304 | 154 | 263 | 0 | 55 | 11 | 27 | 470 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10110011 | 0 | 101101 | 1001 | 10111 | 100111000 | 101011 | 111100 |
Color Harmonies of #C46CB3
Complementary color
Monochromatic Colors of #C46CB3
Black with #C46CB3
Text Example
Text Example
White with #C46CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CB3; }
p { color: rgb(196,108,179); }
H1.HeaderClassName
{
color: #C46CB3;
}
.AnyTagClassName
{
color: #C46CB3;
}
</style>
background-color css
<style>
a { background-color: #C46CB3; }
a { background-color: rgb(196,108,179); }
div.DivClassName
{
background-color: #C46CB3;
}
.BgClassName
{
background-color: #C46CB3;
}
</style>
border-color css
<style>
span { border-color: #C46CB3; }
span { border-color: rgb(196,108,179); }
td.TdClassName
{
border-color: #C46CB3;
}
.TagClassName
{
border-color: #C46CB3;
}
</style>