Shades of Fuchsia #C263B0
Tints of Fuchsia #C263B0
RGB
CMYK
RGB Variations
Color information
#C263B0 (or 0xC263B0) is known color: Fuchsia. HEX triplet: C2, 63 and B0. RGB value is (194,99,176). Sum of RGB (Red+Green+Blue) = 194+99+176=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C263B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C263B0 is #3D9C4F. Grayscale: #878787. Windows color (decimal): -4037712 or 11559874. OLE color: 11559874.
HSL color Cylindrical-coordinate representation of color #C263B0: hue angle of 311.37º 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 #C263B0 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 176 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.24 |
| HSL | 311.37º | 0.44% | 0.57% | - |
| HSV(B) | 311.37º | 0.49% | 0.76% | - |
| XYZ | 34.55 | 23.53 | 43.79 | - |
| YUV | 136.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 176 | 0 | 0.49 | 0.09 | 0.24 | 311.37 | 0.44 | 0.57 |
| Hex | C2 | 63 | B0 | 0 | 31 | 9 | 18 | 137 | 2C | 39 |
| Octal | 302 | 143 | 260 | 0 | 61 | 11 | 30 | 467 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10110000 | 0 | 110001 | 1001 | 11000 | 100110111 | 101100 | 111001 |
Color Harmonies of #C263B0
Complementary color
Monochromatic Colors of #C263B0
Black with #C263B0
Text Example
Text Example
White with #C263B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263B0; }
p { color: rgb(194,99,176); }
H1.HeaderClassName
{
color: #C263B0;
}
.AnyTagClassName
{
color: #C263B0;
}
</style>
background-color css
<style>
a { background-color: #C263B0; }
a { background-color: rgb(194,99,176); }
div.DivClassName
{
background-color: #C263B0;
}
.BgClassName
{
background-color: #C263B0;
}
</style>
border-color css
<style>
span { border-color: #C263B0; }
span { border-color: rgb(194,99,176); }
td.TdClassName
{
border-color: #C263B0;
}
.TagClassName
{
border-color: #C263B0;
}
</style>