Shades of Fuchsia #C060B9
Tints of Fuchsia #C060B9
RGB
CMYK
RGB Variations
Color information
#C060B9 (or 0xC060B9) is known color: Fuchsia. HEX triplet: C0, 60 and B9. RGB value is (192,96,185). Sum of RGB (Red+Green+Blue) = 192+96+185=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C060B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060B9 is #3F9F46. Grayscale: #868686. Windows color (decimal): -4169543 or 12148928. OLE color: 12148928.
HSL color Cylindrical-coordinate representation of color #C060B9: hue angle of 304.38º 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 #C060B9 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 185 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.25 |
| HSL | 304.38º | 0.43% | 0.56% | - |
| HSV(B) | 304.38º | 0.5% | 0.75% | - |
| XYZ | 34.68 | 23.07 | 48.53 | - |
| YUV | 134.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 185 | 0 | 0.50 | 0.04 | 0.25 | 304.38 | 0.43 | 0.56 |
| Hex | C0 | 60 | B9 | 0 | 32 | 4 | 19 | 130 | 2B | 38 |
| Octal | 300 | 140 | 271 | 0 | 62 | 4 | 31 | 460 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10111001 | 0 | 110010 | 100 | 11001 | 100110000 | 101011 | 111000 |
Color Harmonies of #C060B9
Complementary color
Monochromatic Colors of #C060B9
Black with #C060B9
Text Example
Text Example
White with #C060B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060B9; }
p { color: rgb(192,96,185); }
H1.HeaderClassName
{
color: #C060B9;
}
.AnyTagClassName
{
color: #C060B9;
}
</style>
background-color css
<style>
a { background-color: #C060B9; }
a { background-color: rgb(192,96,185); }
div.DivClassName
{
background-color: #C060B9;
}
.BgClassName
{
background-color: #C060B9;
}
</style>
border-color css
<style>
span { border-color: #C060B9; }
span { border-color: rgb(192,96,185); }
td.TdClassName
{
border-color: #C060B9;
}
.TagClassName
{
border-color: #C060B9;
}
</style>