Shades of Fuchsia #C260C1
Tints of Fuchsia #C260C1
RGB
CMYK
RGB Variations
Color information
#C260C1 (or 0xC260C1) is known color: Fuchsia. HEX triplet: C2, 60 and C1. RGB value is (194,96,193). Sum of RGB (Red+Green+Blue) = 194+96+193=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C260C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260C1 is #3D9F3E. Grayscale: #888888. Windows color (decimal): -4038463 or 12673218. OLE color: 12673218.
HSL color Cylindrical-coordinate representation of color #C260C1: hue angle of 300.61º 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 #C260C1 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 193 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.24 |
| HSL | 300.61º | 0.45% | 0.57% | - |
| HSV(B) | 300.61º | 0.51% | 0.76% | - |
| XYZ | 36.06 | 23.69 | 53.12 | - |
| YUV | 136.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 193 | 0 | 0.51 | 0.01 | 0.24 | 300.61 | 0.45 | 0.57 |
| Hex | C2 | 60 | C1 | 0 | 33 | 1 | 18 | 12D | 2D | 39 |
| Octal | 302 | 140 | 301 | 0 | 63 | 1 | 30 | 455 | 55 | 71 |
| Binary | 11000010 | 1100000 | 11000001 | 0 | 110011 | 1 | 11000 | 100101101 | 101101 | 111001 |
Color Harmonies of #C260C1
Complementary color
Monochromatic Colors of #C260C1
Black with #C260C1
Text Example
Text Example
White with #C260C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260C1; }
p { color: rgb(194,96,193); }
H1.HeaderClassName
{
color: #C260C1;
}
.AnyTagClassName
{
color: #C260C1;
}
</style>
background-color css
<style>
a { background-color: #C260C1; }
a { background-color: rgb(194,96,193); }
div.DivClassName
{
background-color: #C260C1;
}
.BgClassName
{
background-color: #C260C1;
}
</style>
border-color css
<style>
span { border-color: #C260C1; }
span { border-color: rgb(194,96,193); }
td.TdClassName
{
border-color: #C260C1;
}
.TagClassName
{
border-color: #C260C1;
}
</style>