Shades of Fuchsia #C462AD
Tints of Fuchsia #C462AD
RGB
CMYK
RGB Variations
Color information
#C462AD (or 0xC462AD) is known color: Fuchsia. HEX triplet: C4, 62 and AD. RGB value is (196,98,173). Sum of RGB (Red+Green+Blue) = 196+98+173=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C462AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462AD is #3B9D52. Grayscale: #878787. Windows color (decimal): -3906899 or 11363012. OLE color: 11363012.
HSL color Cylindrical-coordinate representation of color #C462AD: hue angle of 314.08º 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 #C462AD is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 173 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.23 |
| HSL | 314.08º | 0.45% | 0.58% | - |
| HSV(B) | 314.08º | 0.5% | 0.77% | - |
| XYZ | 34.68 | 23.49 | 42.24 | - |
| YUV | 135.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 173 | 0 | 0.5 | 0.12 | 0.23 | 314.08 | 0.45 | 0.58 |
| Hex | C4 | 62 | AD | 0 | 32 | C | 17 | 13A | 2D | 3A |
| Octal | 304 | 142 | 255 | 0 | 62 | 14 | 27 | 472 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10101101 | 0 | 110010 | 1100 | 10111 | 100111010 | 101101 | 111010 |
Color Harmonies of #C462AD
Complementary color
Monochromatic Colors of #C462AD
Black with #C462AD
Text Example
Text Example
White with #C462AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462AD; }
p { color: rgb(196,98,173); }
H1.HeaderClassName
{
color: #C462AD;
}
.AnyTagClassName
{
color: #C462AD;
}
</style>
background-color css
<style>
a { background-color: #C462AD; }
a { background-color: rgb(196,98,173); }
div.DivClassName
{
background-color: #C462AD;
}
.BgClassName
{
background-color: #C462AD;
}
</style>
border-color css
<style>
span { border-color: #C462AD; }
span { border-color: rgb(196,98,173); }
td.TdClassName
{
border-color: #C462AD;
}
.TagClassName
{
border-color: #C462AD;
}
</style>