Shades of Fuchsia #C260B9
Tints of Fuchsia #C260B9
RGB
CMYK
RGB Variations
Color information
#C260B9 (or 0xC260B9) is known color: Fuchsia. HEX triplet: C2, 60 and B9. RGB value is (194,96,185). Sum of RGB (Red+Green+Blue) = 194+96+185=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C260B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260B9 is #3D9F46. Grayscale: #878787. Windows color (decimal): -4038471 or 12148930. OLE color: 12148930.
HSL color Cylindrical-coordinate representation of color #C260B9: hue angle of 305.51º 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 #C260B9 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 185 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.24 |
| HSL | 305.51º | 0.45% | 0.57% | - |
| HSV(B) | 305.51º | 0.51% | 0.76% | - |
| XYZ | 35.19 | 23.34 | 48.55 | - |
| YUV | 135.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 185 | 0 | 0.51 | 0.05 | 0.24 | 305.51 | 0.45 | 0.57 |
| Hex | C2 | 60 | B9 | 0 | 33 | 5 | 18 | 132 | 2D | 39 |
| Octal | 302 | 140 | 271 | 0 | 63 | 5 | 30 | 462 | 55 | 71 |
| Binary | 11000010 | 1100000 | 10111001 | 0 | 110011 | 101 | 11000 | 100110010 | 101101 | 111001 |
Color Harmonies of #C260B9
Complementary color
Monochromatic Colors of #C260B9
Black with #C260B9
Text Example
Text Example
White with #C260B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260B9; }
p { color: rgb(194,96,185); }
H1.HeaderClassName
{
color: #C260B9;
}
.AnyTagClassName
{
color: #C260B9;
}
</style>
background-color css
<style>
a { background-color: #C260B9; }
a { background-color: rgb(194,96,185); }
div.DivClassName
{
background-color: #C260B9;
}
.BgClassName
{
background-color: #C260B9;
}
</style>
border-color css
<style>
span { border-color: #C260B9; }
span { border-color: rgb(194,96,185); }
td.TdClassName
{
border-color: #C260B9;
}
.TagClassName
{
border-color: #C260B9;
}
</style>