Shades of Fuchsia #C62ECE
Tints of Fuchsia #C62ECE
RGB
CMYK
RGB Variations
Color information
#C62ECE (or 0xC62ECE) is known color: Fuchsia. HEX triplet: C6, 2E and CE. RGB value is (198,46,206). Sum of RGB (Red+Green+Blue) = 198+46+206=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #C62ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ECE is #39D131. Grayscale: #6D6D6D. Windows color (decimal): -3789106 or 13512390. OLE color: 13512390.
HSL color Cylindrical-coordinate representation of color #C62ECE: hue angle of 297º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62ECE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 46 | 206 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.19 |
| HSL | 297º | 0.63% | 0.49% | - |
| HSV(B) | 297º | 0.78% | 0.81% | - |
| XYZ | 35.41 | 18.42 | 60.08 | - |
| YUV | 109.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 206 | 0.04 | 0.78 | 0 | 0.19 | 297 | 0.63 | 0.49 |
| Hex | C6 | 2E | CE | 4 | 4E | 0 | 13 | 129 | 3F | 31 |
| Octal | 306 | 56 | 316 | 4 | 116 | 0 | 23 | 451 | 77 | 61 |
| Binary | 11000110 | 101110 | 11001110 | 100 | 1001110 | 0 | 10011 | 100101001 | 111111 | 110001 |
Color Harmonies of #C62ECE
Complementary color
Monochromatic Colors of #C62ECE
Black with #C62ECE
Text Example
Text Example
White with #C62ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ECE; }
p { color: rgb(198,46,206); }
H1.HeaderClassName
{
color: #C62ECE;
}
.AnyTagClassName
{
color: #C62ECE;
}
</style>
background-color css
<style>
a { background-color: #C62ECE; }
a { background-color: rgb(198,46,206); }
div.DivClassName
{
background-color: #C62ECE;
}
.BgClassName
{
background-color: #C62ECE;
}
</style>
border-color css
<style>
span { border-color: #C62ECE; }
span { border-color: rgb(198,46,206); }
td.TdClassName
{
border-color: #C62ECE;
}
.TagClassName
{
border-color: #C62ECE;
}
</style>