Shades of Fuchsia #C63FD0
Tints of Fuchsia #C63FD0
RGB
CMYK
RGB Variations
Color information
#C63FD0 (or 0xC63FD0) is known color: Fuchsia. HEX triplet: C6, 3F and D0. RGB value is (198,63,208). Sum of RGB (Red+Green+Blue) = 198+63+208=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #C63FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FD0 is #39C02F. Grayscale: #777777. Windows color (decimal): -3784752 or 13647814. OLE color: 13647814.
HSL color Cylindrical-coordinate representation of color #C63FD0: hue angle of 295.86º 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 #C63FD0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 63 | 208 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.18 |
| HSL | 295.86º | 0.61% | 0.53% | - |
| HSV(B) | 295.86º | 0.7% | 0.82% | - |
| XYZ | 36.45 | 20.11 | 61.64 | - |
| YUV | 119.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 208 | 0.05 | 0.70 | 0 | 0.18 | 295.86 | 0.61 | 0.53 |
| Hex | C6 | 3F | D0 | 5 | 46 | 0 | 12 | 128 | 3D | 35 |
| Octal | 306 | 77 | 320 | 5 | 106 | 0 | 22 | 450 | 75 | 65 |
| Binary | 11000110 | 111111 | 11010000 | 101 | 1000110 | 0 | 10010 | 100101000 | 111101 | 110101 |
Color Harmonies of #C63FD0
Complementary color
Monochromatic Colors of #C63FD0
Black with #C63FD0
Text Example
Text Example
White with #C63FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FD0; }
p { color: rgb(198,63,208); }
H1.HeaderClassName
{
color: #C63FD0;
}
.AnyTagClassName
{
color: #C63FD0;
}
</style>
background-color css
<style>
a { background-color: #C63FD0; }
a { background-color: rgb(198,63,208); }
div.DivClassName
{
background-color: #C63FD0;
}
.BgClassName
{
background-color: #C63FD0;
}
</style>
border-color css
<style>
span { border-color: #C63FD0; }
span { border-color: rgb(198,63,208); }
td.TdClassName
{
border-color: #C63FD0;
}
.TagClassName
{
border-color: #C63FD0;
}
</style>