Shades of Fuchsia #C652AB
Tints of Fuchsia #C652AB
RGB
CMYK
RGB Variations
Color information
#C652AB (or 0xC652AB) is known color: Fuchsia. HEX triplet: C6, 52 and AB. RGB value is (198,82,171). Sum of RGB (Red+Green+Blue) = 198+82+171=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C652AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652AB is #39AD54. Grayscale: #7E7E7E. Windows color (decimal): -3779925 or 11227846. OLE color: 11227846.
HSL color Cylindrical-coordinate representation of color #C652AB: hue angle of 313.97º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C652AB is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 171 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.22 |
| HSL | 313.97º | 0.5% | 0.55% | - |
| HSV(B) | 313.97º | 0.59% | 0.78% | - |
| XYZ | 33.66 | 20.98 | 40.8 | - |
| YUV | 126.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 171 | 0 | 0.59 | 0.14 | 0.22 | 313.97 | 0.5 | 0.55 |
| Hex | C6 | 52 | AB | 0 | 3B | E | 16 | 13A | 32 | 37 |
| Octal | 306 | 122 | 253 | 0 | 73 | 16 | 26 | 472 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10101011 | 0 | 111011 | 1110 | 10110 | 100111010 | 110010 | 110111 |
Color Harmonies of #C652AB
Complementary color
Monochromatic Colors of #C652AB
Black with #C652AB
Text Example
Text Example
White with #C652AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652AB; }
p { color: rgb(198,82,171); }
H1.HeaderClassName
{
color: #C652AB;
}
.AnyTagClassName
{
color: #C652AB;
}
</style>
background-color css
<style>
a { background-color: #C652AB; }
a { background-color: rgb(198,82,171); }
div.DivClassName
{
background-color: #C652AB;
}
.BgClassName
{
background-color: #C652AB;
}
</style>
border-color css
<style>
span { border-color: #C652AB; }
span { border-color: rgb(198,82,171); }
td.TdClassName
{
border-color: #C652AB;
}
.TagClassName
{
border-color: #C652AB;
}
</style>