Shades of Fuchsia #C635AD
Tints of Fuchsia #C635AD
RGB
CMYK
RGB Variations
Color information
#C635AD (or 0xC635AD) is known color: Fuchsia. HEX triplet: C6, 35 and AD. RGB value is (198,53,173). Sum of RGB (Red+Green+Blue) = 198+53+173=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C635AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C635AD is #39CA52. Grayscale: #6D6D6D. Windows color (decimal): -3787347 or 11351494. OLE color: 11351494.
HSL color Cylindrical-coordinate representation of color #C635AD: hue angle of 310.34º 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 #C635AD is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 173 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.22 |
| HSL | 310.34º | 0.58% | 0.49% | - |
| HSV(B) | 310.34º | 0.73% | 0.78% | - |
| XYZ | 32.1 | 17.57 | 41.23 | - |
| YUV | 110.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 173 | 0 | 0.73 | 0.13 | 0.22 | 310.34 | 0.58 | 0.49 |
| Hex | C6 | 35 | AD | 0 | 49 | D | 16 | 136 | 3A | 31 |
| Octal | 306 | 65 | 255 | 0 | 111 | 15 | 26 | 466 | 72 | 61 |
| Binary | 11000110 | 110101 | 10101101 | 0 | 1001001 | 1101 | 10110 | 100110110 | 111010 | 110001 |
Color Harmonies of #C635AD
Complementary color
Monochromatic Colors of #C635AD
Black with #C635AD
Text Example
Text Example
White with #C635AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635AD; }
p { color: rgb(198,53,173); }
H1.HeaderClassName
{
color: #C635AD;
}
.AnyTagClassName
{
color: #C635AD;
}
</style>
background-color css
<style>
a { background-color: #C635AD; }
a { background-color: rgb(198,53,173); }
div.DivClassName
{
background-color: #C635AD;
}
.BgClassName
{
background-color: #C635AD;
}
</style>
border-color css
<style>
span { border-color: #C635AD; }
span { border-color: rgb(198,53,173); }
td.TdClassName
{
border-color: #C635AD;
}
.TagClassName
{
border-color: #C635AD;
}
</style>