Shades of Fuchsia #C468B0
Tints of Fuchsia #C468B0
RGB
CMYK
RGB Variations
Color information
#C468B0 (or 0xC468B0) is known color: Fuchsia. HEX triplet: C4, 68 and B0. RGB value is (196,104,176). Sum of RGB (Red+Green+Blue) = 196+104+176=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C468B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C468B0 is #3B974F. Grayscale: #8B8B8B. Windows color (decimal): -3905360 or 11561156. OLE color: 11561156.
HSL color Cylindrical-coordinate representation of color #C468B0: hue angle of 313.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C468B0 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 176 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.23 |
| HSL | 313.04º | 0.44% | 0.59% | - |
| HSV(B) | 313.04º | 0.47% | 0.77% | - |
| XYZ | 35.55 | 24.77 | 43.98 | - |
| YUV | 139.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 176 | 0 | 0.47 | 0.10 | 0.23 | 313.04 | 0.44 | 0.59 |
| Hex | C4 | 68 | B0 | 0 | 2F | A | 17 | 139 | 2C | 3B |
| Octal | 304 | 150 | 260 | 0 | 57 | 12 | 27 | 471 | 54 | 73 |
| Binary | 11000100 | 1101000 | 10110000 | 0 | 101111 | 1010 | 10111 | 100111001 | 101100 | 111011 |
Color Harmonies of #C468B0
Complementary color
Monochromatic Colors of #C468B0
Black with #C468B0
Text Example
Text Example
White with #C468B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468B0; }
p { color: rgb(196,104,176); }
H1.HeaderClassName
{
color: #C468B0;
}
.AnyTagClassName
{
color: #C468B0;
}
</style>
background-color css
<style>
a { background-color: #C468B0; }
a { background-color: rgb(196,104,176); }
div.DivClassName
{
background-color: #C468B0;
}
.BgClassName
{
background-color: #C468B0;
}
</style>
border-color css
<style>
span { border-color: #C468B0; }
span { border-color: rgb(196,104,176); }
td.TdClassName
{
border-color: #C468B0;
}
.TagClassName
{
border-color: #C468B0;
}
</style>