Shades of Fuchsia #C64ABA
Tints of Fuchsia #C64ABA
RGB
CMYK
RGB Variations
Color information
#C64ABA (or 0xC64ABA) is known color: Fuchsia. HEX triplet: C6, 4A and BA. RGB value is (198,74,186). Sum of RGB (Red+Green+Blue) = 198+74+186=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C64ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ABA is #39B545. Grayscale: #7B7B7B. Windows color (decimal): -3781958 or 12208838. OLE color: 12208838.
HSL color Cylindrical-coordinate representation of color #C64ABA: hue angle of 305.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64ABA is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 186 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.22 |
| HSL | 305.81º | 0.52% | 0.53% | - |
| HSV(B) | 305.81º | 0.63% | 0.78% | - |
| XYZ | 34.6 | 20.45 | 48.58 | - |
| YUV | 123.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 186 | 0 | 0.63 | 0.06 | 0.22 | 305.81 | 0.52 | 0.53 |
| Hex | C6 | 4A | BA | 0 | 3F | 6 | 16 | 132 | 34 | 35 |
| Octal | 306 | 112 | 272 | 0 | 77 | 6 | 26 | 462 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10111010 | 0 | 111111 | 110 | 10110 | 100110010 | 110100 | 110101 |
Color Harmonies of #C64ABA
Complementary color
Monochromatic Colors of #C64ABA
Black with #C64ABA
Text Example
Text Example
White with #C64ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ABA; }
p { color: rgb(198,74,186); }
H1.HeaderClassName
{
color: #C64ABA;
}
.AnyTagClassName
{
color: #C64ABA;
}
</style>
background-color css
<style>
a { background-color: #C64ABA; }
a { background-color: rgb(198,74,186); }
div.DivClassName
{
background-color: #C64ABA;
}
.BgClassName
{
background-color: #C64ABA;
}
</style>
border-color css
<style>
span { border-color: #C64ABA; }
span { border-color: rgb(198,74,186); }
td.TdClassName
{
border-color: #C64ABA;
}
.TagClassName
{
border-color: #C64ABA;
}
</style>