Shades of Fuchsia #C653B9
Tints of Fuchsia #C653B9
RGB
CMYK
RGB Variations
Color information
#C653B9 (or 0xC653B9) is known color: Fuchsia. HEX triplet: C6, 53 and B9. RGB value is (198,83,185). Sum of RGB (Red+Green+Blue) = 198+83+185=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C653B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653B9 is #39AC46. Grayscale: #808080. Windows color (decimal): -3779655 or 12145606. OLE color: 12145606.
HSL color Cylindrical-coordinate representation of color #C653B9: hue angle of 306.78º 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 #C653B9 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 185 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.22 |
| HSL | 306.78º | 0.5% | 0.55% | - |
| HSV(B) | 306.78º | 0.58% | 0.78% | - |
| XYZ | 35.14 | 21.7 | 48.23 | - |
| YUV | 129.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 185 | 0 | 0.58 | 0.07 | 0.22 | 306.78 | 0.5 | 0.55 |
| Hex | C6 | 53 | B9 | 0 | 3A | 7 | 16 | 133 | 32 | 37 |
| Octal | 306 | 123 | 271 | 0 | 72 | 7 | 26 | 463 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10111001 | 0 | 111010 | 111 | 10110 | 100110011 | 110010 | 110111 |
Color Harmonies of #C653B9
Complementary color
Monochromatic Colors of #C653B9
Black with #C653B9
Text Example
Text Example
White with #C653B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653B9; }
p { color: rgb(198,83,185); }
H1.HeaderClassName
{
color: #C653B9;
}
.AnyTagClassName
{
color: #C653B9;
}
</style>
background-color css
<style>
a { background-color: #C653B9; }
a { background-color: rgb(198,83,185); }
div.DivClassName
{
background-color: #C653B9;
}
.BgClassName
{
background-color: #C653B9;
}
</style>
border-color css
<style>
span { border-color: #C653B9; }
span { border-color: rgb(198,83,185); }
td.TdClassName
{
border-color: #C653B9;
}
.TagClassName
{
border-color: #C653B9;
}
</style>