Shades of Fuchsia #C05FB0
Tints of Fuchsia #C05FB0
RGB
CMYK
RGB Variations
Color information
#C05FB0 (or 0xC05FB0) is known color: Fuchsia. HEX triplet: C0, 5F and B0. RGB value is (192,95,176). Sum of RGB (Red+Green+Blue) = 192+95+176=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FB0 is #3FA04F. Grayscale: #858585. Windows color (decimal): -4169808 or 11558848. OLE color: 11558848.
HSL color Cylindrical-coordinate representation of color #C05FB0: hue angle of 309.9º 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 #C05FB0 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 176 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.25 |
| HSL | 309.9º | 0.43% | 0.56% | - |
| HSV(B) | 309.9º | 0.51% | 0.75% | - |
| XYZ | 33.67 | 22.53 | 43.65 | - |
| YUV | 133.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 176 | 0 | 0.51 | 0.08 | 0.25 | 309.9 | 0.43 | 0.56 |
| Hex | C0 | 5F | B0 | 0 | 33 | 8 | 19 | 136 | 2B | 38 |
| Octal | 300 | 137 | 260 | 0 | 63 | 10 | 31 | 466 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10110000 | 0 | 110011 | 1000 | 11001 | 100110110 | 101011 | 111000 |
Color Harmonies of #C05FB0
Complementary color
Monochromatic Colors of #C05FB0
Black with #C05FB0
Text Example
Text Example
White with #C05FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FB0; }
p { color: rgb(192,95,176); }
H1.HeaderClassName
{
color: #C05FB0;
}
.AnyTagClassName
{
color: #C05FB0;
}
</style>
background-color css
<style>
a { background-color: #C05FB0; }
a { background-color: rgb(192,95,176); }
div.DivClassName
{
background-color: #C05FB0;
}
.BgClassName
{
background-color: #C05FB0;
}
</style>
border-color css
<style>
span { border-color: #C05FB0; }
span { border-color: rgb(192,95,176); }
td.TdClassName
{
border-color: #C05FB0;
}
.TagClassName
{
border-color: #C05FB0;
}
</style>