Shades of Fuchsia #C641BF
Tints of Fuchsia #C641BF
RGB
CMYK
RGB Variations
Color information
#C641BF (or 0xC641BF) is known color: Fuchsia. HEX triplet: C6, 41 and BF. RGB value is (198,65,191). Sum of RGB (Red+Green+Blue) = 198+65+191=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C641BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641BF is #39BE40. Grayscale: #767676. Windows color (decimal): -3784257 or 12534214. OLE color: 12534214.
HSL color Cylindrical-coordinate representation of color #C641BF: hue angle of 303.16º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C641BF is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 191 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.22 |
| HSL | 303.16º | 0.54% | 0.52% | - |
| HSV(B) | 303.16º | 0.67% | 0.78% | - |
| XYZ | 34.58 | 19.55 | 51.24 | - |
| YUV | 119.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 191 | 0 | 0.67 | 0.04 | 0.22 | 303.16 | 0.54 | 0.52 |
| Hex | C6 | 41 | BF | 0 | 43 | 4 | 16 | 12F | 36 | 34 |
| Octal | 306 | 101 | 277 | 0 | 103 | 4 | 26 | 457 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10111111 | 0 | 1000011 | 100 | 10110 | 100101111 | 110110 | 110100 |
Color Harmonies of #C641BF
Complementary color
Monochromatic Colors of #C641BF
Black with #C641BF
Text Example
Text Example
White with #C641BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641BF; }
p { color: rgb(198,65,191); }
H1.HeaderClassName
{
color: #C641BF;
}
.AnyTagClassName
{
color: #C641BF;
}
</style>
background-color css
<style>
a { background-color: #C641BF; }
a { background-color: rgb(198,65,191); }
div.DivClassName
{
background-color: #C641BF;
}
.BgClassName
{
background-color: #C641BF;
}
</style>
border-color css
<style>
span { border-color: #C641BF; }
span { border-color: rgb(198,65,191); }
td.TdClassName
{
border-color: #C641BF;
}
.TagClassName
{
border-color: #C641BF;
}
</style>