Shades of Fuchsia #C653AB
Tints of Fuchsia #C653AB
RGB
CMYK
RGB Variations
Color information
#C653AB (or 0xC653AB) is known color: Fuchsia. HEX triplet: C6, 53 and AB. RGB value is (198,83,171). Sum of RGB (Red+Green+Blue) = 198+83+171=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C653AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C653AB is #39AC54. Grayscale: #7F7F7F. Windows color (decimal): -3779669 or 11228102. OLE color: 11228102.
HSL color Cylindrical-coordinate representation of color #C653AB: hue angle of 314.09º 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 #C653AB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 171 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.22 |
| HSL | 314.09º | 0.5% | 0.55% | - |
| HSV(B) | 314.09º | 0.58% | 0.78% | - |
| XYZ | 33.73 | 21.13 | 40.83 | - |
| YUV | 127.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 171 | 0 | 0.58 | 0.14 | 0.22 | 314.09 | 0.5 | 0.55 |
| Hex | C6 | 53 | AB | 0 | 3A | E | 16 | 13A | 32 | 37 |
| Octal | 306 | 123 | 253 | 0 | 72 | 16 | 26 | 472 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10101011 | 0 | 111010 | 1110 | 10110 | 100111010 | 110010 | 110111 |
Color Harmonies of #C653AB
Complementary color
Monochromatic Colors of #C653AB
Black with #C653AB
Text Example
Text Example
White with #C653AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653AB; }
p { color: rgb(198,83,171); }
H1.HeaderClassName
{
color: #C653AB;
}
.AnyTagClassName
{
color: #C653AB;
}
</style>
background-color css
<style>
a { background-color: #C653AB; }
a { background-color: rgb(198,83,171); }
div.DivClassName
{
background-color: #C653AB;
}
.BgClassName
{
background-color: #C653AB;
}
</style>
border-color css
<style>
span { border-color: #C653AB; }
span { border-color: rgb(198,83,171); }
td.TdClassName
{
border-color: #C653AB;
}
.TagClassName
{
border-color: #C653AB;
}
</style>