Shades of Fuchsia #C635AF
Tints of Fuchsia #C635AF
RGB
CMYK
RGB Variations
Color information
#C635AF (or 0xC635AF) is known color: Fuchsia. HEX triplet: C6, 35 and AF. RGB value is (198,53,175). Sum of RGB (Red+Green+Blue) = 198+53+175=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C635AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C635AF is #39CA50. Grayscale: #6D6D6D. Windows color (decimal): -3787345 or 11482566. OLE color: 11482566.
HSL color Cylindrical-coordinate representation of color #C635AF: hue angle of 309.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C635AF is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 175 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.22 |
| HSL | 309.52º | 0.58% | 0.49% | - |
| HSV(B) | 309.52º | 0.73% | 0.78% | - |
| XYZ | 32.3 | 17.65 | 42.26 | - |
| YUV | 110.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 175 | 0 | 0.73 | 0.12 | 0.22 | 309.52 | 0.58 | 0.49 |
| Hex | C6 | 35 | AF | 0 | 49 | C | 16 | 136 | 3A | 31 |
| Octal | 306 | 65 | 257 | 0 | 111 | 14 | 26 | 466 | 72 | 61 |
| Binary | 11000110 | 110101 | 10101111 | 0 | 1001001 | 1100 | 10110 | 100110110 | 111010 | 110001 |
Color Harmonies of #C635AF
Complementary color
Monochromatic Colors of #C635AF
Black with #C635AF
Text Example
Text Example
White with #C635AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635AF; }
p { color: rgb(198,53,175); }
H1.HeaderClassName
{
color: #C635AF;
}
.AnyTagClassName
{
color: #C635AF;
}
</style>
background-color css
<style>
a { background-color: #C635AF; }
a { background-color: rgb(198,53,175); }
div.DivClassName
{
background-color: #C635AF;
}
.BgClassName
{
background-color: #C635AF;
}
</style>
border-color css
<style>
span { border-color: #C635AF; }
span { border-color: rgb(198,53,175); }
td.TdClassName
{
border-color: #C635AF;
}
.TagClassName
{
border-color: #C635AF;
}
</style>