Shades of Fuchsia #C263C0
Tints of Fuchsia #C263C0
RGB
CMYK
RGB Variations
Color information
#C263C0 (or 0xC263C0) is known color: Fuchsia. HEX triplet: C2, 63 and C0. RGB value is (194,99,192). Sum of RGB (Red+Green+Blue) = 194+99+192=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C263C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263C0 is #3D9C3F. Grayscale: #898989. Windows color (decimal): -4037696 or 12608450. OLE color: 12608450.
HSL color Cylindrical-coordinate representation of color #C263C0: hue angle of 301.26º 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 #C263C0 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 192 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.24 |
| HSL | 301.26º | 0.44% | 0.57% | - |
| HSV(B) | 301.26º | 0.49% | 0.76% | - |
| XYZ | 36.22 | 24.2 | 52.63 | - |
| YUV | 138.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 192 | 0 | 0.49 | 0.01 | 0.24 | 301.26 | 0.44 | 0.57 |
| Hex | C2 | 63 | C0 | 0 | 31 | 1 | 18 | 12D | 2C | 39 |
| Octal | 302 | 143 | 300 | 0 | 61 | 1 | 30 | 455 | 54 | 71 |
| Binary | 11000010 | 1100011 | 11000000 | 0 | 110001 | 1 | 11000 | 100101101 | 101100 | 111001 |
Color Harmonies of #C263C0
Complementary color
Monochromatic Colors of #C263C0
Black with #C263C0
Text Example
Text Example
White with #C263C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263C0; }
p { color: rgb(194,99,192); }
H1.HeaderClassName
{
color: #C263C0;
}
.AnyTagClassName
{
color: #C263C0;
}
</style>
background-color css
<style>
a { background-color: #C263C0; }
a { background-color: rgb(194,99,192); }
div.DivClassName
{
background-color: #C263C0;
}
.BgClassName
{
background-color: #C263C0;
}
</style>
border-color css
<style>
span { border-color: #C263C0; }
span { border-color: rgb(194,99,192); }
td.TdClassName
{
border-color: #C263C0;
}
.TagClassName
{
border-color: #C263C0;
}
</style>