Shades of Fuchsia #C461BA
Tints of Fuchsia #C461BA
RGB
CMYK
RGB Variations
Color information
#C461BA (or 0xC461BA) is known color: Fuchsia. HEX triplet: C4, 61 and BA. RGB value is (196,97,186). Sum of RGB (Red+Green+Blue) = 196+97+186=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BA is #3B9E45. Grayscale: #888888. Windows color (decimal): -3907142 or 12214724. OLE color: 12214724.
HSL color Cylindrical-coordinate representation of color #C461BA: hue angle of 306.06º 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 #C461BA is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 186 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.23 |
| HSL | 306.06º | 0.46% | 0.57% | - |
| HSV(B) | 306.06º | 0.51% | 0.77% | - |
| XYZ | 35.9 | 23.83 | 49.16 | - |
| YUV | 136.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 186 | 0 | 0.51 | 0.05 | 0.23 | 306.06 | 0.46 | 0.57 |
| Hex | C4 | 61 | BA | 0 | 33 | 5 | 17 | 132 | 2E | 39 |
| Octal | 304 | 141 | 272 | 0 | 63 | 5 | 27 | 462 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10111010 | 0 | 110011 | 101 | 10111 | 100110010 | 101110 | 111001 |
Color Harmonies of #C461BA
Complementary color
Monochromatic Colors of #C461BA
Black with #C461BA
Text Example
Text Example
White with #C461BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461BA; }
p { color: rgb(196,97,186); }
H1.HeaderClassName
{
color: #C461BA;
}
.AnyTagClassName
{
color: #C461BA;
}
</style>
background-color css
<style>
a { background-color: #C461BA; }
a { background-color: rgb(196,97,186); }
div.DivClassName
{
background-color: #C461BA;
}
.BgClassName
{
background-color: #C461BA;
}
</style>
border-color css
<style>
span { border-color: #C461BA; }
span { border-color: rgb(196,97,186); }
td.TdClassName
{
border-color: #C461BA;
}
.TagClassName
{
border-color: #C461BA;
}
</style>