Shades of Fuchsia #C463B7
Tints of Fuchsia #C463B7
RGB
CMYK
RGB Variations
Color information
#C463B7 (or 0xC463B7) is known color: Fuchsia. HEX triplet: C4, 63 and B7. RGB value is (196,99,183). Sum of RGB (Red+Green+Blue) = 196+99+183=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C463B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463B7 is #3B9C48. Grayscale: #898989. Windows color (decimal): -3906633 or 12018628. OLE color: 12018628.
HSL color Cylindrical-coordinate representation of color #C463B7: hue angle of 308.04º 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 #C463B7 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 183 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.23 |
| HSL | 308.04º | 0.45% | 0.58% | - |
| HSV(B) | 308.04º | 0.49% | 0.77% | - |
| XYZ | 35.77 | 24.08 | 47.56 | - |
| YUV | 137.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 183 | 0 | 0.49 | 0.07 | 0.23 | 308.04 | 0.45 | 0.58 |
| Hex | C4 | 63 | B7 | 0 | 31 | 7 | 17 | 134 | 2D | 3A |
| Octal | 304 | 143 | 267 | 0 | 61 | 7 | 27 | 464 | 55 | 72 |
| Binary | 11000100 | 1100011 | 10110111 | 0 | 110001 | 111 | 10111 | 100110100 | 101101 | 111010 |
Color Harmonies of #C463B7
Complementary color
Monochromatic Colors of #C463B7
Black with #C463B7
Text Example
Text Example
White with #C463B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463B7; }
p { color: rgb(196,99,183); }
H1.HeaderClassName
{
color: #C463B7;
}
.AnyTagClassName
{
color: #C463B7;
}
</style>
background-color css
<style>
a { background-color: #C463B7; }
a { background-color: rgb(196,99,183); }
div.DivClassName
{
background-color: #C463B7;
}
.BgClassName
{
background-color: #C463B7;
}
</style>
border-color css
<style>
span { border-color: #C463B7; }
span { border-color: rgb(196,99,183); }
td.TdClassName
{
border-color: #C463B7;
}
.TagClassName
{
border-color: #C463B7;
}
</style>