Shades of Fuchsia #C265C5
Tints of Fuchsia #C265C5
RGB
CMYK
RGB Variations
Color information
#C265C5 (or 0xC265C5) is known color: Fuchsia. HEX triplet: C2, 65 and C5. RGB value is (194,101,197). Sum of RGB (Red+Green+Blue) = 194+101+197=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #C265C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265C5 is #3D9A3A. Grayscale: #8B8B8B. Windows color (decimal): -4037179 or 12936642. OLE color: 12936642.
HSL color Cylindrical-coordinate representation of color #C265C5: hue angle of 298.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C265C5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 101 | 197 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.23 |
| HSL | 298.13º | 0.45% | 0.58% | - |
| HSV(B) | 298.13º | 0.49% | 0.77% | - |
| XYZ | 36.98 | 24.81 | 55.66 | - |
| YUV | 139.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 197 | 0.02 | 0.49 | 0 | 0.23 | 298.13 | 0.45 | 0.58 |
| Hex | C2 | 65 | C5 | 2 | 31 | 0 | 17 | 12A | 2D | 3A |
| Octal | 302 | 145 | 305 | 2 | 61 | 0 | 27 | 452 | 55 | 72 |
| Binary | 11000010 | 1100101 | 11000101 | 10 | 110001 | 0 | 10111 | 100101010 | 101101 | 111010 |
Color Harmonies of #C265C5
Complementary color
Monochromatic Colors of #C265C5
Black with #C265C5
Text Example
Text Example
White with #C265C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265C5; }
p { color: rgb(194,101,197); }
H1.HeaderClassName
{
color: #C265C5;
}
.AnyTagClassName
{
color: #C265C5;
}
</style>
background-color css
<style>
a { background-color: #C265C5; }
a { background-color: rgb(194,101,197); }
div.DivClassName
{
background-color: #C265C5;
}
.BgClassName
{
background-color: #C265C5;
}
</style>
border-color css
<style>
span { border-color: #C265C5; }
span { border-color: rgb(194,101,197); }
td.TdClassName
{
border-color: #C265C5;
}
.TagClassName
{
border-color: #C265C5;
}
</style>