Shades of Fuchsia #C653AC
Tints of Fuchsia #C653AC
RGB
CMYK
RGB Variations
Color information
#C653AC (or 0xC653AC) is known color: Fuchsia. HEX triplet: C6, 53 and AC. RGB value is (198,83,172). Sum of RGB (Red+Green+Blue) = 198+83+172=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C653AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C653AC is #39AC53. Grayscale: #7F7F7F. Windows color (decimal): -3779668 or 11293638. OLE color: 11293638.
HSL color Cylindrical-coordinate representation of color #C653AC: hue angle of 313.57º 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 #C653AC is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 172 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.22 |
| HSL | 313.57º | 0.5% | 0.55% | - |
| HSV(B) | 313.57º | 0.58% | 0.78% | - |
| XYZ | 33.83 | 21.17 | 41.33 | - |
| YUV | 127.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 172 | 0 | 0.58 | 0.13 | 0.22 | 313.57 | 0.5 | 0.55 |
| Hex | C6 | 53 | AC | 0 | 3A | D | 16 | 13A | 32 | 37 |
| Octal | 306 | 123 | 254 | 0 | 72 | 15 | 26 | 472 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10101100 | 0 | 111010 | 1101 | 10110 | 100111010 | 110010 | 110111 |
Color Harmonies of #C653AC
Complementary color
Monochromatic Colors of #C653AC
Black with #C653AC
Text Example
Text Example
White with #C653AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653AC; }
p { color: rgb(198,83,172); }
H1.HeaderClassName
{
color: #C653AC;
}
.AnyTagClassName
{
color: #C653AC;
}
</style>
background-color css
<style>
a { background-color: #C653AC; }
a { background-color: rgb(198,83,172); }
div.DivClassName
{
background-color: #C653AC;
}
.BgClassName
{
background-color: #C653AC;
}
</style>
border-color css
<style>
span { border-color: #C653AC; }
span { border-color: rgb(198,83,172); }
td.TdClassName
{
border-color: #C653AC;
}
.TagClassName
{
border-color: #C653AC;
}
</style>