Shades of Fuchsia #C62ECF
Tints of Fuchsia #C62ECF
RGB
CMYK
RGB Variations
Color information
#C62ECF (or 0xC62ECF) is known color: Fuchsia. HEX triplet: C6, 2E and CF. RGB value is (198,46,207). Sum of RGB (Red+Green+Blue) = 198+46+207=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #C62ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ECF is #39D130. Grayscale: #6D6D6D. Windows color (decimal): -3789105 or 13577926. OLE color: 13577926.
HSL color Cylindrical-coordinate representation of color #C62ECF: hue angle of 296.65º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62ECF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 46 | 207 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.19 |
| HSL | 296.65º | 0.64% | 0.5% | - |
| HSV(B) | 296.65º | 0.78% | 0.81% | - |
| XYZ | 35.53 | 18.46 | 60.72 | - |
| YUV | 109.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 207 | 0.04 | 0.78 | 0 | 0.19 | 296.65 | 0.64 | 0.5 |
| Hex | C6 | 2E | CF | 4 | 4E | 0 | 13 | 129 | 40 | 32 |
| Octal | 306 | 56 | 317 | 4 | 116 | 0 | 23 | 451 | 100 | 62 |
| Binary | 11000110 | 101110 | 11001111 | 100 | 1001110 | 0 | 10011 | 100101001 | 1000000 | 110010 |
Color Harmonies of #C62ECF
Complementary color
Monochromatic Colors of #C62ECF
Black with #C62ECF
Text Example
Text Example
White with #C62ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ECF; }
p { color: rgb(198,46,207); }
H1.HeaderClassName
{
color: #C62ECF;
}
.AnyTagClassName
{
color: #C62ECF;
}
</style>
background-color css
<style>
a { background-color: #C62ECF; }
a { background-color: rgb(198,46,207); }
div.DivClassName
{
background-color: #C62ECF;
}
.BgClassName
{
background-color: #C62ECF;
}
</style>
border-color css
<style>
span { border-color: #C62ECF; }
span { border-color: rgb(198,46,207); }
td.TdClassName
{
border-color: #C62ECF;
}
.TagClassName
{
border-color: #C62ECF;
}
</style>