Shades of Fuchsia #C641B9
Tints of Fuchsia #C641B9
RGB
CMYK
RGB Variations
Color information
#C641B9 (or 0xC641B9) is known color: Fuchsia. HEX triplet: C6, 41 and B9. RGB value is (198,65,185). Sum of RGB (Red+Green+Blue) = 198+65+185=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C641B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641B9 is #39BE46. Grayscale: #767676. Windows color (decimal): -3784263 or 12140998. OLE color: 12140998.
HSL color Cylindrical-coordinate representation of color #C641B9: hue angle of 305.86º 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 #C641B9 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 185 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.22 |
| HSL | 305.86º | 0.54% | 0.52% | - |
| HSV(B) | 305.86º | 0.67% | 0.78% | - |
| XYZ | 33.94 | 19.29 | 47.83 | - |
| YUV | 118.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 185 | 0 | 0.67 | 0.07 | 0.22 | 305.86 | 0.54 | 0.52 |
| Hex | C6 | 41 | B9 | 0 | 43 | 7 | 16 | 132 | 36 | 34 |
| Octal | 306 | 101 | 271 | 0 | 103 | 7 | 26 | 462 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10111001 | 0 | 1000011 | 111 | 10110 | 100110010 | 110110 | 110100 |
Color Harmonies of #C641B9
Complementary color
Monochromatic Colors of #C641B9
Black with #C641B9
Text Example
Text Example
White with #C641B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641B9; }
p { color: rgb(198,65,185); }
H1.HeaderClassName
{
color: #C641B9;
}
.AnyTagClassName
{
color: #C641B9;
}
</style>
background-color css
<style>
a { background-color: #C641B9; }
a { background-color: rgb(198,65,185); }
div.DivClassName
{
background-color: #C641B9;
}
.BgClassName
{
background-color: #C641B9;
}
</style>
border-color css
<style>
span { border-color: #C641B9; }
span { border-color: rgb(198,65,185); }
td.TdClassName
{
border-color: #C641B9;
}
.TagClassName
{
border-color: #C641B9;
}
</style>