Shades of Fuchsia #C060BC
Tints of Fuchsia #C060BC
RGB
CMYK
RGB Variations
Color information
#C060BC (or 0xC060BC) is known color: Fuchsia. HEX triplet: C0, 60 and BC. RGB value is (192,96,188). Sum of RGB (Red+Green+Blue) = 192+96+188=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C060BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060BC is #3F9F43. Grayscale: #868686. Windows color (decimal): -4169540 or 12345536. OLE color: 12345536.
HSL color Cylindrical-coordinate representation of color #C060BC: hue angle of 302.5º 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 #C060BC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 188 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.25 |
| HSL | 302.5º | 0.43% | 0.56% | - |
| HSV(B) | 302.5º | 0.5% | 0.75% | - |
| XYZ | 35 | 23.2 | 50.21 | - |
| YUV | 135.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 188 | 0 | 0.50 | 0.02 | 0.25 | 302.5 | 0.43 | 0.56 |
| Hex | C0 | 60 | BC | 0 | 32 | 2 | 19 | 12E | 2B | 38 |
| Octal | 300 | 140 | 274 | 0 | 62 | 2 | 31 | 456 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10111100 | 0 | 110010 | 10 | 11001 | 100101110 | 101011 | 111000 |
Color Harmonies of #C060BC
Complementary color
Monochromatic Colors of #C060BC
Black with #C060BC
Text Example
Text Example
White with #C060BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060BC; }
p { color: rgb(192,96,188); }
H1.HeaderClassName
{
color: #C060BC;
}
.AnyTagClassName
{
color: #C060BC;
}
</style>
background-color css
<style>
a { background-color: #C060BC; }
a { background-color: rgb(192,96,188); }
div.DivClassName
{
background-color: #C060BC;
}
.BgClassName
{
background-color: #C060BC;
}
</style>
border-color css
<style>
span { border-color: #C060BC; }
span { border-color: rgb(192,96,188); }
td.TdClassName
{
border-color: #C060BC;
}
.TagClassName
{
border-color: #C060BC;
}
</style>