Shades of Fuchsia #C632AC
Tints of Fuchsia #C632AC
RGB
CMYK
RGB Variations
Color information
#C632AC (or 0xC632AC) is known color: Fuchsia. HEX triplet: C6, 32 and AC. RGB value is (198,50,172). Sum of RGB (Red+Green+Blue) = 198+50+172=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C632AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C632AC is #39CD53. Grayscale: #6B6B6B. Windows color (decimal): -3788116 or 11285190. OLE color: 11285190.
HSL color Cylindrical-coordinate representation of color #C632AC: hue angle of 310.54º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632AC is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 172 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.22 |
| HSL | 310.54º | 0.6% | 0.49% | - |
| HSV(B) | 310.54º | 0.75% | 0.78% | - |
| XYZ | 31.88 | 17.27 | 40.68 | - |
| YUV | 108.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 172 | 0 | 0.75 | 0.13 | 0.22 | 310.54 | 0.6 | 0.49 |
| Hex | C6 | 32 | AC | 0 | 4B | D | 16 | 137 | 3C | 31 |
| Octal | 306 | 62 | 254 | 0 | 113 | 15 | 26 | 467 | 74 | 61 |
| Binary | 11000110 | 110010 | 10101100 | 0 | 1001011 | 1101 | 10110 | 100110111 | 111100 | 110001 |
Color Harmonies of #C632AC
Complementary color
Monochromatic Colors of #C632AC
Black with #C632AC
Text Example
Text Example
White with #C632AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632AC; }
p { color: rgb(198,50,172); }
H1.HeaderClassName
{
color: #C632AC;
}
.AnyTagClassName
{
color: #C632AC;
}
</style>
background-color css
<style>
a { background-color: #C632AC; }
a { background-color: rgb(198,50,172); }
div.DivClassName
{
background-color: #C632AC;
}
.BgClassName
{
background-color: #C632AC;
}
</style>
border-color css
<style>
span { border-color: #C632AC; }
span { border-color: rgb(198,50,172); }
td.TdClassName
{
border-color: #C632AC;
}
.TagClassName
{
border-color: #C632AC;
}
</style>