Shades of Fuchsia #C63DD0
Tints of Fuchsia #C63DD0
RGB
CMYK
RGB Variations
Color information
#C63DD0 (or 0xC63DD0) is known color: Fuchsia. HEX triplet: C6, 3D and D0. RGB value is (198,61,208). Sum of RGB (Red+Green+Blue) = 198+61+208=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #C63DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DD0 is #39C22F. Grayscale: #767676. Windows color (decimal): -3785264 or 13647302. OLE color: 13647302.
HSL color Cylindrical-coordinate representation of color #C63DD0: hue angle of 295.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63DD0 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 61 | 208 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.18 |
| HSL | 295.92º | 0.61% | 0.53% | - |
| HSV(B) | 295.92º | 0.71% | 0.82% | - |
| XYZ | 36.34 | 19.9 | 61.6 | - |
| YUV | 118.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 208 | 0.05 | 0.71 | 0 | 0.18 | 295.92 | 0.61 | 0.53 |
| Hex | C6 | 3D | D0 | 5 | 47 | 0 | 12 | 128 | 3D | 35 |
| Octal | 306 | 75 | 320 | 5 | 107 | 0 | 22 | 450 | 75 | 65 |
| Binary | 11000110 | 111101 | 11010000 | 101 | 1000111 | 0 | 10010 | 100101000 | 111101 | 110101 |
Color Harmonies of #C63DD0
Complementary color
Monochromatic Colors of #C63DD0
Black with #C63DD0
Text Example
Text Example
White with #C63DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DD0; }
p { color: rgb(198,61,208); }
H1.HeaderClassName
{
color: #C63DD0;
}
.AnyTagClassName
{
color: #C63DD0;
}
</style>
background-color css
<style>
a { background-color: #C63DD0; }
a { background-color: rgb(198,61,208); }
div.DivClassName
{
background-color: #C63DD0;
}
.BgClassName
{
background-color: #C63DD0;
}
</style>
border-color css
<style>
span { border-color: #C63DD0; }
span { border-color: rgb(198,61,208); }
td.TdClassName
{
border-color: #C63DD0;
}
.TagClassName
{
border-color: #C63DD0;
}
</style>