Shades of Fuchsia #C461BB
Tints of Fuchsia #C461BB
RGB
CMYK
RGB Variations
Color information
#C461BB (or 0xC461BB) is known color: Fuchsia. HEX triplet: C4, 61 and BB. RGB value is (196,97,187). Sum of RGB (Red+Green+Blue) = 196+97+187=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BB is #3B9E44. Grayscale: #888888. Windows color (decimal): -3907141 or 12280260. OLE color: 12280260.
HSL color Cylindrical-coordinate representation of color #C461BB: hue angle of 305.45º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C461BB is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 187 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.23 |
| HSL | 305.45º | 0.46% | 0.57% | - |
| HSV(B) | 305.45º | 0.51% | 0.77% | - |
| XYZ | 36.01 | 23.87 | 49.72 | - |
| YUV | 136.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 187 | 0 | 0.51 | 0.05 | 0.23 | 305.45 | 0.46 | 0.57 |
| Hex | C4 | 61 | BB | 0 | 33 | 5 | 17 | 131 | 2E | 39 |
| Octal | 304 | 141 | 273 | 0 | 63 | 5 | 27 | 461 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10111011 | 0 | 110011 | 101 | 10111 | 100110001 | 101110 | 111001 |
Color Harmonies of #C461BB
Complementary color
Monochromatic Colors of #C461BB
Black with #C461BB
Text Example
Text Example
White with #C461BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461BB; }
p { color: rgb(196,97,187); }
H1.HeaderClassName
{
color: #C461BB;
}
.AnyTagClassName
{
color: #C461BB;
}
</style>
background-color css
<style>
a { background-color: #C461BB; }
a { background-color: rgb(196,97,187); }
div.DivClassName
{
background-color: #C461BB;
}
.BgClassName
{
background-color: #C461BB;
}
</style>
border-color css
<style>
span { border-color: #C461BB; }
span { border-color: rgb(196,97,187); }
td.TdClassName
{
border-color: #C461BB;
}
.TagClassName
{
border-color: #C461BB;
}
</style>