Shades of Fuchsia #C62EC8
Tints of Fuchsia #C62EC8
RGB
CMYK
RGB Variations
Color information
#C62EC8 (or 0xC62EC8) is known color: Fuchsia. HEX triplet: C6, 2E and C8. RGB value is (198,46,200). Sum of RGB (Red+Green+Blue) = 198+46+200=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #C62EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EC8 is #39D137. Grayscale: #6C6C6C. Windows color (decimal): -3789112 or 13119174. OLE color: 13119174.
HSL color Cylindrical-coordinate representation of color #C62EC8: hue angle of 299.22º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62EC8 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 200 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.22 |
| HSL | 299.22º | 0.63% | 0.48% | - |
| HSV(B) | 299.22º | 0.77% | 0.78% | - |
| XYZ | 34.69 | 18.13 | 56.31 | - |
| YUV | 109 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 200 | 0.01 | 0.77 | 0 | 0.22 | 299.22 | 0.63 | 0.48 |
| Hex | C6 | 2E | C8 | 1 | 4D | 0 | 16 | 12B | 3F | 30 |
| Octal | 306 | 56 | 310 | 1 | 115 | 0 | 26 | 453 | 77 | 60 |
| Binary | 11000110 | 101110 | 11001000 | 1 | 1001101 | 0 | 10110 | 100101011 | 111111 | 110000 |
Color Harmonies of #C62EC8
Complementary color
Monochromatic Colors of #C62EC8
Black with #C62EC8
Text Example
Text Example
White with #C62EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62EC8; }
p { color: rgb(198,46,200); }
H1.HeaderClassName
{
color: #C62EC8;
}
.AnyTagClassName
{
color: #C62EC8;
}
</style>
background-color css
<style>
a { background-color: #C62EC8; }
a { background-color: rgb(198,46,200); }
div.DivClassName
{
background-color: #C62EC8;
}
.BgClassName
{
background-color: #C62EC8;
}
</style>
border-color css
<style>
span { border-color: #C62EC8; }
span { border-color: rgb(198,46,200); }
td.TdClassName
{
border-color: #C62EC8;
}
.TagClassName
{
border-color: #C62EC8;
}
</style>