Shades of Fuchsia #C463BB
Tints of Fuchsia #C463BB
RGB
CMYK
RGB Variations
Color information
#C463BB (or 0xC463BB) is known color: Fuchsia. HEX triplet: C4, 63 and BB. RGB value is (196,99,187). Sum of RGB (Red+Green+Blue) = 196+99+187=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C463BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463BB is #3B9C44. Grayscale: #898989. Windows color (decimal): -3906629 or 12280772. OLE color: 12280772.
HSL color Cylindrical-coordinate representation of color #C463BB: hue angle of 305.57º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C463BB is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 187 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.23 |
| HSL | 305.57º | 0.45% | 0.58% | - |
| HSV(B) | 305.57º | 0.49% | 0.77% | - |
| XYZ | 36.2 | 24.25 | 49.79 | - |
| YUV | 138.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 187 | 0 | 0.49 | 0.05 | 0.23 | 305.57 | 0.45 | 0.58 |
| Hex | C4 | 63 | BB | 0 | 31 | 5 | 17 | 132 | 2D | 3A |
| Octal | 304 | 143 | 273 | 0 | 61 | 5 | 27 | 462 | 55 | 72 |
| Binary | 11000100 | 1100011 | 10111011 | 0 | 110001 | 101 | 10111 | 100110010 | 101101 | 111010 |
Color Harmonies of #C463BB
Complementary color
Monochromatic Colors of #C463BB
Black with #C463BB
Text Example
Text Example
White with #C463BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463BB; }
p { color: rgb(196,99,187); }
H1.HeaderClassName
{
color: #C463BB;
}
.AnyTagClassName
{
color: #C463BB;
}
</style>
background-color css
<style>
a { background-color: #C463BB; }
a { background-color: rgb(196,99,187); }
div.DivClassName
{
background-color: #C463BB;
}
.BgClassName
{
background-color: #C463BB;
}
</style>
border-color css
<style>
span { border-color: #C463BB; }
span { border-color: rgb(196,99,187); }
td.TdClassName
{
border-color: #C463BB;
}
.TagClassName
{
border-color: #C463BB;
}
</style>