Shades of Fuchsia #C264B2
Tints of Fuchsia #C264B2
RGB
CMYK
RGB Variations
Color information
#C264B2 (or 0xC264B2) is known color: Fuchsia. HEX triplet: C2, 64 and B2. RGB value is (194,100,178). Sum of RGB (Red+Green+Blue) = 194+100+178=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C264B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264B2 is #3D9B4D. Grayscale: #888888. Windows color (decimal): -4037454 or 11691202. OLE color: 11691202.
HSL color Cylindrical-coordinate representation of color #C264B2: hue angle of 310.21º 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 #C264B2 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 178 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.24 |
| HSL | 310.21º | 0.44% | 0.58% | - |
| HSV(B) | 310.21º | 0.48% | 0.76% | - |
| XYZ | 34.84 | 23.8 | 44.88 | - |
| YUV | 137 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 178 | 0 | 0.48 | 0.08 | 0.24 | 310.21 | 0.44 | 0.58 |
| Hex | C2 | 64 | B2 | 0 | 30 | 8 | 18 | 136 | 2C | 3A |
| Octal | 302 | 144 | 262 | 0 | 60 | 10 | 30 | 466 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10110010 | 0 | 110000 | 1000 | 11000 | 100110110 | 101100 | 111010 |
Color Harmonies of #C264B2
Complementary color
Monochromatic Colors of #C264B2
Black with #C264B2
Text Example
Text Example
White with #C264B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264B2; }
p { color: rgb(194,100,178); }
H1.HeaderClassName
{
color: #C264B2;
}
.AnyTagClassName
{
color: #C264B2;
}
</style>
background-color css
<style>
a { background-color: #C264B2; }
a { background-color: rgb(194,100,178); }
div.DivClassName
{
background-color: #C264B2;
}
.BgClassName
{
background-color: #C264B2;
}
</style>
border-color css
<style>
span { border-color: #C264B2; }
span { border-color: rgb(194,100,178); }
td.TdClassName
{
border-color: #C264B2;
}
.TagClassName
{
border-color: #C264B2;
}
</style>