Shades of Fuchsia #C263BB
Tints of Fuchsia #C263BB
RGB
CMYK
RGB Variations
Color information
#C263BB (or 0xC263BB) is known color: Fuchsia. HEX triplet: C2, 63 and BB. RGB value is (194,99,187). Sum of RGB (Red+Green+Blue) = 194+99+187=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C263BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263BB is #3D9C44. Grayscale: #898989. Windows color (decimal): -4037701 or 12280770. OLE color: 12280770.
HSL color Cylindrical-coordinate representation of color #C263BB: hue angle of 304.42º 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 #C263BB is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 187 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.24 |
| HSL | 304.42º | 0.44% | 0.57% | - |
| HSV(B) | 304.42º | 0.49% | 0.76% | - |
| XYZ | 35.68 | 23.98 | 49.76 | - |
| YUV | 137.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 187 | 0 | 0.49 | 0.04 | 0.24 | 304.42 | 0.44 | 0.57 |
| Hex | C2 | 63 | BB | 0 | 31 | 4 | 18 | 130 | 2C | 39 |
| Octal | 302 | 143 | 273 | 0 | 61 | 4 | 30 | 460 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10111011 | 0 | 110001 | 100 | 11000 | 100110000 | 101100 | 111001 |
Color Harmonies of #C263BB
Complementary color
Monochromatic Colors of #C263BB
Black with #C263BB
Text Example
Text Example
White with #C263BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263BB; }
p { color: rgb(194,99,187); }
H1.HeaderClassName
{
color: #C263BB;
}
.AnyTagClassName
{
color: #C263BB;
}
</style>
background-color css
<style>
a { background-color: #C263BB; }
a { background-color: rgb(194,99,187); }
div.DivClassName
{
background-color: #C263BB;
}
.BgClassName
{
background-color: #C263BB;
}
</style>
border-color css
<style>
span { border-color: #C263BB; }
span { border-color: rgb(194,99,187); }
td.TdClassName
{
border-color: #C263BB;
}
.TagClassName
{
border-color: #C263BB;
}
</style>