Shades of Fuchsia #C05EBE
Tints of Fuchsia #C05EBE
RGB
CMYK
RGB Variations
Color information
#C05EBE (or 0xC05EBE) is known color: Fuchsia. HEX triplet: C0, 5E and BE. RGB value is (192,94,190). Sum of RGB (Red+Green+Blue) = 192+94+190=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EBE is #3FA141. Grayscale: #858585. Windows color (decimal): -4170050 or 12476096. OLE color: 12476096.
HSL color Cylindrical-coordinate representation of color #C05EBE: hue angle of 301.22º 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 #C05EBE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 190 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.25 |
| HSL | 301.22º | 0.44% | 0.56% | - |
| HSV(B) | 301.22º | 0.51% | 0.75% | - |
| XYZ | 35.04 | 22.93 | 51.29 | - |
| YUV | 134.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 190 | 0 | 0.51 | 0.01 | 0.25 | 301.22 | 0.44 | 0.56 |
| Hex | C0 | 5E | BE | 0 | 33 | 1 | 19 | 12D | 2C | 38 |
| Octal | 300 | 136 | 276 | 0 | 63 | 1 | 31 | 455 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10111110 | 0 | 110011 | 1 | 11001 | 100101101 | 101100 | 111000 |
Color Harmonies of #C05EBE
Complementary color
Monochromatic Colors of #C05EBE
Black with #C05EBE
Text Example
Text Example
White with #C05EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EBE; }
p { color: rgb(192,94,190); }
H1.HeaderClassName
{
color: #C05EBE;
}
.AnyTagClassName
{
color: #C05EBE;
}
</style>
background-color css
<style>
a { background-color: #C05EBE; }
a { background-color: rgb(192,94,190); }
div.DivClassName
{
background-color: #C05EBE;
}
.BgClassName
{
background-color: #C05EBE;
}
</style>
border-color css
<style>
span { border-color: #C05EBE; }
span { border-color: rgb(192,94,190); }
td.TdClassName
{
border-color: #C05EBE;
}
.TagClassName
{
border-color: #C05EBE;
}
</style>