Shades of Fuchsia #C63DAC
Tints of Fuchsia #C63DAC
RGB
CMYK
RGB Variations
Color information
#C63DAC (or 0xC63DAC) is known color: Fuchsia. HEX triplet: C6, 3D and AC. RGB value is (198,61,172). Sum of RGB (Red+Green+Blue) = 198+61+172=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63DAC is #39C253. Grayscale: #727272. Windows color (decimal): -3785300 or 11288006. OLE color: 11288006.
HSL color Cylindrical-coordinate representation of color #C63DAC: hue angle of 311.39º 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 #C63DAC is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 172 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.22 |
| HSL | 311.39º | 0.55% | 0.51% | - |
| HSV(B) | 311.39º | 0.69% | 0.78% | - |
| XYZ | 32.4 | 18.32 | 40.86 | - |
| YUV | 114.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 172 | 0 | 0.69 | 0.13 | 0.22 | 311.39 | 0.55 | 0.51 |
| Hex | C6 | 3D | AC | 0 | 45 | D | 16 | 137 | 37 | 33 |
| Octal | 306 | 75 | 254 | 0 | 105 | 15 | 26 | 467 | 67 | 63 |
| Binary | 11000110 | 111101 | 10101100 | 0 | 1000101 | 1101 | 10110 | 100110111 | 110111 | 110011 |
Color Harmonies of #C63DAC
Complementary color
Monochromatic Colors of #C63DAC
Black with #C63DAC
Text Example
Text Example
White with #C63DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DAC; }
p { color: rgb(198,61,172); }
H1.HeaderClassName
{
color: #C63DAC;
}
.AnyTagClassName
{
color: #C63DAC;
}
</style>
background-color css
<style>
a { background-color: #C63DAC; }
a { background-color: rgb(198,61,172); }
div.DivClassName
{
background-color: #C63DAC;
}
.BgClassName
{
background-color: #C63DAC;
}
</style>
border-color css
<style>
span { border-color: #C63DAC; }
span { border-color: rgb(198,61,172); }
td.TdClassName
{
border-color: #C63DAC;
}
.TagClassName
{
border-color: #C63DAC;
}
</style>