Shades of Fuchsia #C64BC1
Tints of Fuchsia #C64BC1
RGB
CMYK
RGB Variations
Color information
#C64BC1 (or 0xC64BC1) is known color: Fuchsia. HEX triplet: C6, 4B and C1. RGB value is (198,75,193). Sum of RGB (Red+Green+Blue) = 198+75+193=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BC1 is #39B43E. Grayscale: #7C7C7C. Windows color (decimal): -3781695 or 12667846. OLE color: 12667846.
HSL color Cylindrical-coordinate representation of color #C64BC1: hue angle of 302.44º 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 #C64BC1 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 193 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.22 |
| HSL | 302.44º | 0.52% | 0.54% | - |
| HSV(B) | 302.44º | 0.62% | 0.78% | - |
| XYZ | 35.43 | 20.89 | 52.62 | - |
| YUV | 125.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 193 | 0 | 0.62 | 0.03 | 0.22 | 302.44 | 0.52 | 0.54 |
| Hex | C6 | 4B | C1 | 0 | 3E | 3 | 16 | 12E | 34 | 36 |
| Octal | 306 | 113 | 301 | 0 | 76 | 3 | 26 | 456 | 64 | 66 |
| Binary | 11000110 | 1001011 | 11000001 | 0 | 111110 | 11 | 10110 | 100101110 | 110100 | 110110 |
Color Harmonies of #C64BC1
Complementary color
Monochromatic Colors of #C64BC1
Black with #C64BC1
Text Example
Text Example
White with #C64BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BC1; }
p { color: rgb(198,75,193); }
H1.HeaderClassName
{
color: #C64BC1;
}
.AnyTagClassName
{
color: #C64BC1;
}
</style>
background-color css
<style>
a { background-color: #C64BC1; }
a { background-color: rgb(198,75,193); }
div.DivClassName
{
background-color: #C64BC1;
}
.BgClassName
{
background-color: #C64BC1;
}
</style>
border-color css
<style>
span { border-color: #C64BC1; }
span { border-color: rgb(198,75,193); }
td.TdClassName
{
border-color: #C64BC1;
}
.TagClassName
{
border-color: #C64BC1;
}
</style>