Shades of Fuchsia #C05FBA
Tints of Fuchsia #C05FBA
RGB
CMYK
RGB Variations
Color information
#C05FBA (or 0xC05FBA) is known color: Fuchsia. HEX triplet: C0, 5F and BA. RGB value is (192,95,186). Sum of RGB (Red+Green+Blue) = 192+95+186=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FBA is #3FA045. Grayscale: #868686. Windows color (decimal): -4169798 or 12214208. OLE color: 12214208.
HSL color Cylindrical-coordinate representation of color #C05FBA: hue angle of 303.71º 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 #C05FBA is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 186 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.25 |
| HSL | 303.71º | 0.43% | 0.56% | - |
| HSV(B) | 303.71º | 0.51% | 0.75% | - |
| XYZ | 34.69 | 22.94 | 49.05 | - |
| YUV | 134.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 186 | 0 | 0.51 | 0.03 | 0.25 | 303.71 | 0.43 | 0.56 |
| Hex | C0 | 5F | BA | 0 | 33 | 3 | 19 | 130 | 2B | 38 |
| Octal | 300 | 137 | 272 | 0 | 63 | 3 | 31 | 460 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10111010 | 0 | 110011 | 11 | 11001 | 100110000 | 101011 | 111000 |
Color Harmonies of #C05FBA
Complementary color
Monochromatic Colors of #C05FBA
Black with #C05FBA
Text Example
Text Example
White with #C05FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FBA; }
p { color: rgb(192,95,186); }
H1.HeaderClassName
{
color: #C05FBA;
}
.AnyTagClassName
{
color: #C05FBA;
}
</style>
background-color css
<style>
a { background-color: #C05FBA; }
a { background-color: rgb(192,95,186); }
div.DivClassName
{
background-color: #C05FBA;
}
.BgClassName
{
background-color: #C05FBA;
}
</style>
border-color css
<style>
span { border-color: #C05FBA; }
span { border-color: rgb(192,95,186); }
td.TdClassName
{
border-color: #C05FBA;
}
.TagClassName
{
border-color: #C05FBA;
}
</style>