Shades of Fuchsia #C260A8
Tints of Fuchsia #C260A8
RGB
CMYK
RGB Variations
Color information
#C260A8 (or 0xC260A8) is known color: Fuchsia. HEX triplet: C2, 60 and A8. RGB value is (194,96,168). Sum of RGB (Red+Green+Blue) = 194+96+168=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C260A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260A8 is #3D9F57. Grayscale: #858585. Windows color (decimal): -4038488 or 11034818. OLE color: 11034818.
HSL color Cylindrical-coordinate representation of color #C260A8: hue angle of 315.92º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C260A8 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 168 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.24 |
| HSL | 315.92º | 0.45% | 0.57% | - |
| HSV(B) | 315.92º | 0.51% | 0.76% | - |
| XYZ | 33.5 | 22.66 | 39.65 | - |
| YUV | 133.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 168 | 0 | 0.51 | 0.13 | 0.24 | 315.92 | 0.45 | 0.57 |
| Hex | C2 | 60 | A8 | 0 | 33 | D | 18 | 13C | 2D | 39 |
| Octal | 302 | 140 | 250 | 0 | 63 | 15 | 30 | 474 | 55 | 71 |
| Binary | 11000010 | 1100000 | 10101000 | 0 | 110011 | 1101 | 11000 | 100111100 | 101101 | 111001 |
Color Harmonies of #C260A8
Complementary color
Monochromatic Colors of #C260A8
Black with #C260A8
Text Example
Text Example
White with #C260A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260A8; }
p { color: rgb(194,96,168); }
H1.HeaderClassName
{
color: #C260A8;
}
.AnyTagClassName
{
color: #C260A8;
}
</style>
background-color css
<style>
a { background-color: #C260A8; }
a { background-color: rgb(194,96,168); }
div.DivClassName
{
background-color: #C260A8;
}
.BgClassName
{
background-color: #C260A8;
}
</style>
border-color css
<style>
span { border-color: #C260A8; }
span { border-color: rgb(194,96,168); }
td.TdClassName
{
border-color: #C260A8;
}
.TagClassName
{
border-color: #C260A8;
}
</style>