Shades of Fuchsia #C653BF
Tints of Fuchsia #C653BF
RGB
CMYK
RGB Variations
Color information
#C653BF (or 0xC653BF) is known color: Fuchsia. HEX triplet: C6, 53 and BF. RGB value is (198,83,191). Sum of RGB (Red+Green+Blue) = 198+83+191=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C653BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653BF is #39AC40. Grayscale: #818181. Windows color (decimal): -3779649 or 12538822. OLE color: 12538822.
HSL color Cylindrical-coordinate representation of color #C653BF: hue angle of 303.65º 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 #C653BF is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 191 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.22 |
| HSL | 303.65º | 0.5% | 0.55% | - |
| HSV(B) | 303.65º | 0.58% | 0.78% | - |
| XYZ | 35.79 | 21.95 | 51.64 | - |
| YUV | 129.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 191 | 0 | 0.58 | 0.04 | 0.22 | 303.65 | 0.5 | 0.55 |
| Hex | C6 | 53 | BF | 0 | 3A | 4 | 16 | 130 | 32 | 37 |
| Octal | 306 | 123 | 277 | 0 | 72 | 4 | 26 | 460 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10111111 | 0 | 111010 | 100 | 10110 | 100110000 | 110010 | 110111 |
Color Harmonies of #C653BF
Complementary color
Monochromatic Colors of #C653BF
Black with #C653BF
Text Example
Text Example
White with #C653BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653BF; }
p { color: rgb(198,83,191); }
H1.HeaderClassName
{
color: #C653BF;
}
.AnyTagClassName
{
color: #C653BF;
}
</style>
background-color css
<style>
a { background-color: #C653BF; }
a { background-color: rgb(198,83,191); }
div.DivClassName
{
background-color: #C653BF;
}
.BgClassName
{
background-color: #C653BF;
}
</style>
border-color css
<style>
span { border-color: #C653BF; }
span { border-color: rgb(198,83,191); }
td.TdClassName
{
border-color: #C653BF;
}
.TagClassName
{
border-color: #C653BF;
}
</style>