Shades of Fuchsia #C464B9
Tints of Fuchsia #C464B9
RGB
CMYK
RGB Variations
Color information
#C464B9 (or 0xC464B9) is known color: Fuchsia. HEX triplet: C4, 64 and B9. RGB value is (196,100,185). Sum of RGB (Red+Green+Blue) = 196+100+185=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C464B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464B9 is #3B9B46. Grayscale: #8A8A8A. Windows color (decimal): -3906375 or 12149956. OLE color: 12149956.
HSL color Cylindrical-coordinate representation of color #C464B9: hue angle of 306.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C464B9 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 185 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.23 |
| HSL | 306.88º | 0.45% | 0.58% | - |
| HSV(B) | 306.88º | 0.49% | 0.77% | - |
| XYZ | 36.08 | 24.35 | 48.7 | - |
| YUV | 138.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 185 | 0 | 0.49 | 0.06 | 0.23 | 306.88 | 0.45 | 0.58 |
| Hex | C4 | 64 | B9 | 0 | 31 | 6 | 17 | 133 | 2D | 3A |
| Octal | 304 | 144 | 271 | 0 | 61 | 6 | 27 | 463 | 55 | 72 |
| Binary | 11000100 | 1100100 | 10111001 | 0 | 110001 | 110 | 10111 | 100110011 | 101101 | 111010 |
Color Harmonies of #C464B9
Complementary color
Monochromatic Colors of #C464B9
Black with #C464B9
Text Example
Text Example
White with #C464B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464B9; }
p { color: rgb(196,100,185); }
H1.HeaderClassName
{
color: #C464B9;
}
.AnyTagClassName
{
color: #C464B9;
}
</style>
background-color css
<style>
a { background-color: #C464B9; }
a { background-color: rgb(196,100,185); }
div.DivClassName
{
background-color: #C464B9;
}
.BgClassName
{
background-color: #C464B9;
}
</style>
border-color css
<style>
span { border-color: #C464B9; }
span { border-color: rgb(196,100,185); }
td.TdClassName
{
border-color: #C464B9;
}
.TagClassName
{
border-color: #C464B9;
}
</style>