Shades of Fuchsia #C465BF
Tints of Fuchsia #C465BF
RGB
CMYK
RGB Variations
Color information
#C465BF (or 0xC465BF) is known color: Fuchsia. HEX triplet: C4, 65 and BF. RGB value is (196,101,191). Sum of RGB (Red+Green+Blue) = 196+101+191=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C465BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465BF is #3B9A40. Grayscale: #8B8B8B. Windows color (decimal): -3906113 or 12543428. OLE color: 12543428.
HSL color Cylindrical-coordinate representation of color #C465BF: hue angle of 303.16º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C465BF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 191 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.23 |
| HSL | 303.16º | 0.45% | 0.58% | - |
| HSV(B) | 303.16º | 0.48% | 0.77% | - |
| XYZ | 36.82 | 24.8 | 52.14 | - |
| YUV | 139.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 191 | 0 | 0.48 | 0.03 | 0.23 | 303.16 | 0.45 | 0.58 |
| Hex | C4 | 65 | BF | 0 | 30 | 3 | 17 | 12F | 2D | 3A |
| Octal | 304 | 145 | 277 | 0 | 60 | 3 | 27 | 457 | 55 | 72 |
| Binary | 11000100 | 1100101 | 10111111 | 0 | 110000 | 11 | 10111 | 100101111 | 101101 | 111010 |
Color Harmonies of #C465BF
Complementary color
Monochromatic Colors of #C465BF
Black with #C465BF
Text Example
Text Example
White with #C465BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C465BF; }
p { color: rgb(196,101,191); }
H1.HeaderClassName
{
color: #C465BF;
}
.AnyTagClassName
{
color: #C465BF;
}
</style>
background-color css
<style>
a { background-color: #C465BF; }
a { background-color: rgb(196,101,191); }
div.DivClassName
{
background-color: #C465BF;
}
.BgClassName
{
background-color: #C465BF;
}
</style>
border-color css
<style>
span { border-color: #C465BF; }
span { border-color: rgb(196,101,191); }
td.TdClassName
{
border-color: #C465BF;
}
.TagClassName
{
border-color: #C465BF;
}
</style>