Shades of Fuchsia #C13EBF
Tints of Fuchsia #C13EBF
RGB
CMYK
RGB Variations
Color information
#C13EBF (or 0xC13EBF) is known color: Fuchsia. HEX triplet: C1, 3E and BF. RGB value is (193,62,191). Sum of RGB (Red+Green+Blue) = 193+62+191=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EBF is #3EC140. Grayscale: #737373. Windows color (decimal): -4112705 or 12533441. OLE color: 12533441.
HSL color Cylindrical-coordinate representation of color #C13EBF: hue angle of 300.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13EBF is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 191 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.24 |
| HSL | 300.92º | 0.51% | 0.5% | - |
| HSV(B) | 300.92º | 0.68% | 0.76% | - |
| XYZ | 33.12 | 18.54 | 51.12 | - |
| YUV | 115.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 191 | 0 | 0.68 | 0.01 | 0.24 | 300.92 | 0.51 | 0.5 |
| Hex | C1 | 3E | BF | 0 | 44 | 1 | 18 | 12D | 33 | 32 |
| Octal | 301 | 76 | 277 | 0 | 104 | 1 | 30 | 455 | 63 | 62 |
| Binary | 11000001 | 111110 | 10111111 | 0 | 1000100 | 1 | 11000 | 100101101 | 110011 | 110010 |
Color Harmonies of #C13EBF
Complementary color
Monochromatic Colors of #C13EBF
Black with #C13EBF
Text Example
Text Example
White with #C13EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EBF; }
p { color: rgb(193,62,191); }
H1.HeaderClassName
{
color: #C13EBF;
}
.AnyTagClassName
{
color: #C13EBF;
}
</style>
background-color css
<style>
a { background-color: #C13EBF; }
a { background-color: rgb(193,62,191); }
div.DivClassName
{
background-color: #C13EBF;
}
.BgClassName
{
background-color: #C13EBF;
}
</style>
border-color css
<style>
span { border-color: #C13EBF; }
span { border-color: rgb(193,62,191); }
td.TdClassName
{
border-color: #C13EBF;
}
.TagClassName
{
border-color: #C13EBF;
}
</style>