Shades of Fuchsia #C63AD0
Tints of Fuchsia #C63AD0
RGB
CMYK
RGB Variations
Color information
#C63AD0 (or 0xC63AD0) is known color: Fuchsia. HEX triplet: C6, 3A and D0. RGB value is (198,58,208). Sum of RGB (Red+Green+Blue) = 198+58+208=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #C63AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AD0 is #39C52F. Grayscale: #747474. Windows color (decimal): -3786032 or 13646534. OLE color: 13646534.
HSL color Cylindrical-coordinate representation of color #C63AD0: hue angle of 296º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63AD0 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 58 | 208 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.18 |
| HSL | 296º | 0.61% | 0.52% | - |
| HSV(B) | 296º | 0.72% | 0.82% | - |
| XYZ | 36.19 | 19.59 | 61.55 | - |
| YUV | 116.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 208 | 0.05 | 0.72 | 0 | 0.18 | 296 | 0.61 | 0.52 |
| Hex | C6 | 3A | D0 | 5 | 48 | 0 | 12 | 128 | 3D | 34 |
| Octal | 306 | 72 | 320 | 5 | 110 | 0 | 22 | 450 | 75 | 64 |
| Binary | 11000110 | 111010 | 11010000 | 101 | 1001000 | 0 | 10010 | 100101000 | 111101 | 110100 |
Color Harmonies of #C63AD0
Complementary color
Monochromatic Colors of #C63AD0
Black with #C63AD0
Text Example
Text Example
White with #C63AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AD0; }
p { color: rgb(198,58,208); }
H1.HeaderClassName
{
color: #C63AD0;
}
.AnyTagClassName
{
color: #C63AD0;
}
</style>
background-color css
<style>
a { background-color: #C63AD0; }
a { background-color: rgb(198,58,208); }
div.DivClassName
{
background-color: #C63AD0;
}
.BgClassName
{
background-color: #C63AD0;
}
</style>
border-color css
<style>
span { border-color: #C63AD0; }
span { border-color: rgb(198,58,208); }
td.TdClassName
{
border-color: #C63AD0;
}
.TagClassName
{
border-color: #C63AD0;
}
</style>