Shades of Fuchsia #C659BD
Tints of Fuchsia #C659BD
RGB
CMYK
RGB Variations
Color information
#C659BD (or 0xC659BD) is known color: Fuchsia. HEX triplet: C6, 59 and BD. RGB value is (198,89,189). Sum of RGB (Red+Green+Blue) = 198+89+189=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C659BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659BD is #39A642. Grayscale: #848484. Windows color (decimal): -3778115 or 12409286. OLE color: 12409286.
HSL color Cylindrical-coordinate representation of color #C659BD: hue angle of 304.95º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C659BD is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 189 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.22 |
| HSL | 304.95º | 0.49% | 0.56% | - |
| HSV(B) | 304.95º | 0.55% | 0.78% | - |
| XYZ | 36.05 | 22.82 | 50.65 | - |
| YUV | 132.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 189 | 0 | 0.55 | 0.05 | 0.22 | 304.95 | 0.49 | 0.56 |
| Hex | C6 | 59 | BD | 0 | 37 | 5 | 16 | 131 | 31 | 38 |
| Octal | 306 | 131 | 275 | 0 | 67 | 5 | 26 | 461 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10111101 | 0 | 110111 | 101 | 10110 | 100110001 | 110001 | 111000 |
Color Harmonies of #C659BD
Complementary color
Monochromatic Colors of #C659BD
Black with #C659BD
Text Example
Text Example
White with #C659BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659BD; }
p { color: rgb(198,89,189); }
H1.HeaderClassName
{
color: #C659BD;
}
.AnyTagClassName
{
color: #C659BD;
}
</style>
background-color css
<style>
a { background-color: #C659BD; }
a { background-color: rgb(198,89,189); }
div.DivClassName
{
background-color: #C659BD;
}
.BgClassName
{
background-color: #C659BD;
}
</style>
border-color css
<style>
span { border-color: #C659BD; }
span { border-color: rgb(198,89,189); }
td.TdClassName
{
border-color: #C659BD;
}
.TagClassName
{
border-color: #C659BD;
}
</style>