Shades of Fuchsia #C639AF
Tints of Fuchsia #C639AF
RGB
CMYK
RGB Variations
Color information
#C639AF (or 0xC639AF) is known color: Fuchsia. HEX triplet: C6, 39 and AF. RGB value is (198,57,175). Sum of RGB (Red+Green+Blue) = 198+57+175=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C639AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C639AF is #39C650. Grayscale: #707070. Windows color (decimal): -3786321 or 11483590. OLE color: 11483590.
HSL color Cylindrical-coordinate representation of color #C639AF: hue angle of 309.79º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C639AF is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 175 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.22 |
| HSL | 309.79º | 0.55% | 0.5% | - |
| HSV(B) | 309.79º | 0.71% | 0.78% | - |
| XYZ | 32.49 | 18.03 | 42.32 | - |
| YUV | 112.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 175 | 0 | 0.71 | 0.12 | 0.22 | 309.79 | 0.55 | 0.5 |
| Hex | C6 | 39 | AF | 0 | 47 | C | 16 | 136 | 37 | 32 |
| Octal | 306 | 71 | 257 | 0 | 107 | 14 | 26 | 466 | 67 | 62 |
| Binary | 11000110 | 111001 | 10101111 | 0 | 1000111 | 1100 | 10110 | 100110110 | 110111 | 110010 |
Color Harmonies of #C639AF
Complementary color
Monochromatic Colors of #C639AF
Black with #C639AF
Text Example
Text Example
White with #C639AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C639AF; }
p { color: rgb(198,57,175); }
H1.HeaderClassName
{
color: #C639AF;
}
.AnyTagClassName
{
color: #C639AF;
}
</style>
background-color css
<style>
a { background-color: #C639AF; }
a { background-color: rgb(198,57,175); }
div.DivClassName
{
background-color: #C639AF;
}
.BgClassName
{
background-color: #C639AF;
}
</style>
border-color css
<style>
span { border-color: #C639AF; }
span { border-color: rgb(198,57,175); }
td.TdClassName
{
border-color: #C639AF;
}
.TagClassName
{
border-color: #C639AF;
}
</style>