Shades of Fuchsia #C260C2
Tints of Fuchsia #C260C2
RGB
CMYK
RGB Variations
Color information
#C260C2 (or 0xC260C2) is known color: Fuchsia. HEX triplet: C2, 60 and C2. RGB value is (194,96,194). Sum of RGB (Red+Green+Blue) = 194+96+194=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C260C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260C2 is #3D9F3D. Grayscale: #888888. Windows color (decimal): -4038462 or 12738754. OLE color: 12738754.
HSL color Cylindrical-coordinate representation of color #C260C2: hue angle of 300º 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 #C260C2 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 194 | - |
| CMYK | 0 | 0.51 | 0 | 0.24 |
| HSL | 300º | 0.45% | 0.57% | - |
| HSV(B) | 300º | 0.51% | 0.76% | - |
| XYZ | 36.17 | 23.73 | 53.71 | - |
| YUV | 136.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 194 | 0 | 0.51 | 0 | 0.24 | 300 | 0.45 | 0.57 |
| Hex | C2 | 60 | C2 | 0 | 33 | 0 | 18 | 12C | 2D | 39 |
| Octal | 302 | 140 | 302 | 0 | 63 | 0 | 30 | 454 | 55 | 71 |
| Binary | 11000010 | 1100000 | 11000010 | 0 | 110011 | 0 | 11000 | 100101100 | 101101 | 111001 |
Color Harmonies of #C260C2
Complementary color
Monochromatic Colors of #C260C2
Black with #C260C2
Text Example
Text Example
White with #C260C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260C2; }
p { color: rgb(194,96,194); }
H1.HeaderClassName
{
color: #C260C2;
}
.AnyTagClassName
{
color: #C260C2;
}
</style>
background-color css
<style>
a { background-color: #C260C2; }
a { background-color: rgb(194,96,194); }
div.DivClassName
{
background-color: #C260C2;
}
.BgClassName
{
background-color: #C260C2;
}
</style>
border-color css
<style>
span { border-color: #C260C2; }
span { border-color: rgb(194,96,194); }
td.TdClassName
{
border-color: #C260C2;
}
.TagClassName
{
border-color: #C260C2;
}
</style>