Shades of Fuchsia #C462B7
Tints of Fuchsia #C462B7
RGB
CMYK
RGB Variations
Color information
#C462B7 (or 0xC462B7) is known color: Fuchsia. HEX triplet: C4, 62 and B7. RGB value is (196,98,183). Sum of RGB (Red+Green+Blue) = 196+98+183=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C462B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462B7 is #3B9D48. Grayscale: #888888. Windows color (decimal): -3906889 or 12018372. OLE color: 12018372.
HSL color Cylindrical-coordinate representation of color #C462B7: hue angle of 307.96º 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 #C462B7 is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 183 | - |
| CMYK | 0 | 0.5 | 0.07 | 0.23 |
| HSL | 307.96º | 0.45% | 0.58% | - |
| HSV(B) | 307.96º | 0.5% | 0.77% | - |
| XYZ | 35.68 | 23.89 | 47.53 | - |
| YUV | 136.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 183 | 0 | 0.5 | 0.07 | 0.23 | 307.96 | 0.45 | 0.58 |
| Hex | C4 | 62 | B7 | 0 | 32 | 7 | 17 | 134 | 2D | 3A |
| Octal | 304 | 142 | 267 | 0 | 62 | 7 | 27 | 464 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10110111 | 0 | 110010 | 111 | 10111 | 100110100 | 101101 | 111010 |
Color Harmonies of #C462B7
Complementary color
Monochromatic Colors of #C462B7
Black with #C462B7
Text Example
Text Example
White with #C462B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462B7; }
p { color: rgb(196,98,183); }
H1.HeaderClassName
{
color: #C462B7;
}
.AnyTagClassName
{
color: #C462B7;
}
</style>
background-color css
<style>
a { background-color: #C462B7; }
a { background-color: rgb(196,98,183); }
div.DivClassName
{
background-color: #C462B7;
}
.BgClassName
{
background-color: #C462B7;
}
</style>
border-color css
<style>
span { border-color: #C462B7; }
span { border-color: rgb(196,98,183); }
td.TdClassName
{
border-color: #C462B7;
}
.TagClassName
{
border-color: #C462B7;
}
</style>