Shades of Fuchsia #C652AC
Tints of Fuchsia #C652AC
RGB
CMYK
RGB Variations
Color information
#C652AC (or 0xC652AC) is known color: Fuchsia. HEX triplet: C6, 52 and AC. RGB value is (198,82,172). Sum of RGB (Red+Green+Blue) = 198+82+172=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C652AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652AC is #39AD53. Grayscale: #7E7E7E. Windows color (decimal): -3779924 or 11293382. OLE color: 11293382.
HSL color Cylindrical-coordinate representation of color #C652AC: hue angle of 313.45º 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 #C652AC is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 172 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.22 |
| HSL | 313.45º | 0.5% | 0.55% | - |
| HSV(B) | 313.45º | 0.59% | 0.78% | - |
| XYZ | 33.75 | 21.02 | 41.31 | - |
| YUV | 126.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 172 | 0 | 0.59 | 0.13 | 0.22 | 313.45 | 0.5 | 0.55 |
| Hex | C6 | 52 | AC | 0 | 3B | D | 16 | 139 | 32 | 37 |
| Octal | 306 | 122 | 254 | 0 | 73 | 15 | 26 | 471 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10101100 | 0 | 111011 | 1101 | 10110 | 100111001 | 110010 | 110111 |
Color Harmonies of #C652AC
Complementary color
Monochromatic Colors of #C652AC
Black with #C652AC
Text Example
Text Example
White with #C652AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652AC; }
p { color: rgb(198,82,172); }
H1.HeaderClassName
{
color: #C652AC;
}
.AnyTagClassName
{
color: #C652AC;
}
</style>
background-color css
<style>
a { background-color: #C652AC; }
a { background-color: rgb(198,82,172); }
div.DivClassName
{
background-color: #C652AC;
}
.BgClassName
{
background-color: #C652AC;
}
</style>
border-color css
<style>
span { border-color: #C652AC; }
span { border-color: rgb(198,82,172); }
td.TdClassName
{
border-color: #C652AC;
}
.TagClassName
{
border-color: #C652AC;
}
</style>