Shades of Fuchsia #C064BF
Tints of Fuchsia #C064BF
RGB
CMYK
RGB Variations
Color information
#C064BF (or 0xC064BF) is known color: Fuchsia. HEX triplet: C0, 64 and BF. RGB value is (192,100,191). Sum of RGB (Red+Green+Blue) = 192+100+191=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C064BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064BF is #3F9B40. Grayscale: #898989. Windows color (decimal): -4168513 or 12543168. OLE color: 12543168.
HSL color Cylindrical-coordinate representation of color #C064BF: hue angle of 300.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064BF is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 191 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.25 |
| HSL | 300.65º | 0.42% | 0.57% | - |
| HSV(B) | 300.65º | 0.48% | 0.75% | - |
| XYZ | 35.7 | 24.08 | 52.06 | - |
| YUV | 137.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 191 | 0 | 0.48 | 0.01 | 0.25 | 300.65 | 0.42 | 0.57 |
| Hex | C0 | 64 | BF | 0 | 30 | 1 | 19 | 12D | 2A | 39 |
| Octal | 300 | 144 | 277 | 0 | 60 | 1 | 31 | 455 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10111111 | 0 | 110000 | 1 | 11001 | 100101101 | 101010 | 111001 |
Color Harmonies of #C064BF
Complementary color
Monochromatic Colors of #C064BF
Black with #C064BF
Text Example
Text Example
White with #C064BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064BF; }
p { color: rgb(192,100,191); }
H1.HeaderClassName
{
color: #C064BF;
}
.AnyTagClassName
{
color: #C064BF;
}
</style>
background-color css
<style>
a { background-color: #C064BF; }
a { background-color: rgb(192,100,191); }
div.DivClassName
{
background-color: #C064BF;
}
.BgClassName
{
background-color: #C064BF;
}
</style>
border-color css
<style>
span { border-color: #C064BF; }
span { border-color: rgb(192,100,191); }
td.TdClassName
{
border-color: #C064BF;
}
.TagClassName
{
border-color: #C064BF;
}
</style>