Shades of Fuchsia #C265C0
Tints of Fuchsia #C265C0
RGB
CMYK
RGB Variations
Color information
#C265C0 (or 0xC265C0) is known color: Fuchsia. HEX triplet: C2, 65 and C0. RGB value is (194,101,192). Sum of RGB (Red+Green+Blue) = 194+101+192=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C265C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265C0 is #3D9A3F. Grayscale: #8A8A8A. Windows color (decimal): -4037184 or 12608962. OLE color: 12608962.
HSL color Cylindrical-coordinate representation of color #C265C0: hue angle of 301.29º 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 #C265C0 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 192 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.24 |
| HSL | 301.29º | 0.43% | 0.58% | - |
| HSV(B) | 301.29º | 0.48% | 0.76% | - |
| XYZ | 36.42 | 24.58 | 52.69 | - |
| YUV | 139.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 192 | 0 | 0.48 | 0.01 | 0.24 | 301.29 | 0.43 | 0.58 |
| Hex | C2 | 65 | C0 | 0 | 30 | 1 | 18 | 12D | 2B | 3A |
| Octal | 302 | 145 | 300 | 0 | 60 | 1 | 30 | 455 | 53 | 72 |
| Binary | 11000010 | 1100101 | 11000000 | 0 | 110000 | 1 | 11000 | 100101101 | 101011 | 111010 |
Color Harmonies of #C265C0
Complementary color
Monochromatic Colors of #C265C0
Black with #C265C0
Text Example
Text Example
White with #C265C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265C0; }
p { color: rgb(194,101,192); }
H1.HeaderClassName
{
color: #C265C0;
}
.AnyTagClassName
{
color: #C265C0;
}
</style>
background-color css
<style>
a { background-color: #C265C0; }
a { background-color: rgb(194,101,192); }
div.DivClassName
{
background-color: #C265C0;
}
.BgClassName
{
background-color: #C265C0;
}
</style>
border-color css
<style>
span { border-color: #C265C0; }
span { border-color: rgb(194,101,192); }
td.TdClassName
{
border-color: #C265C0;
}
.TagClassName
{
border-color: #C265C0;
}
</style>