Shades of Fuchsia #C460B0
Tints of Fuchsia #C460B0
RGB
CMYK
RGB Variations
Color information
#C460B0 (or 0xC460B0) is known color: Fuchsia. HEX triplet: C4, 60 and B0. RGB value is (196,96,176). Sum of RGB (Red+Green+Blue) = 196+96+176=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C460B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460B0 is #3B9F4F. Grayscale: #868686. Windows color (decimal): -3907408 or 11559108. OLE color: 11559108.
HSL color Cylindrical-coordinate representation of color #C460B0: hue angle of 312º 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 #C460B0 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 176 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.23 |
| HSL | 312º | 0.46% | 0.57% | - |
| HSV(B) | 312º | 0.51% | 0.77% | - |
| XYZ | 34.78 | 23.24 | 43.73 | - |
| YUV | 135.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 176 | 0 | 0.51 | 0.10 | 0.23 | 312 | 0.46 | 0.57 |
| Hex | C4 | 60 | B0 | 0 | 33 | A | 17 | 138 | 2E | 39 |
| Octal | 304 | 140 | 260 | 0 | 63 | 12 | 27 | 470 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10110000 | 0 | 110011 | 1010 | 10111 | 100111000 | 101110 | 111001 |
Color Harmonies of #C460B0
Complementary color
Monochromatic Colors of #C460B0
Black with #C460B0
Text Example
Text Example
White with #C460B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460B0; }
p { color: rgb(196,96,176); }
H1.HeaderClassName
{
color: #C460B0;
}
.AnyTagClassName
{
color: #C460B0;
}
</style>
background-color css
<style>
a { background-color: #C460B0; }
a { background-color: rgb(196,96,176); }
div.DivClassName
{
background-color: #C460B0;
}
.BgClassName
{
background-color: #C460B0;
}
</style>
border-color css
<style>
span { border-color: #C460B0; }
span { border-color: rgb(196,96,176); }
td.TdClassName
{
border-color: #C460B0;
}
.TagClassName
{
border-color: #C460B0;
}
</style>