Shades of Fuchsia #C264A9
Tints of Fuchsia #C264A9
RGB
CMYK
RGB Variations
Color information
#C264A9 (or 0xC264A9) is known color: Fuchsia. HEX triplet: C2, 64 and A9. RGB value is (194,100,169). Sum of RGB (Red+Green+Blue) = 194+100+169=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C264A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264A9 is #3D9B56. Grayscale: #878787. Windows color (decimal): -4037463 or 11101378. OLE color: 11101378.
HSL color Cylindrical-coordinate representation of color #C264A9: hue angle of 315.96º degrees, saturation: 0.44, 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 #C264A9 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 169 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.24 |
| HSL | 315.96º | 0.44% | 0.58% | - |
| HSV(B) | 315.96º | 0.48% | 0.76% | - |
| XYZ | 33.97 | 23.45 | 40.27 | - |
| YUV | 135.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 169 | 0 | 0.48 | 0.13 | 0.24 | 315.96 | 0.44 | 0.58 |
| Hex | C2 | 64 | A9 | 0 | 30 | D | 18 | 13C | 2C | 3A |
| Octal | 302 | 144 | 251 | 0 | 60 | 15 | 30 | 474 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10101001 | 0 | 110000 | 1101 | 11000 | 100111100 | 101100 | 111010 |
Color Harmonies of #C264A9
Complementary color
Monochromatic Colors of #C264A9
Black with #C264A9
Text Example
Text Example
White with #C264A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264A9; }
p { color: rgb(194,100,169); }
H1.HeaderClassName
{
color: #C264A9;
}
.AnyTagClassName
{
color: #C264A9;
}
</style>
background-color css
<style>
a { background-color: #C264A9; }
a { background-color: rgb(194,100,169); }
div.DivClassName
{
background-color: #C264A9;
}
.BgClassName
{
background-color: #C264A9;
}
</style>
border-color css
<style>
span { border-color: #C264A9; }
span { border-color: rgb(194,100,169); }
td.TdClassName
{
border-color: #C264A9;
}
.TagClassName
{
border-color: #C264A9;
}
</style>