Shades of Fuchsia #C264BC
Tints of Fuchsia #C264BC
RGB
CMYK
RGB Variations
Color information
#C264BC (or 0xC264BC) is known color: Fuchsia. HEX triplet: C2, 64 and BC. RGB value is (194,100,188). Sum of RGB (Red+Green+Blue) = 194+100+188=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C264BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264BC is #3D9B43. Grayscale: #898989. Windows color (decimal): -4037444 or 12346562. OLE color: 12346562.
HSL color Cylindrical-coordinate representation of color #C264BC: hue angle of 303.83º 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 #C264BC is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 188 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.24 |
| HSL | 303.83º | 0.44% | 0.58% | - |
| HSV(B) | 303.83º | 0.48% | 0.76% | - |
| XYZ | 35.88 | 24.21 | 50.36 | - |
| YUV | 138.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 188 | 0 | 0.48 | 0.03 | 0.24 | 303.83 | 0.44 | 0.58 |
| Hex | C2 | 64 | BC | 0 | 30 | 3 | 18 | 130 | 2C | 3A |
| Octal | 302 | 144 | 274 | 0 | 60 | 3 | 30 | 460 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10111100 | 0 | 110000 | 11 | 11000 | 100110000 | 101100 | 111010 |
Color Harmonies of #C264BC
Complementary color
Monochromatic Colors of #C264BC
Black with #C264BC
Text Example
Text Example
White with #C264BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264BC; }
p { color: rgb(194,100,188); }
H1.HeaderClassName
{
color: #C264BC;
}
.AnyTagClassName
{
color: #C264BC;
}
</style>
background-color css
<style>
a { background-color: #C264BC; }
a { background-color: rgb(194,100,188); }
div.DivClassName
{
background-color: #C264BC;
}
.BgClassName
{
background-color: #C264BC;
}
</style>
border-color css
<style>
span { border-color: #C264BC; }
span { border-color: rgb(194,100,188); }
td.TdClassName
{
border-color: #C264BC;
}
.TagClassName
{
border-color: #C264BC;
}
</style>