Shades of Fuchsia #C462C8
Tints of Fuchsia #C462C8
RGB
CMYK
RGB Variations
Color information
#C462C8 (or 0xC462C8) is known color: Fuchsia. HEX triplet: C4, 62 and C8. RGB value is (196,98,200). Sum of RGB (Red+Green+Blue) = 196+98+200=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #C462C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462C8 is #3B9D37. Grayscale: #8A8A8A. Windows color (decimal): -3906872 or 13132484. OLE color: 13132484.
HSL color Cylindrical-coordinate representation of color #C462C8: hue angle of 297.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C462C8 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 98 | 200 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.22 |
| HSL | 297.65º | 0.48% | 0.58% | - |
| HSV(B) | 297.65º | 0.51% | 0.78% | - |
| XYZ | 37.56 | 24.64 | 57.42 | - |
| YUV | 138.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 200 | 0.02 | 0.51 | 0 | 0.22 | 297.65 | 0.48 | 0.58 |
| Hex | C4 | 62 | C8 | 2 | 33 | 0 | 16 | 12A | 30 | 3A |
| Octal | 304 | 142 | 310 | 2 | 63 | 0 | 26 | 452 | 60 | 72 |
| Binary | 11000100 | 1100010 | 11001000 | 10 | 110011 | 0 | 10110 | 100101010 | 110000 | 111010 |
Color Harmonies of #C462C8
Complementary color
Monochromatic Colors of #C462C8
Black with #C462C8
Text Example
Text Example
White with #C462C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462C8; }
p { color: rgb(196,98,200); }
H1.HeaderClassName
{
color: #C462C8;
}
.AnyTagClassName
{
color: #C462C8;
}
</style>
background-color css
<style>
a { background-color: #C462C8; }
a { background-color: rgb(196,98,200); }
div.DivClassName
{
background-color: #C462C8;
}
.BgClassName
{
background-color: #C462C8;
}
</style>
border-color css
<style>
span { border-color: #C462C8; }
span { border-color: rgb(196,98,200); }
td.TdClassName
{
border-color: #C462C8;
}
.TagClassName
{
border-color: #C462C8;
}
</style>