Shades of Fuchsia #C264C2
Tints of Fuchsia #C264C2
RGB
CMYK
RGB Variations
Color information
#C264C2 (or 0xC264C2) is known color: Fuchsia. HEX triplet: C2, 64 and C2. RGB value is (194,100,194). Sum of RGB (Red+Green+Blue) = 194+100+194=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C264C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264C2 is #3D9B3D. Grayscale: #8A8A8A. Windows color (decimal): -4037438 or 12739778. OLE color: 12739778.
HSL color Cylindrical-coordinate representation of color #C264C2: hue angle of 300º 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 #C264C2 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 194 | - |
| CMYK | 0 | 0.48 | 0 | 0.24 |
| HSL | 300º | 0.44% | 0.58% | - |
| HSV(B) | 300º | 0.48% | 0.76% | - |
| XYZ | 36.54 | 24.48 | 53.84 | - |
| YUV | 138.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 194 | 0 | 0.48 | 0 | 0.24 | 300 | 0.44 | 0.58 |
| Hex | C2 | 64 | C2 | 0 | 30 | 0 | 18 | 12C | 2C | 3A |
| Octal | 302 | 144 | 302 | 0 | 60 | 0 | 30 | 454 | 54 | 72 |
| Binary | 11000010 | 1100100 | 11000010 | 0 | 110000 | 0 | 11000 | 100101100 | 101100 | 111010 |
Color Harmonies of #C264C2
Complementary color
Monochromatic Colors of #C264C2
Black with #C264C2
Text Example
Text Example
White with #C264C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264C2; }
p { color: rgb(194,100,194); }
H1.HeaderClassName
{
color: #C264C2;
}
.AnyTagClassName
{
color: #C264C2;
}
</style>
background-color css
<style>
a { background-color: #C264C2; }
a { background-color: rgb(194,100,194); }
div.DivClassName
{
background-color: #C264C2;
}
.BgClassName
{
background-color: #C264C2;
}
</style>
border-color css
<style>
span { border-color: #C264C2; }
span { border-color: rgb(194,100,194); }
td.TdClassName
{
border-color: #C264C2;
}
.TagClassName
{
border-color: #C264C2;
}
</style>