Shades of Fuchsia #C260C5
Tints of Fuchsia #C260C5
RGB
CMYK
RGB Variations
Color information
#C260C5 (or 0xC260C5) is known color: Fuchsia. HEX triplet: C2, 60 and C5. RGB value is (194,96,197). Sum of RGB (Red+Green+Blue) = 194+96+197=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #C260C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260C5 is #3D9F3A. Grayscale: #888888. Windows color (decimal): -4038459 or 12935362. OLE color: 12935362.
HSL color Cylindrical-coordinate representation of color #C260C5: hue angle of 298.22º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C260C5 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 96 | 197 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.23 |
| HSL | 298.22º | 0.47% | 0.57% | - |
| HSV(B) | 298.22º | 0.51% | 0.77% | - |
| XYZ | 36.51 | 23.87 | 55.51 | - |
| YUV | 136.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 197 | 0.02 | 0.51 | 0 | 0.23 | 298.22 | 0.47 | 0.57 |
| Hex | C2 | 60 | C5 | 2 | 33 | 0 | 17 | 12A | 2F | 39 |
| Octal | 302 | 140 | 305 | 2 | 63 | 0 | 27 | 452 | 57 | 71 |
| Binary | 11000010 | 1100000 | 11000101 | 10 | 110011 | 0 | 10111 | 100101010 | 101111 | 111001 |
Color Harmonies of #C260C5
Complementary color
Monochromatic Colors of #C260C5
Black with #C260C5
Text Example
Text Example
White with #C260C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260C5; }
p { color: rgb(194,96,197); }
H1.HeaderClassName
{
color: #C260C5;
}
.AnyTagClassName
{
color: #C260C5;
}
</style>
background-color css
<style>
a { background-color: #C260C5; }
a { background-color: rgb(194,96,197); }
div.DivClassName
{
background-color: #C260C5;
}
.BgClassName
{
background-color: #C260C5;
}
</style>
border-color css
<style>
span { border-color: #C260C5; }
span { border-color: rgb(194,96,197); }
td.TdClassName
{
border-color: #C260C5;
}
.TagClassName
{
border-color: #C260C5;
}
</style>