Shades of Fuchsia #C63AAE
Tints of Fuchsia #C63AAE
RGB
CMYK
RGB Variations
Color information
#C63AAE (or 0xC63AAE) is known color: Fuchsia. HEX triplet: C6, 3A and AE. RGB value is (198,58,174). Sum of RGB (Red+Green+Blue) = 198+58+174=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63AAE is #39C551. Grayscale: #707070. Windows color (decimal): -3786066 or 11418310. OLE color: 11418310.
HSL color Cylindrical-coordinate representation of color #C63AAE: hue angle of 310.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63AAE is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 174 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.22 |
| HSL | 310.29º | 0.55% | 0.5% | - |
| HSV(B) | 310.29º | 0.71% | 0.78% | - |
| XYZ | 32.44 | 18.09 | 41.83 | - |
| YUV | 113.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 174 | 0 | 0.71 | 0.12 | 0.22 | 310.29 | 0.55 | 0.5 |
| Hex | C6 | 3A | AE | 0 | 47 | C | 16 | 136 | 37 | 32 |
| Octal | 306 | 72 | 256 | 0 | 107 | 14 | 26 | 466 | 67 | 62 |
| Binary | 11000110 | 111010 | 10101110 | 0 | 1000111 | 1100 | 10110 | 100110110 | 110111 | 110010 |
Color Harmonies of #C63AAE
Complementary color
Monochromatic Colors of #C63AAE
Black with #C63AAE
Text Example
Text Example
White with #C63AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AAE; }
p { color: rgb(198,58,174); }
H1.HeaderClassName
{
color: #C63AAE;
}
.AnyTagClassName
{
color: #C63AAE;
}
</style>
background-color css
<style>
a { background-color: #C63AAE; }
a { background-color: rgb(198,58,174); }
div.DivClassName
{
background-color: #C63AAE;
}
.BgClassName
{
background-color: #C63AAE;
}
</style>
border-color css
<style>
span { border-color: #C63AAE; }
span { border-color: rgb(198,58,174); }
td.TdClassName
{
border-color: #C63AAE;
}
.TagClassName
{
border-color: #C63AAE;
}
</style>