Shades of Fuchsia #C05FB9
Tints of Fuchsia #C05FB9
RGB
CMYK
RGB Variations
Color information
#C05FB9 (or 0xC05FB9) is known color: Fuchsia. HEX triplet: C0, 5F and B9. RGB value is (192,95,185). Sum of RGB (Red+Green+Blue) = 192+95+185=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FB9 is #3FA046. Grayscale: #868686. Windows color (decimal): -4169799 or 12148672. OLE color: 12148672.
HSL color Cylindrical-coordinate representation of color #C05FB9: hue angle of 304.33º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FB9 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 185 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.25 |
| HSL | 304.33º | 0.43% | 0.56% | - |
| HSV(B) | 304.33º | 0.51% | 0.75% | - |
| XYZ | 34.59 | 22.89 | 48.49 | - |
| YUV | 134.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 185 | 0 | 0.51 | 0.04 | 0.25 | 304.33 | 0.43 | 0.56 |
| Hex | C0 | 5F | B9 | 0 | 33 | 4 | 19 | 130 | 2B | 38 |
| Octal | 300 | 137 | 271 | 0 | 63 | 4 | 31 | 460 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10111001 | 0 | 110011 | 100 | 11001 | 100110000 | 101011 | 111000 |
Color Harmonies of #C05FB9
Complementary color
Monochromatic Colors of #C05FB9
Black with #C05FB9
Text Example
Text Example
White with #C05FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FB9; }
p { color: rgb(192,95,185); }
H1.HeaderClassName
{
color: #C05FB9;
}
.AnyTagClassName
{
color: #C05FB9;
}
</style>
background-color css
<style>
a { background-color: #C05FB9; }
a { background-color: rgb(192,95,185); }
div.DivClassName
{
background-color: #C05FB9;
}
.BgClassName
{
background-color: #C05FB9;
}
</style>
border-color css
<style>
span { border-color: #C05FB9; }
span { border-color: rgb(192,95,185); }
td.TdClassName
{
border-color: #C05FB9;
}
.TagClassName
{
border-color: #C05FB9;
}
</style>