Shades of Fuchsia #C260AC
Tints of Fuchsia #C260AC
RGB
CMYK
RGB Variations
Color information
#C260AC (or 0xC260AC) is known color: Fuchsia. HEX triplet: C2, 60 and AC. RGB value is (194,96,172). Sum of RGB (Red+Green+Blue) = 194+96+172=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C260AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260AC is #3D9F53. Grayscale: #858585. Windows color (decimal): -4038484 or 11296962. OLE color: 11296962.
HSL color Cylindrical-coordinate representation of color #C260AC: hue angle of 313.47º 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 #C260AC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 172 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.24 |
| HSL | 313.47º | 0.45% | 0.57% | - |
| HSV(B) | 313.47º | 0.51% | 0.76% | - |
| XYZ | 33.88 | 22.81 | 41.65 | - |
| YUV | 133.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 172 | 0 | 0.51 | 0.11 | 0.24 | 313.47 | 0.45 | 0.57 |
| Hex | C2 | 60 | AC | 0 | 33 | B | 18 | 139 | 2D | 39 |
| Octal | 302 | 140 | 254 | 0 | 63 | 13 | 30 | 471 | 55 | 71 |
| Binary | 11000010 | 1100000 | 10101100 | 0 | 110011 | 1011 | 11000 | 100111001 | 101101 | 111001 |
Color Harmonies of #C260AC
Complementary color
Monochromatic Colors of #C260AC
Black with #C260AC
Text Example
Text Example
White with #C260AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260AC; }
p { color: rgb(194,96,172); }
H1.HeaderClassName
{
color: #C260AC;
}
.AnyTagClassName
{
color: #C260AC;
}
</style>
background-color css
<style>
a { background-color: #C260AC; }
a { background-color: rgb(194,96,172); }
div.DivClassName
{
background-color: #C260AC;
}
.BgClassName
{
background-color: #C260AC;
}
</style>
border-color css
<style>
span { border-color: #C260AC; }
span { border-color: rgb(194,96,172); }
td.TdClassName
{
border-color: #C260AC;
}
.TagClassName
{
border-color: #C260AC;
}
</style>