Shades of Fuchsia #C462B4
Tints of Fuchsia #C462B4
RGB
CMYK
RGB Variations
Color information
#C462B4 (or 0xC462B4) is known color: Fuchsia. HEX triplet: C4, 62 and B4. RGB value is (196,98,180). Sum of RGB (Red+Green+Blue) = 196+98+180=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C462B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462B4 is #3B9D4B. Grayscale: #888888. Windows color (decimal): -3906892 or 11821764. OLE color: 11821764.
HSL color Cylindrical-coordinate representation of color #C462B4: hue angle of 309.8º 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 #C462B4 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 180 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.23 |
| HSL | 309.8º | 0.45% | 0.58% | - |
| HSV(B) | 309.8º | 0.5% | 0.77% | - |
| XYZ | 35.37 | 23.77 | 45.9 | - |
| YUV | 136.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 180 | 0 | 0.5 | 0.08 | 0.23 | 309.8 | 0.45 | 0.58 |
| Hex | C4 | 62 | B4 | 0 | 32 | 8 | 17 | 136 | 2D | 3A |
| Octal | 304 | 142 | 264 | 0 | 62 | 10 | 27 | 466 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10110100 | 0 | 110010 | 1000 | 10111 | 100110110 | 101101 | 111010 |
Color Harmonies of #C462B4
Complementary color
Monochromatic Colors of #C462B4
Black with #C462B4
Text Example
Text Example
White with #C462B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462B4; }
p { color: rgb(196,98,180); }
H1.HeaderClassName
{
color: #C462B4;
}
.AnyTagClassName
{
color: #C462B4;
}
</style>
background-color css
<style>
a { background-color: #C462B4; }
a { background-color: rgb(196,98,180); }
div.DivClassName
{
background-color: #C462B4;
}
.BgClassName
{
background-color: #C462B4;
}
</style>
border-color css
<style>
span { border-color: #C462B4; }
span { border-color: rgb(196,98,180); }
td.TdClassName
{
border-color: #C462B4;
}
.TagClassName
{
border-color: #C462B4;
}
</style>