Shades of Fuchsia #C462B5
Tints of Fuchsia #C462B5
RGB
CMYK
RGB Variations
Color information
#C462B5 (or 0xC462B5) is known color: Fuchsia. HEX triplet: C4, 62 and B5. RGB value is (196,98,181). Sum of RGB (Red+Green+Blue) = 196+98+181=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C462B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462B5 is #3B9D4A. Grayscale: #888888. Windows color (decimal): -3906891 or 11887300. OLE color: 11887300.
HSL color Cylindrical-coordinate representation of color #C462B5: hue angle of 309.18º 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 #C462B5 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 181 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.23 |
| HSL | 309.18º | 0.45% | 0.58% | - |
| HSV(B) | 309.18º | 0.5% | 0.77% | - |
| XYZ | 35.47 | 23.81 | 46.44 | - |
| YUV | 136.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 181 | 0 | 0.5 | 0.08 | 0.23 | 309.18 | 0.45 | 0.58 |
| Hex | C4 | 62 | B5 | 0 | 32 | 8 | 17 | 135 | 2D | 3A |
| Octal | 304 | 142 | 265 | 0 | 62 | 10 | 27 | 465 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10110101 | 0 | 110010 | 1000 | 10111 | 100110101 | 101101 | 111010 |
Color Harmonies of #C462B5
Complementary color
Monochromatic Colors of #C462B5
Black with #C462B5
Text Example
Text Example
White with #C462B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462B5; }
p { color: rgb(196,98,181); }
H1.HeaderClassName
{
color: #C462B5;
}
.AnyTagClassName
{
color: #C462B5;
}
</style>
background-color css
<style>
a { background-color: #C462B5; }
a { background-color: rgb(196,98,181); }
div.DivClassName
{
background-color: #C462B5;
}
.BgClassName
{
background-color: #C462B5;
}
</style>
border-color css
<style>
span { border-color: #C462B5; }
span { border-color: rgb(196,98,181); }
td.TdClassName
{
border-color: #C462B5;
}
.TagClassName
{
border-color: #C462B5;
}
</style>