Shades of Fuchsia #C664BC
Tints of Fuchsia #C664BC
RGB
CMYK
RGB Variations
Color information
#C664BC (or 0xC664BC) is known color: Fuchsia. HEX triplet: C6, 64 and BC. RGB value is (198,100,188). Sum of RGB (Red+Green+Blue) = 198+100+188=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C664BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664BC is #399B43. Grayscale: #8B8B8B. Windows color (decimal): -3775300 or 12346566. OLE color: 12346566.
HSL color Cylindrical-coordinate representation of color #C664BC: hue angle of 306.12º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664BC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 188 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.22 |
| HSL | 306.12º | 0.46% | 0.58% | - |
| HSV(B) | 306.12º | 0.49% | 0.78% | - |
| XYZ | 36.92 | 24.75 | 50.41 | - |
| YUV | 139.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 188 | 0 | 0.49 | 0.05 | 0.22 | 306.12 | 0.46 | 0.58 |
| Hex | C6 | 64 | BC | 0 | 31 | 5 | 16 | 132 | 2E | 3A |
| Octal | 306 | 144 | 274 | 0 | 61 | 5 | 26 | 462 | 56 | 72 |
| Binary | 11000110 | 1100100 | 10111100 | 0 | 110001 | 101 | 10110 | 100110010 | 101110 | 111010 |
Color Harmonies of #C664BC
Complementary color
Monochromatic Colors of #C664BC
Black with #C664BC
Text Example
Text Example
White with #C664BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664BC; }
p { color: rgb(198,100,188); }
H1.HeaderClassName
{
color: #C664BC;
}
.AnyTagClassName
{
color: #C664BC;
}
</style>
background-color css
<style>
a { background-color: #C664BC; }
a { background-color: rgb(198,100,188); }
div.DivClassName
{
background-color: #C664BC;
}
.BgClassName
{
background-color: #C664BC;
}
</style>
border-color css
<style>
span { border-color: #C664BC; }
span { border-color: rgb(198,100,188); }
td.TdClassName
{
border-color: #C664BC;
}
.TagClassName
{
border-color: #C664BC;
}
</style>