Shades of Fuchsia #C64ABC
Tints of Fuchsia #C64ABC
RGB
CMYK
RGB Variations
Color information
#C64ABC (or 0xC64ABC) is known color: Fuchsia. HEX triplet: C6, 4A and BC. RGB value is (198,74,188). Sum of RGB (Red+Green+Blue) = 198+74+188=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C64ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ABC is #39B543. Grayscale: #7B7B7B. Windows color (decimal): -3781956 or 12339910. OLE color: 12339910.
HSL color Cylindrical-coordinate representation of color #C64ABC: hue angle of 304.84º 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 #C64ABC is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 188 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.22 |
| HSL | 304.84º | 0.52% | 0.53% | - |
| HSV(B) | 304.84º | 0.63% | 0.78% | - |
| XYZ | 34.81 | 20.53 | 49.71 | - |
| YUV | 124.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 188 | 0 | 0.63 | 0.05 | 0.22 | 304.84 | 0.52 | 0.53 |
| Hex | C6 | 4A | BC | 0 | 3F | 5 | 16 | 131 | 34 | 35 |
| Octal | 306 | 112 | 274 | 0 | 77 | 5 | 26 | 461 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10111100 | 0 | 111111 | 101 | 10110 | 100110001 | 110100 | 110101 |
Color Harmonies of #C64ABC
Complementary color
Monochromatic Colors of #C64ABC
Black with #C64ABC
Text Example
Text Example
White with #C64ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ABC; }
p { color: rgb(198,74,188); }
H1.HeaderClassName
{
color: #C64ABC;
}
.AnyTagClassName
{
color: #C64ABC;
}
</style>
background-color css
<style>
a { background-color: #C64ABC; }
a { background-color: rgb(198,74,188); }
div.DivClassName
{
background-color: #C64ABC;
}
.BgClassName
{
background-color: #C64ABC;
}
</style>
border-color css
<style>
span { border-color: #C64ABC; }
span { border-color: rgb(198,74,188); }
td.TdClassName
{
border-color: #C64ABC;
}
.TagClassName
{
border-color: #C64ABC;
}
</style>