Shades of Fuchsia #C461BE
Tints of Fuchsia #C461BE
RGB
CMYK
RGB Variations
Color information
#C461BE (or 0xC461BE) is known color: Fuchsia. HEX triplet: C4, 61 and BE. RGB value is (196,97,190). Sum of RGB (Red+Green+Blue) = 196+97+190=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BE is #3B9E41. Grayscale: #888888. Windows color (decimal): -3907138 or 12476868. OLE color: 12476868.
HSL color Cylindrical-coordinate representation of color #C461BE: hue angle of 303.64º 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 #C461BE is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 190 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.23 |
| HSL | 303.64º | 0.46% | 0.57% | - |
| HSV(B) | 303.64º | 0.51% | 0.77% | - |
| XYZ | 36.33 | 24 | 51.43 | - |
| YUV | 137.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 190 | 0 | 0.51 | 0.03 | 0.23 | 303.64 | 0.46 | 0.57 |
| Hex | C4 | 61 | BE | 0 | 33 | 3 | 17 | 130 | 2E | 39 |
| Octal | 304 | 141 | 276 | 0 | 63 | 3 | 27 | 460 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10111110 | 0 | 110011 | 11 | 10111 | 100110000 | 101110 | 111001 |
Color Harmonies of #C461BE
Complementary color
Monochromatic Colors of #C461BE
Black with #C461BE
Text Example
Text Example
White with #C461BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461BE; }
p { color: rgb(196,97,190); }
H1.HeaderClassName
{
color: #C461BE;
}
.AnyTagClassName
{
color: #C461BE;
}
</style>
background-color css
<style>
a { background-color: #C461BE; }
a { background-color: rgb(196,97,190); }
div.DivClassName
{
background-color: #C461BE;
}
.BgClassName
{
background-color: #C461BE;
}
</style>
border-color css
<style>
span { border-color: #C461BE; }
span { border-color: rgb(196,97,190); }
td.TdClassName
{
border-color: #C461BE;
}
.TagClassName
{
border-color: #C461BE;
}
</style>