Shades of Fuchsia #C653B8
Tints of Fuchsia #C653B8
RGB
CMYK
RGB Variations
Color information
#C653B8 (or 0xC653B8) is known color: Fuchsia. HEX triplet: C6, 53 and B8. RGB value is (198,83,184). Sum of RGB (Red+Green+Blue) = 198+83+184=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C653B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653B8 is #39AC47. Grayscale: #808080. Windows color (decimal): -3779656 or 12080070. OLE color: 12080070.
HSL color Cylindrical-coordinate representation of color #C653B8: hue angle of 307.3º 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 #C653B8 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 184 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.22 |
| HSL | 307.3º | 0.5% | 0.55% | - |
| HSV(B) | 307.3º | 0.58% | 0.78% | - |
| XYZ | 35.03 | 21.65 | 47.68 | - |
| YUV | 128.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 184 | 0 | 0.58 | 0.07 | 0.22 | 307.3 | 0.5 | 0.55 |
| Hex | C6 | 53 | B8 | 0 | 3A | 7 | 16 | 133 | 32 | 37 |
| Octal | 306 | 123 | 270 | 0 | 72 | 7 | 26 | 463 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10111000 | 0 | 111010 | 111 | 10110 | 100110011 | 110010 | 110111 |
Color Harmonies of #C653B8
Complementary color
Monochromatic Colors of #C653B8
Black with #C653B8
Text Example
Text Example
White with #C653B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653B8; }
p { color: rgb(198,83,184); }
H1.HeaderClassName
{
color: #C653B8;
}
.AnyTagClassName
{
color: #C653B8;
}
</style>
background-color css
<style>
a { background-color: #C653B8; }
a { background-color: rgb(198,83,184); }
div.DivClassName
{
background-color: #C653B8;
}
.BgClassName
{
background-color: #C653B8;
}
</style>
border-color css
<style>
span { border-color: #C653B8; }
span { border-color: rgb(198,83,184); }
td.TdClassName
{
border-color: #C653B8;
}
.TagClassName
{
border-color: #C653B8;
}
</style>