Shades of Fuchsia #C462BD
Tints of Fuchsia #C462BD
RGB
CMYK
RGB Variations
Color information
#C462BD (or 0xC462BD) is known color: Fuchsia. HEX triplet: C4, 62 and BD. RGB value is (196,98,189). Sum of RGB (Red+Green+Blue) = 196+98+189=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C462BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462BD is #3B9D42. Grayscale: #898989. Windows color (decimal): -3906883 or 12411588. OLE color: 12411588.
HSL color Cylindrical-coordinate representation of color #C462BD: hue angle of 304.29º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C462BD is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 189 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.23 |
| HSL | 304.29º | 0.45% | 0.58% | - |
| HSV(B) | 304.29º | 0.5% | 0.77% | - |
| XYZ | 36.32 | 24.15 | 50.89 | - |
| YUV | 137.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 189 | 0 | 0.5 | 0.04 | 0.23 | 304.29 | 0.45 | 0.58 |
| Hex | C4 | 62 | BD | 0 | 32 | 4 | 17 | 130 | 2D | 3A |
| Octal | 304 | 142 | 275 | 0 | 62 | 4 | 27 | 460 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10111101 | 0 | 110010 | 100 | 10111 | 100110000 | 101101 | 111010 |
Color Harmonies of #C462BD
Complementary color
Monochromatic Colors of #C462BD
Black with #C462BD
Text Example
Text Example
White with #C462BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462BD; }
p { color: rgb(196,98,189); }
H1.HeaderClassName
{
color: #C462BD;
}
.AnyTagClassName
{
color: #C462BD;
}
</style>
background-color css
<style>
a { background-color: #C462BD; }
a { background-color: rgb(196,98,189); }
div.DivClassName
{
background-color: #C462BD;
}
.BgClassName
{
background-color: #C462BD;
}
</style>
border-color css
<style>
span { border-color: #C462BD; }
span { border-color: rgb(196,98,189); }
td.TdClassName
{
border-color: #C462BD;
}
.TagClassName
{
border-color: #C462BD;
}
</style>