Shades of Fuchsia #C64AB8
Tints of Fuchsia #C64AB8
RGB
CMYK
RGB Variations
Color information
#C64AB8 (or 0xC64AB8) is known color: Fuchsia. HEX triplet: C6, 4A and B8. RGB value is (198,74,184). Sum of RGB (Red+Green+Blue) = 198+74+184=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AB8 is #39B547. Grayscale: #7B7B7B. Windows color (decimal): -3781960 or 12077766. OLE color: 12077766.
HSL color Cylindrical-coordinate representation of color #C64AB8: hue angle of 306.77º 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 #C64AB8 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 184 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.22 |
| HSL | 306.77º | 0.52% | 0.53% | - |
| HSV(B) | 306.77º | 0.63% | 0.78% | - |
| XYZ | 34.39 | 20.36 | 47.47 | - |
| YUV | 123.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 184 | 0 | 0.63 | 0.07 | 0.22 | 306.77 | 0.52 | 0.53 |
| Hex | C6 | 4A | B8 | 0 | 3F | 7 | 16 | 133 | 34 | 35 |
| Octal | 306 | 112 | 270 | 0 | 77 | 7 | 26 | 463 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10111000 | 0 | 111111 | 111 | 10110 | 100110011 | 110100 | 110101 |
Color Harmonies of #C64AB8
Complementary color
Monochromatic Colors of #C64AB8
Black with #C64AB8
Text Example
Text Example
White with #C64AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AB8; }
p { color: rgb(198,74,184); }
H1.HeaderClassName
{
color: #C64AB8;
}
.AnyTagClassName
{
color: #C64AB8;
}
</style>
background-color css
<style>
a { background-color: #C64AB8; }
a { background-color: rgb(198,74,184); }
div.DivClassName
{
background-color: #C64AB8;
}
.BgClassName
{
background-color: #C64AB8;
}
</style>
border-color css
<style>
span { border-color: #C64AB8; }
span { border-color: rgb(198,74,184); }
td.TdClassName
{
border-color: #C64AB8;
}
.TagClassName
{
border-color: #C64AB8;
}
</style>