Shades of Fuchsia #C462BC
Tints of Fuchsia #C462BC
RGB
CMYK
RGB Variations
Color information
#C462BC (or 0xC462BC) is known color: Fuchsia. HEX triplet: C4, 62 and BC. RGB value is (196,98,188). Sum of RGB (Red+Green+Blue) = 196+98+188=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C462BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462BC is #3B9D43. Grayscale: #898989. Windows color (decimal): -3906884 or 12346052. OLE color: 12346052.
HSL color Cylindrical-coordinate representation of color #C462BC: hue angle of 304.9º 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 #C462BC is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 188 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.23 |
| HSL | 304.9º | 0.45% | 0.58% | - |
| HSV(B) | 304.9º | 0.5% | 0.77% | - |
| XYZ | 36.21 | 24.1 | 50.32 | - |
| YUV | 137.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 188 | 0 | 0.5 | 0.04 | 0.23 | 304.9 | 0.45 | 0.58 |
| Hex | C4 | 62 | BC | 0 | 32 | 4 | 17 | 131 | 2D | 3A |
| Octal | 304 | 142 | 274 | 0 | 62 | 4 | 27 | 461 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10111100 | 0 | 110010 | 100 | 10111 | 100110001 | 101101 | 111010 |
Color Harmonies of #C462BC
Complementary color
Monochromatic Colors of #C462BC
Black with #C462BC
Text Example
Text Example
White with #C462BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462BC; }
p { color: rgb(196,98,188); }
H1.HeaderClassName
{
color: #C462BC;
}
.AnyTagClassName
{
color: #C462BC;
}
</style>
background-color css
<style>
a { background-color: #C462BC; }
a { background-color: rgb(196,98,188); }
div.DivClassName
{
background-color: #C462BC;
}
.BgClassName
{
background-color: #C462BC;
}
</style>
border-color css
<style>
span { border-color: #C462BC; }
span { border-color: rgb(196,98,188); }
td.TdClassName
{
border-color: #C462BC;
}
.TagClassName
{
border-color: #C462BC;
}
</style>