Shades of Fuchsia #C263AA
Tints of Fuchsia #C263AA
RGB
CMYK
RGB Variations
Color information
#C263AA (or 0xC263AA) is known color: Fuchsia. HEX triplet: C2, 63 and AA. RGB value is (194,99,170). Sum of RGB (Red+Green+Blue) = 194+99+170=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C263AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C263AA is #3D9C55. Grayscale: #878787. Windows color (decimal): -4037718 or 11166658. OLE color: 11166658.
HSL color Cylindrical-coordinate representation of color #C263AA: hue angle of 315.16º 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 #C263AA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 170 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.24 |
| HSL | 315.16º | 0.44% | 0.57% | - |
| HSV(B) | 315.16º | 0.49% | 0.76% | - |
| XYZ | 33.97 | 23.3 | 40.74 | - |
| YUV | 135.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 170 | 0 | 0.49 | 0.12 | 0.24 | 315.16 | 0.44 | 0.57 |
| Hex | C2 | 63 | AA | 0 | 31 | C | 18 | 13B | 2C | 39 |
| Octal | 302 | 143 | 252 | 0 | 61 | 14 | 30 | 473 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10101010 | 0 | 110001 | 1100 | 11000 | 100111011 | 101100 | 111001 |
Color Harmonies of #C263AA
Complementary color
Monochromatic Colors of #C263AA
Black with #C263AA
Text Example
Text Example
White with #C263AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263AA; }
p { color: rgb(194,99,170); }
H1.HeaderClassName
{
color: #C263AA;
}
.AnyTagClassName
{
color: #C263AA;
}
</style>
background-color css
<style>
a { background-color: #C263AA; }
a { background-color: rgb(194,99,170); }
div.DivClassName
{
background-color: #C263AA;
}
.BgClassName
{
background-color: #C263AA;
}
</style>
border-color css
<style>
span { border-color: #C263AA; }
span { border-color: rgb(194,99,170); }
td.TdClassName
{
border-color: #C263AA;
}
.TagClassName
{
border-color: #C263AA;
}
</style>