Shades of Fuchsia #C63ED0
Tints of Fuchsia #C63ED0
RGB
CMYK
RGB Variations
Color information
#C63ED0 (or 0xC63ED0) is known color: Fuchsia. HEX triplet: C6, 3E and D0. RGB value is (198,62,208). Sum of RGB (Red+Green+Blue) = 198+62+208=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #C63ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ED0 is #39C12F. Grayscale: #767676. Windows color (decimal): -3785008 or 13647558. OLE color: 13647558.
HSL color Cylindrical-coordinate representation of color #C63ED0: hue angle of 295.89º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63ED0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 62 | 208 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.18 |
| HSL | 295.89º | 0.61% | 0.53% | - |
| HSV(B) | 295.89º | 0.7% | 0.82% | - |
| XYZ | 36.4 | 20.01 | 61.62 | - |
| YUV | 119.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 208 | 0.05 | 0.70 | 0 | 0.18 | 295.89 | 0.61 | 0.53 |
| Hex | C6 | 3E | D0 | 5 | 46 | 0 | 12 | 128 | 3D | 35 |
| Octal | 306 | 76 | 320 | 5 | 106 | 0 | 22 | 450 | 75 | 65 |
| Binary | 11000110 | 111110 | 11010000 | 101 | 1000110 | 0 | 10010 | 100101000 | 111101 | 110101 |
Color Harmonies of #C63ED0
Complementary color
Monochromatic Colors of #C63ED0
Black with #C63ED0
Text Example
Text Example
White with #C63ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ED0; }
p { color: rgb(198,62,208); }
H1.HeaderClassName
{
color: #C63ED0;
}
.AnyTagClassName
{
color: #C63ED0;
}
</style>
background-color css
<style>
a { background-color: #C63ED0; }
a { background-color: rgb(198,62,208); }
div.DivClassName
{
background-color: #C63ED0;
}
.BgClassName
{
background-color: #C63ED0;
}
</style>
border-color css
<style>
span { border-color: #C63ED0; }
span { border-color: rgb(198,62,208); }
td.TdClassName
{
border-color: #C63ED0;
}
.TagClassName
{
border-color: #C63ED0;
}
</style>