Shades of Fuchsia #C653BC
Tints of Fuchsia #C653BC
RGB
CMYK
RGB Variations
Color information
#C653BC (or 0xC653BC) is known color: Fuchsia. HEX triplet: C6, 53 and BC. RGB value is (198,83,188). Sum of RGB (Red+Green+Blue) = 198+83+188=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C653BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653BC is #39AC43. Grayscale: #818181. Windows color (decimal): -3779652 or 12342214. OLE color: 12342214.
HSL color Cylindrical-coordinate representation of color #C653BC: hue angle of 305.22º 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 #C653BC is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 188 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.22 |
| HSL | 305.22º | 0.5% | 0.55% | - |
| HSV(B) | 305.22º | 0.58% | 0.78% | - |
| XYZ | 35.46 | 21.82 | 49.92 | - |
| YUV | 129.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 188 | 0 | 0.58 | 0.05 | 0.22 | 305.22 | 0.5 | 0.55 |
| Hex | C6 | 53 | BC | 0 | 3A | 5 | 16 | 131 | 32 | 37 |
| Octal | 306 | 123 | 274 | 0 | 72 | 5 | 26 | 461 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10111100 | 0 | 111010 | 101 | 10110 | 100110001 | 110010 | 110111 |
Color Harmonies of #C653BC
Complementary color
Monochromatic Colors of #C653BC
Black with #C653BC
Text Example
Text Example
White with #C653BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653BC; }
p { color: rgb(198,83,188); }
H1.HeaderClassName
{
color: #C653BC;
}
.AnyTagClassName
{
color: #C653BC;
}
</style>
background-color css
<style>
a { background-color: #C653BC; }
a { background-color: rgb(198,83,188); }
div.DivClassName
{
background-color: #C653BC;
}
.BgClassName
{
background-color: #C653BC;
}
</style>
border-color css
<style>
span { border-color: #C653BC; }
span { border-color: rgb(198,83,188); }
td.TdClassName
{
border-color: #C653BC;
}
.TagClassName
{
border-color: #C653BC;
}
</style>