Shades of Fuchsia #C265BE
Tints of Fuchsia #C265BE
RGB
CMYK
RGB Variations
Color information
#C265BE (or 0xC265BE) is known color: Fuchsia. HEX triplet: C2, 65 and BE. RGB value is (194,101,190). Sum of RGB (Red+Green+Blue) = 194+101+190=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C265BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265BE is #3D9A41. Grayscale: #8A8A8A. Windows color (decimal): -4037186 or 12477890. OLE color: 12477890.
HSL color Cylindrical-coordinate representation of color #C265BE: hue angle of 302.58º 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 #C265BE is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 190 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.24 |
| HSL | 302.58º | 0.43% | 0.58% | - |
| HSV(B) | 302.58º | 0.48% | 0.76% | - |
| XYZ | 36.2 | 24.49 | 51.54 | - |
| YUV | 138.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 190 | 0 | 0.48 | 0.02 | 0.24 | 302.58 | 0.43 | 0.58 |
| Hex | C2 | 65 | BE | 0 | 30 | 2 | 18 | 12F | 2B | 3A |
| Octal | 302 | 145 | 276 | 0 | 60 | 2 | 30 | 457 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10111110 | 0 | 110000 | 10 | 11000 | 100101111 | 101011 | 111010 |
Color Harmonies of #C265BE
Complementary color
Monochromatic Colors of #C265BE
Black with #C265BE
Text Example
Text Example
White with #C265BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265BE; }
p { color: rgb(194,101,190); }
H1.HeaderClassName
{
color: #C265BE;
}
.AnyTagClassName
{
color: #C265BE;
}
</style>
background-color css
<style>
a { background-color: #C265BE; }
a { background-color: rgb(194,101,190); }
div.DivClassName
{
background-color: #C265BE;
}
.BgClassName
{
background-color: #C265BE;
}
</style>
border-color css
<style>
span { border-color: #C265BE; }
span { border-color: rgb(194,101,190); }
td.TdClassName
{
border-color: #C265BE;
}
.TagClassName
{
border-color: #C265BE;
}
</style>