Shades of Fuchsia #C63EAE
Tints of Fuchsia #C63EAE
RGB
CMYK
RGB Variations
Color information
#C63EAE (or 0xC63EAE) is known color: Fuchsia. HEX triplet: C6, 3E and AE. RGB value is (198,62,174). Sum of RGB (Red+Green+Blue) = 198+62+174=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C63EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63EAE is #39C151. Grayscale: #737373. Windows color (decimal): -3785042 or 11419334. OLE color: 11419334.
HSL color Cylindrical-coordinate representation of color #C63EAE: hue angle of 310.59º degrees, saturation: 0.54, 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 #C63EAE is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 174 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.22 |
| HSL | 310.59º | 0.54% | 0.51% | - |
| HSV(B) | 310.59º | 0.69% | 0.78% | - |
| XYZ | 32.65 | 18.51 | 41.9 | - |
| YUV | 115.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 174 | 0 | 0.69 | 0.12 | 0.22 | 310.59 | 0.54 | 0.51 |
| Hex | C6 | 3E | AE | 0 | 45 | C | 16 | 137 | 36 | 33 |
| Octal | 306 | 76 | 256 | 0 | 105 | 14 | 26 | 467 | 66 | 63 |
| Binary | 11000110 | 111110 | 10101110 | 0 | 1000101 | 1100 | 10110 | 100110111 | 110110 | 110011 |
Color Harmonies of #C63EAE
Complementary color
Monochromatic Colors of #C63EAE
Black with #C63EAE
Text Example
Text Example
White with #C63EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EAE; }
p { color: rgb(198,62,174); }
H1.HeaderClassName
{
color: #C63EAE;
}
.AnyTagClassName
{
color: #C63EAE;
}
</style>
background-color css
<style>
a { background-color: #C63EAE; }
a { background-color: rgb(198,62,174); }
div.DivClassName
{
background-color: #C63EAE;
}
.BgClassName
{
background-color: #C63EAE;
}
</style>
border-color css
<style>
span { border-color: #C63EAE; }
span { border-color: rgb(198,62,174); }
td.TdClassName
{
border-color: #C63EAE;
}
.TagClassName
{
border-color: #C63EAE;
}
</style>