Shades of Fuchsia #C260C6
Tints of Fuchsia #C260C6
RGB
CMYK
RGB Variations
Color information
#C260C6 (or 0xC260C6) is known color: Fuchsia. HEX triplet: C2, 60 and C6. RGB value is (194,96,198). Sum of RGB (Red+Green+Blue) = 194+96+198=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #C260C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260C6 is #3D9F39. Grayscale: #888888. Windows color (decimal): -4038458 or 13000898. OLE color: 13000898.
HSL color Cylindrical-coordinate representation of color #C260C6: hue angle of 297.65º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C260C6 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 96 | 198 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.22 |
| HSL | 297.65º | 0.47% | 0.58% | - |
| HSV(B) | 297.65º | 0.52% | 0.78% | - |
| XYZ | 36.62 | 23.91 | 56.11 | - |
| YUV | 136.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 198 | 0.02 | 0.52 | 0 | 0.22 | 297.65 | 0.47 | 0.58 |
| Hex | C2 | 60 | C6 | 2 | 34 | 0 | 16 | 12A | 2F | 3A |
| Octal | 302 | 140 | 306 | 2 | 64 | 0 | 26 | 452 | 57 | 72 |
| Binary | 11000010 | 1100000 | 11000110 | 10 | 110100 | 0 | 10110 | 100101010 | 101111 | 111010 |
Color Harmonies of #C260C6
Complementary color
Monochromatic Colors of #C260C6
Black with #C260C6
Text Example
Text Example
White with #C260C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260C6; }
p { color: rgb(194,96,198); }
H1.HeaderClassName
{
color: #C260C6;
}
.AnyTagClassName
{
color: #C260C6;
}
</style>
background-color css
<style>
a { background-color: #C260C6; }
a { background-color: rgb(194,96,198); }
div.DivClassName
{
background-color: #C260C6;
}
.BgClassName
{
background-color: #C260C6;
}
</style>
border-color css
<style>
span { border-color: #C260C6; }
span { border-color: rgb(194,96,198); }
td.TdClassName
{
border-color: #C260C6;
}
.TagClassName
{
border-color: #C260C6;
}
</style>