Shades of Fuchsia #C260BF
Tints of Fuchsia #C260BF
RGB
CMYK
RGB Variations
Color information
#C260BF (or 0xC260BF) is known color: Fuchsia. HEX triplet: C2, 60 and BF. RGB value is (194,96,191). Sum of RGB (Red+Green+Blue) = 194+96+191=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C260BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260BF is #3D9F40. Grayscale: #878787. Windows color (decimal): -4038465 or 12542146. OLE color: 12542146.
HSL color Cylindrical-coordinate representation of color #C260BF: hue angle of 301.84º 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 #C260BF is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 191 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.24 |
| HSL | 301.84º | 0.45% | 0.57% | - |
| HSV(B) | 301.84º | 0.51% | 0.76% | - |
| XYZ | 35.83 | 23.6 | 51.96 | - |
| YUV | 136.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 191 | 0 | 0.51 | 0.02 | 0.24 | 301.84 | 0.45 | 0.57 |
| Hex | C2 | 60 | BF | 0 | 33 | 2 | 18 | 12E | 2D | 39 |
| Octal | 302 | 140 | 277 | 0 | 63 | 2 | 30 | 456 | 55 | 71 |
| Binary | 11000010 | 1100000 | 10111111 | 0 | 110011 | 10 | 11000 | 100101110 | 101101 | 111001 |
Color Harmonies of #C260BF
Complementary color
Monochromatic Colors of #C260BF
Black with #C260BF
Text Example
Text Example
White with #C260BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260BF; }
p { color: rgb(194,96,191); }
H1.HeaderClassName
{
color: #C260BF;
}
.AnyTagClassName
{
color: #C260BF;
}
</style>
background-color css
<style>
a { background-color: #C260BF; }
a { background-color: rgb(194,96,191); }
div.DivClassName
{
background-color: #C260BF;
}
.BgClassName
{
background-color: #C260BF;
}
</style>
border-color css
<style>
span { border-color: #C260BF; }
span { border-color: rgb(194,96,191); }
td.TdClassName
{
border-color: #C260BF;
}
.TagClassName
{
border-color: #C260BF;
}
</style>