Shades of Fuchsia #C64BAA
Tints of Fuchsia #C64BAA
RGB
CMYK
RGB Variations
Color information
#C64BAA (or 0xC64BAA) is known color: Fuchsia. HEX triplet: C6, 4B and AA. RGB value is (198,75,170). Sum of RGB (Red+Green+Blue) = 198+75+170=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BAA is #39B455. Grayscale: #7A7A7A. Windows color (decimal): -3781718 or 11160518. OLE color: 11160518.
HSL color Cylindrical-coordinate representation of color #C64BAA: hue angle of 313.66º 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 #C64BAA is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 170 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.22 |
| HSL | 313.66º | 0.52% | 0.54% | - |
| HSV(B) | 313.66º | 0.62% | 0.78% | - |
| XYZ | 33.06 | 19.94 | 40.14 | - |
| YUV | 122.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 170 | 0 | 0.62 | 0.14 | 0.22 | 313.66 | 0.52 | 0.54 |
| Hex | C6 | 4B | AA | 0 | 3E | E | 16 | 13A | 34 | 36 |
| Octal | 306 | 113 | 252 | 0 | 76 | 16 | 26 | 472 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10101010 | 0 | 111110 | 1110 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C64BAA
Complementary color
Monochromatic Colors of #C64BAA
Black with #C64BAA
Text Example
Text Example
White with #C64BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BAA; }
p { color: rgb(198,75,170); }
H1.HeaderClassName
{
color: #C64BAA;
}
.AnyTagClassName
{
color: #C64BAA;
}
</style>
background-color css
<style>
a { background-color: #C64BAA; }
a { background-color: rgb(198,75,170); }
div.DivClassName
{
background-color: #C64BAA;
}
.BgClassName
{
background-color: #C64BAA;
}
</style>
border-color css
<style>
span { border-color: #C64BAA; }
span { border-color: rgb(198,75,170); }
td.TdClassName
{
border-color: #C64BAA;
}
.TagClassName
{
border-color: #C64BAA;
}
</style>