Shades of Fuchsia #C263BF
Tints of Fuchsia #C263BF
RGB
CMYK
RGB Variations
Color information
#C263BF (or 0xC263BF) is known color: Fuchsia. HEX triplet: C2, 63 and BF. RGB value is (194,99,191). Sum of RGB (Red+Green+Blue) = 194+99+191=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C263BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263BF is #3D9C40. Grayscale: #898989. Windows color (decimal): -4037697 or 12542914. OLE color: 12542914.
HSL color Cylindrical-coordinate representation of color #C263BF: hue angle of 301.89º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C263BF is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 191 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.24 |
| HSL | 301.89º | 0.44% | 0.57% | - |
| HSV(B) | 301.89º | 0.49% | 0.76% | - |
| XYZ | 36.11 | 24.15 | 52.05 | - |
| YUV | 137.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 191 | 0 | 0.49 | 0.02 | 0.24 | 301.89 | 0.44 | 0.57 |
| Hex | C2 | 63 | BF | 0 | 31 | 2 | 18 | 12E | 2C | 39 |
| Octal | 302 | 143 | 277 | 0 | 61 | 2 | 30 | 456 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10111111 | 0 | 110001 | 10 | 11000 | 100101110 | 101100 | 111001 |
Color Harmonies of #C263BF
Complementary color
Monochromatic Colors of #C263BF
Black with #C263BF
Text Example
Text Example
White with #C263BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263BF; }
p { color: rgb(194,99,191); }
H1.HeaderClassName
{
color: #C263BF;
}
.AnyTagClassName
{
color: #C263BF;
}
</style>
background-color css
<style>
a { background-color: #C263BF; }
a { background-color: rgb(194,99,191); }
div.DivClassName
{
background-color: #C263BF;
}
.BgClassName
{
background-color: #C263BF;
}
</style>
border-color css
<style>
span { border-color: #C263BF; }
span { border-color: rgb(194,99,191); }
td.TdClassName
{
border-color: #C263BF;
}
.TagClassName
{
border-color: #C263BF;
}
</style>