Shades of Fuchsia #C060BA
Tints of Fuchsia #C060BA
RGB
CMYK
RGB Variations
Color information
#C060BA (or 0xC060BA) is known color: Fuchsia. HEX triplet: C0, 60 and BA. RGB value is (192,96,186). Sum of RGB (Red+Green+Blue) = 192+96+186=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C060BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060BA is #3F9F45. Grayscale: #868686. Windows color (decimal): -4169542 or 12214464. OLE color: 12214464.
HSL color Cylindrical-coordinate representation of color #C060BA: hue angle of 303.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C060BA is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 186 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.25 |
| HSL | 303.75º | 0.43% | 0.56% | - |
| HSV(B) | 303.75º | 0.5% | 0.75% | - |
| XYZ | 34.78 | 23.12 | 49.08 | - |
| YUV | 134.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 186 | 0 | 0.50 | 0.03 | 0.25 | 303.75 | 0.43 | 0.56 |
| Hex | C0 | 60 | BA | 0 | 32 | 3 | 19 | 130 | 2B | 38 |
| Octal | 300 | 140 | 272 | 0 | 62 | 3 | 31 | 460 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10111010 | 0 | 110010 | 11 | 11001 | 100110000 | 101011 | 111000 |
Color Harmonies of #C060BA
Complementary color
Monochromatic Colors of #C060BA
Black with #C060BA
Text Example
Text Example
White with #C060BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060BA; }
p { color: rgb(192,96,186); }
H1.HeaderClassName
{
color: #C060BA;
}
.AnyTagClassName
{
color: #C060BA;
}
</style>
background-color css
<style>
a { background-color: #C060BA; }
a { background-color: rgb(192,96,186); }
div.DivClassName
{
background-color: #C060BA;
}
.BgClassName
{
background-color: #C060BA;
}
</style>
border-color css
<style>
span { border-color: #C060BA; }
span { border-color: rgb(192,96,186); }
td.TdClassName
{
border-color: #C060BA;
}
.TagClassName
{
border-color: #C060BA;
}
</style>