Shades of Fuchsia #C05EBA
Tints of Fuchsia #C05EBA
RGB
CMYK
RGB Variations
Color information
#C05EBA (or 0xC05EBA) is known color: Fuchsia. HEX triplet: C0, 5E and BA. RGB value is (192,94,186). Sum of RGB (Red+Green+Blue) = 192+94+186=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EBA is #3FA145. Grayscale: #858585. Windows color (decimal): -4170054 or 12213952. OLE color: 12213952.
HSL color Cylindrical-coordinate representation of color #C05EBA: hue angle of 303.67º degrees, saturation: 0.44, 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 #C05EBA is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 186 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.25 |
| HSL | 303.67º | 0.44% | 0.56% | - |
| HSV(B) | 303.67º | 0.51% | 0.75% | - |
| XYZ | 34.6 | 22.76 | 49.02 | - |
| YUV | 133.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 186 | 0 | 0.51 | 0.03 | 0.25 | 303.67 | 0.44 | 0.56 |
| Hex | C0 | 5E | BA | 0 | 33 | 3 | 19 | 130 | 2C | 38 |
| Octal | 300 | 136 | 272 | 0 | 63 | 3 | 31 | 460 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10111010 | 0 | 110011 | 11 | 11001 | 100110000 | 101100 | 111000 |
Color Harmonies of #C05EBA
Complementary color
Monochromatic Colors of #C05EBA
Black with #C05EBA
Text Example
Text Example
White with #C05EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EBA; }
p { color: rgb(192,94,186); }
H1.HeaderClassName
{
color: #C05EBA;
}
.AnyTagClassName
{
color: #C05EBA;
}
</style>
background-color css
<style>
a { background-color: #C05EBA; }
a { background-color: rgb(192,94,186); }
div.DivClassName
{
background-color: #C05EBA;
}
.BgClassName
{
background-color: #C05EBA;
}
</style>
border-color css
<style>
span { border-color: #C05EBA; }
span { border-color: rgb(192,94,186); }
td.TdClassName
{
border-color: #C05EBA;
}
.TagClassName
{
border-color: #C05EBA;
}
</style>