Shades of Fuchsia #C265B9
Tints of Fuchsia #C265B9
RGB
CMYK
RGB Variations
Color information
#C265B9 (or 0xC265B9) is known color: Fuchsia. HEX triplet: C2, 65 and B9. RGB value is (194,101,185). Sum of RGB (Red+Green+Blue) = 194+101+185=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C265B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265B9 is #3D9A46. Grayscale: #8A8A8A. Windows color (decimal): -4037191 or 12150210. OLE color: 12150210.
HSL color Cylindrical-coordinate representation of color #C265B9: hue angle of 305.81º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C265B9 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 185 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.24 |
| HSL | 305.81º | 0.43% | 0.58% | - |
| HSV(B) | 305.81º | 0.48% | 0.76% | - |
| XYZ | 35.66 | 24.28 | 48.71 | - |
| YUV | 138.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 185 | 0 | 0.48 | 0.05 | 0.24 | 305.81 | 0.43 | 0.58 |
| Hex | C2 | 65 | B9 | 0 | 30 | 5 | 18 | 132 | 2B | 3A |
| Octal | 302 | 145 | 271 | 0 | 60 | 5 | 30 | 462 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10111001 | 0 | 110000 | 101 | 11000 | 100110010 | 101011 | 111010 |
Color Harmonies of #C265B9
Complementary color
Monochromatic Colors of #C265B9
Black with #C265B9
Text Example
Text Example
White with #C265B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265B9; }
p { color: rgb(194,101,185); }
H1.HeaderClassName
{
color: #C265B9;
}
.AnyTagClassName
{
color: #C265B9;
}
</style>
background-color css
<style>
a { background-color: #C265B9; }
a { background-color: rgb(194,101,185); }
div.DivClassName
{
background-color: #C265B9;
}
.BgClassName
{
background-color: #C265B9;
}
</style>
border-color css
<style>
span { border-color: #C265B9; }
span { border-color: rgb(194,101,185); }
td.TdClassName
{
border-color: #C265B9;
}
.TagClassName
{
border-color: #C265B9;
}
</style>