Shades of Fuchsia #C63BAC
Tints of Fuchsia #C63BAC
RGB
CMYK
RGB Variations
Color information
#C63BAC (or 0xC63BAC) is known color: Fuchsia. HEX triplet: C6, 3B and AC. RGB value is (198,59,172). Sum of RGB (Red+Green+Blue) = 198+59+172=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BAC is #39C453. Grayscale: #717171. Windows color (decimal): -3785812 or 11287494. OLE color: 11287494.
HSL color Cylindrical-coordinate representation of color #C63BAC: hue angle of 311.22º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63BAC is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 172 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.22 |
| HSL | 311.22º | 0.55% | 0.5% | - |
| HSV(B) | 311.22º | 0.7% | 0.78% | - |
| XYZ | 32.3 | 18.11 | 40.82 | - |
| YUV | 113.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 172 | 0 | 0.70 | 0.13 | 0.22 | 311.22 | 0.55 | 0.5 |
| Hex | C6 | 3B | AC | 0 | 46 | D | 16 | 137 | 37 | 32 |
| Octal | 306 | 73 | 254 | 0 | 106 | 15 | 26 | 467 | 67 | 62 |
| Binary | 11000110 | 111011 | 10101100 | 0 | 1000110 | 1101 | 10110 | 100110111 | 110111 | 110010 |
Color Harmonies of #C63BAC
Complementary color
Monochromatic Colors of #C63BAC
Black with #C63BAC
Text Example
Text Example
White with #C63BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BAC; }
p { color: rgb(198,59,172); }
H1.HeaderClassName
{
color: #C63BAC;
}
.AnyTagClassName
{
color: #C63BAC;
}
</style>
background-color css
<style>
a { background-color: #C63BAC; }
a { background-color: rgb(198,59,172); }
div.DivClassName
{
background-color: #C63BAC;
}
.BgClassName
{
background-color: #C63BAC;
}
</style>
border-color css
<style>
span { border-color: #C63BAC; }
span { border-color: rgb(198,59,172); }
td.TdClassName
{
border-color: #C63BAC;
}
.TagClassName
{
border-color: #C63BAC;
}
</style>