Shades of Fuchsia #C654B5
Tints of Fuchsia #C654B5
RGB
CMYK
RGB Variations
Color information
#C654B5 (or 0xC654B5) is known color: Fuchsia. HEX triplet: C6, 54 and B5. RGB value is (198,84,181). Sum of RGB (Red+Green+Blue) = 198+84+181=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C654B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654B5 is #39AB4A. Grayscale: #808080. Windows color (decimal): -3779403 or 11883718. OLE color: 11883718.
HSL color Cylindrical-coordinate representation of color #C654B5: hue angle of 308.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C654B5 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 181 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.22 |
| HSL | 308.95º | 0.5% | 0.55% | - |
| HSV(B) | 308.95º | 0.58% | 0.78% | - |
| XYZ | 34.8 | 21.68 | 46.07 | - |
| YUV | 129.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 181 | 0 | 0.58 | 0.09 | 0.22 | 308.95 | 0.5 | 0.55 |
| Hex | C6 | 54 | B5 | 0 | 3A | 9 | 16 | 135 | 32 | 37 |
| Octal | 306 | 124 | 265 | 0 | 72 | 11 | 26 | 465 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10110101 | 0 | 111010 | 1001 | 10110 | 100110101 | 110010 | 110111 |
Color Harmonies of #C654B5
Complementary color
Monochromatic Colors of #C654B5
Black with #C654B5
Text Example
Text Example
White with #C654B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654B5; }
p { color: rgb(198,84,181); }
H1.HeaderClassName
{
color: #C654B5;
}
.AnyTagClassName
{
color: #C654B5;
}
</style>
background-color css
<style>
a { background-color: #C654B5; }
a { background-color: rgb(198,84,181); }
div.DivClassName
{
background-color: #C654B5;
}
.BgClassName
{
background-color: #C654B5;
}
</style>
border-color css
<style>
span { border-color: #C654B5; }
span { border-color: rgb(198,84,181); }
td.TdClassName
{
border-color: #C654B5;
}
.TagClassName
{
border-color: #C654B5;
}
</style>