Shades of Fuchsia #C460BF
Tints of Fuchsia #C460BF
RGB
CMYK
RGB Variations
Color information
#C460BF (or 0xC460BF) is known color: Fuchsia. HEX triplet: C4, 60 and BF. RGB value is (196,96,191). Sum of RGB (Red+Green+Blue) = 196+96+191=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C460BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460BF is #3B9F40. Grayscale: #888888. Windows color (decimal): -3907393 or 12542148. OLE color: 12542148.
HSL color Cylindrical-coordinate representation of color #C460BF: hue angle of 303º 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 #C460BF is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 191 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.23 |
| HSL | 303º | 0.46% | 0.57% | - |
| HSV(B) | 303º | 0.51% | 0.77% | - |
| XYZ | 36.35 | 23.86 | 51.98 | - |
| YUV | 136.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 191 | 0 | 0.51 | 0.03 | 0.23 | 303 | 0.46 | 0.57 |
| Hex | C4 | 60 | BF | 0 | 33 | 3 | 17 | 12F | 2E | 39 |
| Octal | 304 | 140 | 277 | 0 | 63 | 3 | 27 | 457 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10111111 | 0 | 110011 | 11 | 10111 | 100101111 | 101110 | 111001 |
Color Harmonies of #C460BF
Complementary color
Monochromatic Colors of #C460BF
Black with #C460BF
Text Example
Text Example
White with #C460BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460BF; }
p { color: rgb(196,96,191); }
H1.HeaderClassName
{
color: #C460BF;
}
.AnyTagClassName
{
color: #C460BF;
}
</style>
background-color css
<style>
a { background-color: #C460BF; }
a { background-color: rgb(196,96,191); }
div.DivClassName
{
background-color: #C460BF;
}
.BgClassName
{
background-color: #C460BF;
}
</style>
border-color css
<style>
span { border-color: #C460BF; }
span { border-color: rgb(196,96,191); }
td.TdClassName
{
border-color: #C460BF;
}
.TagClassName
{
border-color: #C460BF;
}
</style>