Shades of Fuchsia #C63DBC
Tints of Fuchsia #C63DBC
RGB
CMYK
RGB Variations
Color information
#C63DBC (or 0xC63DBC) is known color: Fuchsia. HEX triplet: C6, 3D and BC. RGB value is (198,61,188). Sum of RGB (Red+Green+Blue) = 198+61+188=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DBC is #39C243. Grayscale: #747474. Windows color (decimal): -3785284 or 12336582. OLE color: 12336582.
HSL color Cylindrical-coordinate representation of color #C63DBC: hue angle of 304.38º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63DBC is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 188 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.22 |
| HSL | 304.38º | 0.55% | 0.51% | - |
| HSV(B) | 304.38º | 0.69% | 0.78% | - |
| XYZ | 34.03 | 18.97 | 49.45 | - |
| YUV | 116.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 188 | 0 | 0.69 | 0.05 | 0.22 | 304.38 | 0.55 | 0.51 |
| Hex | C6 | 3D | BC | 0 | 45 | 5 | 16 | 130 | 37 | 33 |
| Octal | 306 | 75 | 274 | 0 | 105 | 5 | 26 | 460 | 67 | 63 |
| Binary | 11000110 | 111101 | 10111100 | 0 | 1000101 | 101 | 10110 | 100110000 | 110111 | 110011 |
Color Harmonies of #C63DBC
Complementary color
Monochromatic Colors of #C63DBC
Black with #C63DBC
Text Example
Text Example
White with #C63DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DBC; }
p { color: rgb(198,61,188); }
H1.HeaderClassName
{
color: #C63DBC;
}
.AnyTagClassName
{
color: #C63DBC;
}
</style>
background-color css
<style>
a { background-color: #C63DBC; }
a { background-color: rgb(198,61,188); }
div.DivClassName
{
background-color: #C63DBC;
}
.BgClassName
{
background-color: #C63DBC;
}
</style>
border-color css
<style>
span { border-color: #C63DBC; }
span { border-color: rgb(198,61,188); }
td.TdClassName
{
border-color: #C63DBC;
}
.TagClassName
{
border-color: #C63DBC;
}
</style>