Shades of Fuchsia #C460BE
Tints of Fuchsia #C460BE
RGB
CMYK
RGB Variations
Color information
#C460BE (or 0xC460BE) is known color: Fuchsia. HEX triplet: C4, 60 and BE. RGB value is (196,96,190). Sum of RGB (Red+Green+Blue) = 196+96+190=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C460BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460BE is #3B9F41. Grayscale: #888888. Windows color (decimal): -3907394 or 12476612. OLE color: 12476612.
HSL color Cylindrical-coordinate representation of color #C460BE: hue angle of 303.6º 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 #C460BE is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 190 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.23 |
| HSL | 303.6º | 0.46% | 0.57% | - |
| HSV(B) | 303.6º | 0.51% | 0.77% | - |
| XYZ | 36.24 | 23.82 | 51.4 | - |
| YUV | 136.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 190 | 0 | 0.51 | 0.03 | 0.23 | 303.6 | 0.46 | 0.57 |
| Hex | C4 | 60 | BE | 0 | 33 | 3 | 17 | 130 | 2E | 39 |
| Octal | 304 | 140 | 276 | 0 | 63 | 3 | 27 | 460 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10111110 | 0 | 110011 | 11 | 10111 | 100110000 | 101110 | 111001 |
Color Harmonies of #C460BE
Complementary color
Monochromatic Colors of #C460BE
Black with #C460BE
Text Example
Text Example
White with #C460BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460BE; }
p { color: rgb(196,96,190); }
H1.HeaderClassName
{
color: #C460BE;
}
.AnyTagClassName
{
color: #C460BE;
}
</style>
background-color css
<style>
a { background-color: #C460BE; }
a { background-color: rgb(196,96,190); }
div.DivClassName
{
background-color: #C460BE;
}
.BgClassName
{
background-color: #C460BE;
}
</style>
border-color css
<style>
span { border-color: #C460BE; }
span { border-color: rgb(196,96,190); }
td.TdClassName
{
border-color: #C460BE;
}
.TagClassName
{
border-color: #C460BE;
}
</style>