Shades of Fuchsia #C653BA
Tints of Fuchsia #C653BA
RGB
CMYK
RGB Variations
Color information
#C653BA (or 0xC653BA) is known color: Fuchsia. HEX triplet: C6, 53 and BA. RGB value is (198,83,186). Sum of RGB (Red+Green+Blue) = 198+83+186=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C653BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653BA is #39AC45. Grayscale: #808080. Windows color (decimal): -3779654 or 12211142. OLE color: 12211142.
HSL color Cylindrical-coordinate representation of color #C653BA: hue angle of 306.26º 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 #C653BA is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 186 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.22 |
| HSL | 306.26º | 0.5% | 0.55% | - |
| HSV(B) | 306.26º | 0.58% | 0.78% | - |
| XYZ | 35.24 | 21.74 | 48.79 | - |
| YUV | 129.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 186 | 0 | 0.58 | 0.06 | 0.22 | 306.26 | 0.5 | 0.55 |
| Hex | C6 | 53 | BA | 0 | 3A | 6 | 16 | 132 | 32 | 37 |
| Octal | 306 | 123 | 272 | 0 | 72 | 6 | 26 | 462 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10111010 | 0 | 111010 | 110 | 10110 | 100110010 | 110010 | 110111 |
Color Harmonies of #C653BA
Complementary color
Monochromatic Colors of #C653BA
Black with #C653BA
Text Example
Text Example
White with #C653BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653BA; }
p { color: rgb(198,83,186); }
H1.HeaderClassName
{
color: #C653BA;
}
.AnyTagClassName
{
color: #C653BA;
}
</style>
background-color css
<style>
a { background-color: #C653BA; }
a { background-color: rgb(198,83,186); }
div.DivClassName
{
background-color: #C653BA;
}
.BgClassName
{
background-color: #C653BA;
}
</style>
border-color css
<style>
span { border-color: #C653BA; }
span { border-color: rgb(198,83,186); }
td.TdClassName
{
border-color: #C653BA;
}
.TagClassName
{
border-color: #C653BA;
}
</style>