Shades of Fuchsia #C060B5
Tints of Fuchsia #C060B5
RGB
CMYK
RGB Variations
Color information
#C060B5 (or 0xC060B5) is known color: Fuchsia. HEX triplet: C0, 60 and B5. RGB value is (192,96,181). Sum of RGB (Red+Green+Blue) = 192+96+181=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C060B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060B5 is #3F9F4A. Grayscale: #868686. Windows color (decimal): -4169547 or 11886784. OLE color: 11886784.
HSL color Cylindrical-coordinate representation of color #C060B5: hue angle of 306.88º 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 #C060B5 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 181 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.25 |
| HSL | 306.88º | 0.43% | 0.56% | - |
| HSV(B) | 306.88º | 0.5% | 0.75% | - |
| XYZ | 34.26 | 22.91 | 46.33 | - |
| YUV | 134.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 181 | 0 | 0.50 | 0.06 | 0.25 | 306.88 | 0.43 | 0.56 |
| Hex | C0 | 60 | B5 | 0 | 32 | 6 | 19 | 133 | 2B | 38 |
| Octal | 300 | 140 | 265 | 0 | 62 | 6 | 31 | 463 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10110101 | 0 | 110010 | 110 | 11001 | 100110011 | 101011 | 111000 |
Color Harmonies of #C060B5
Complementary color
Monochromatic Colors of #C060B5
Black with #C060B5
Text Example
Text Example
White with #C060B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060B5; }
p { color: rgb(192,96,181); }
H1.HeaderClassName
{
color: #C060B5;
}
.AnyTagClassName
{
color: #C060B5;
}
</style>
background-color css
<style>
a { background-color: #C060B5; }
a { background-color: rgb(192,96,181); }
div.DivClassName
{
background-color: #C060B5;
}
.BgClassName
{
background-color: #C060B5;
}
</style>
border-color css
<style>
span { border-color: #C060B5; }
span { border-color: rgb(192,96,181); }
td.TdClassName
{
border-color: #C060B5;
}
.TagClassName
{
border-color: #C060B5;
}
</style>