Shades of Fuchsia #C265AA
Tints of Fuchsia #C265AA
RGB
CMYK
RGB Variations
Color information
#C265AA (or 0xC265AA) is known color: Fuchsia. HEX triplet: C2, 65 and AA. RGB value is (194,101,170). Sum of RGB (Red+Green+Blue) = 194+101+170=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C265AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265AA is #3D9A55. Grayscale: #888888. Windows color (decimal): -4037206 or 11167170. OLE color: 11167170.
HSL color Cylindrical-coordinate representation of color #C265AA: hue angle of 315.48º 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 #C265AA is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 170 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.24 |
| HSL | 315.48º | 0.43% | 0.58% | - |
| HSV(B) | 315.48º | 0.48% | 0.76% | - |
| XYZ | 34.16 | 23.68 | 40.8 | - |
| YUV | 136.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 170 | 0 | 0.48 | 0.12 | 0.24 | 315.48 | 0.43 | 0.58 |
| Hex | C2 | 65 | AA | 0 | 30 | C | 18 | 13B | 2B | 3A |
| Octal | 302 | 145 | 252 | 0 | 60 | 14 | 30 | 473 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10101010 | 0 | 110000 | 1100 | 11000 | 100111011 | 101011 | 111010 |
Color Harmonies of #C265AA
Complementary color
Monochromatic Colors of #C265AA
Black with #C265AA
Text Example
Text Example
White with #C265AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265AA; }
p { color: rgb(194,101,170); }
H1.HeaderClassName
{
color: #C265AA;
}
.AnyTagClassName
{
color: #C265AA;
}
</style>
background-color css
<style>
a { background-color: #C265AA; }
a { background-color: rgb(194,101,170); }
div.DivClassName
{
background-color: #C265AA;
}
.BgClassName
{
background-color: #C265AA;
}
</style>
border-color css
<style>
span { border-color: #C265AA; }
span { border-color: rgb(194,101,170); }
td.TdClassName
{
border-color: #C265AA;
}
.TagClassName
{
border-color: #C265AA;
}
</style>