Shades of Fuchsia #C640B9
Tints of Fuchsia #C640B9
RGB
CMYK
RGB Variations
Color information
#C640B9 (or 0xC640B9) is known color: Fuchsia. HEX triplet: C6, 40 and B9. RGB value is (198,64,185). Sum of RGB (Red+Green+Blue) = 198+64+185=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C640B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640B9 is #39BF46. Grayscale: #757575. Windows color (decimal): -3784519 or 12140742. OLE color: 12140742.
HSL color Cylindrical-coordinate representation of color #C640B9: hue angle of 305.82º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C640B9 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 185 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.22 |
| HSL | 305.82º | 0.54% | 0.51% | - |
| HSV(B) | 305.82º | 0.68% | 0.78% | - |
| XYZ | 33.88 | 19.18 | 47.81 | - |
| YUV | 117.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 185 | 0 | 0.68 | 0.07 | 0.22 | 305.82 | 0.54 | 0.51 |
| Hex | C6 | 40 | B9 | 0 | 44 | 7 | 16 | 132 | 36 | 33 |
| Octal | 306 | 100 | 271 | 0 | 104 | 7 | 26 | 462 | 66 | 63 |
| Binary | 11000110 | 1000000 | 10111001 | 0 | 1000100 | 111 | 10110 | 100110010 | 110110 | 110011 |
Color Harmonies of #C640B9
Complementary color
Monochromatic Colors of #C640B9
Black with #C640B9
Text Example
Text Example
White with #C640B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640B9; }
p { color: rgb(198,64,185); }
H1.HeaderClassName
{
color: #C640B9;
}
.AnyTagClassName
{
color: #C640B9;
}
</style>
background-color css
<style>
a { background-color: #C640B9; }
a { background-color: rgb(198,64,185); }
div.DivClassName
{
background-color: #C640B9;
}
.BgClassName
{
background-color: #C640B9;
}
</style>
border-color css
<style>
span { border-color: #C640B9; }
span { border-color: rgb(198,64,185); }
td.TdClassName
{
border-color: #C640B9;
}
.TagClassName
{
border-color: #C640B9;
}
</style>