Shades of Fuchsia #C62ECC
Tints of Fuchsia #C62ECC
RGB
CMYK
RGB Variations
Color information
#C62ECC (or 0xC62ECC) is known color: Fuchsia. HEX triplet: C6, 2E and CC. RGB value is (198,46,204). Sum of RGB (Red+Green+Blue) = 198+46+204=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #C62ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ECC is #39D133. Grayscale: #6C6C6C. Windows color (decimal): -3789108 or 13381318. OLE color: 13381318.
HSL color Cylindrical-coordinate representation of color #C62ECC: hue angle of 297.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62ECC is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 46 | 204 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.2 |
| HSL | 297.72º | 0.63% | 0.49% | - |
| HSV(B) | 297.72º | 0.77% | 0.8% | - |
| XYZ | 35.16 | 18.32 | 58.81 | - |
| YUV | 109.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 204 | 0.03 | 0.77 | 0 | 0.2 | 297.72 | 0.63 | 0.49 |
| Hex | C6 | 2E | CC | 3 | 4D | 0 | 14 | 12A | 3F | 31 |
| Octal | 306 | 56 | 314 | 3 | 115 | 0 | 24 | 452 | 77 | 61 |
| Binary | 11000110 | 101110 | 11001100 | 11 | 1001101 | 0 | 10100 | 100101010 | 111111 | 110001 |
Color Harmonies of #C62ECC
Complementary color
Monochromatic Colors of #C62ECC
Black with #C62ECC
Text Example
Text Example
White with #C62ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ECC; }
p { color: rgb(198,46,204); }
H1.HeaderClassName
{
color: #C62ECC;
}
.AnyTagClassName
{
color: #C62ECC;
}
</style>
background-color css
<style>
a { background-color: #C62ECC; }
a { background-color: rgb(198,46,204); }
div.DivClassName
{
background-color: #C62ECC;
}
.BgClassName
{
background-color: #C62ECC;
}
</style>
border-color css
<style>
span { border-color: #C62ECC; }
span { border-color: rgb(198,46,204); }
td.TdClassName
{
border-color: #C62ECC;
}
.TagClassName
{
border-color: #C62ECC;
}
</style>