Shades of Fuchsia #C64BAE
Tints of Fuchsia #C64BAE
RGB
CMYK
RGB Variations
Color information
#C64BAE (or 0xC64BAE) is known color: Fuchsia. HEX triplet: C6, 4B and AE. RGB value is (198,75,174). Sum of RGB (Red+Green+Blue) = 198+75+174=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BAE is #39B451. Grayscale: #7A7A7A. Windows color (decimal): -3781714 or 11422662. OLE color: 11422662.
HSL color Cylindrical-coordinate representation of color #C64BAE: hue angle of 311.71º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64BAE is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 174 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.71º | 0.52% | 0.54% | - |
| HSV(B) | 311.71º | 0.62% | 0.78% | - |
| XYZ | 33.44 | 20.09 | 42.16 | - |
| YUV | 123.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 174 | 0 | 0.62 | 0.12 | 0.22 | 311.71 | 0.52 | 0.54 |
| Hex | C6 | 4B | AE | 0 | 3E | C | 16 | 138 | 34 | 36 |
| Octal | 306 | 113 | 256 | 0 | 76 | 14 | 26 | 470 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10101110 | 0 | 111110 | 1100 | 10110 | 100111000 | 110100 | 110110 |
Color Harmonies of #C64BAE
Complementary color
Monochromatic Colors of #C64BAE
Black with #C64BAE
Text Example
Text Example
White with #C64BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BAE; }
p { color: rgb(198,75,174); }
H1.HeaderClassName
{
color: #C64BAE;
}
.AnyTagClassName
{
color: #C64BAE;
}
</style>
background-color css
<style>
a { background-color: #C64BAE; }
a { background-color: rgb(198,75,174); }
div.DivClassName
{
background-color: #C64BAE;
}
.BgClassName
{
background-color: #C64BAE;
}
</style>
border-color css
<style>
span { border-color: #C64BAE; }
span { border-color: rgb(198,75,174); }
td.TdClassName
{
border-color: #C64BAE;
}
.TagClassName
{
border-color: #C64BAE;
}
</style>