Shades of Fuchsia #C632AF
Tints of Fuchsia #C632AF
RGB
CMYK
RGB Variations
Color information
#C632AF (or 0xC632AF) is known color: Fuchsia. HEX triplet: C6, 32 and AF. RGB value is (198,50,175). Sum of RGB (Red+Green+Blue) = 198+50+175=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C632AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C632AF is #39CD50. Grayscale: #6C6C6C. Windows color (decimal): -3788113 or 11481798. OLE color: 11481798.
HSL color Cylindrical-coordinate representation of color #C632AF: hue angle of 309.32º 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 #C632AF is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 175 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.22 |
| HSL | 309.32º | 0.6% | 0.49% | - |
| HSV(B) | 309.32º | 0.75% | 0.78% | - |
| XYZ | 32.17 | 17.38 | 42.22 | - |
| YUV | 108.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 175 | 0 | 0.75 | 0.12 | 0.22 | 309.32 | 0.6 | 0.49 |
| Hex | C6 | 32 | AF | 0 | 4B | C | 16 | 135 | 3C | 31 |
| Octal | 306 | 62 | 257 | 0 | 113 | 14 | 26 | 465 | 74 | 61 |
| Binary | 11000110 | 110010 | 10101111 | 0 | 1001011 | 1100 | 10110 | 100110101 | 111100 | 110001 |
Color Harmonies of #C632AF
Complementary color
Monochromatic Colors of #C632AF
Black with #C632AF
Text Example
Text Example
White with #C632AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632AF; }
p { color: rgb(198,50,175); }
H1.HeaderClassName
{
color: #C632AF;
}
.AnyTagClassName
{
color: #C632AF;
}
</style>
background-color css
<style>
a { background-color: #C632AF; }
a { background-color: rgb(198,50,175); }
div.DivClassName
{
background-color: #C632AF;
}
.BgClassName
{
background-color: #C632AF;
}
</style>
border-color css
<style>
span { border-color: #C632AF; }
span { border-color: rgb(198,50,175); }
td.TdClassName
{
border-color: #C632AF;
}
.TagClassName
{
border-color: #C632AF;
}
</style>