Shades of Fuchsia #C63BAE
Tints of Fuchsia #C63BAE
RGB
CMYK
RGB Variations
Color information
#C63BAE (or 0xC63BAE) is known color: Fuchsia. HEX triplet: C6, 3B and AE. RGB value is (198,59,174). Sum of RGB (Red+Green+Blue) = 198+59+174=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BAE is #39C451. Grayscale: #717171. Windows color (decimal): -3785810 or 11418566. OLE color: 11418566.
HSL color Cylindrical-coordinate representation of color #C63BAE: hue angle of 310.36º 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 #C63BAE is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 174 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.22 |
| HSL | 310.36º | 0.55% | 0.5% | - |
| HSV(B) | 310.36º | 0.7% | 0.78% | - |
| XYZ | 32.49 | 18.19 | 41.84 | - |
| YUV | 113.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 174 | 0 | 0.70 | 0.12 | 0.22 | 310.36 | 0.55 | 0.5 |
| Hex | C6 | 3B | AE | 0 | 46 | C | 16 | 136 | 37 | 32 |
| Octal | 306 | 73 | 256 | 0 | 106 | 14 | 26 | 466 | 67 | 62 |
| Binary | 11000110 | 111011 | 10101110 | 0 | 1000110 | 1100 | 10110 | 100110110 | 110111 | 110010 |
Color Harmonies of #C63BAE
Complementary color
Monochromatic Colors of #C63BAE
Black with #C63BAE
Text Example
Text Example
White with #C63BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BAE; }
p { color: rgb(198,59,174); }
H1.HeaderClassName
{
color: #C63BAE;
}
.AnyTagClassName
{
color: #C63BAE;
}
</style>
background-color css
<style>
a { background-color: #C63BAE; }
a { background-color: rgb(198,59,174); }
div.DivClassName
{
background-color: #C63BAE;
}
.BgClassName
{
background-color: #C63BAE;
}
</style>
border-color css
<style>
span { border-color: #C63BAE; }
span { border-color: rgb(198,59,174); }
td.TdClassName
{
border-color: #C63BAE;
}
.TagClassName
{
border-color: #C63BAE;
}
</style>