Shades of Fuchsia #C635AA
Tints of Fuchsia #C635AA
RGB
CMYK
RGB Variations
Color information
#C635AA (or 0xC635AA) is known color: Fuchsia. HEX triplet: C6, 35 and AA. RGB value is (198,53,170). Sum of RGB (Red+Green+Blue) = 198+53+170=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C635AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C635AA is #39CA55. Grayscale: #6D6D6D. Windows color (decimal): -3787350 or 11154886. OLE color: 11154886.
HSL color Cylindrical-coordinate representation of color #C635AA: hue angle of 311.59º 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 #C635AA is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 170 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.22 |
| HSL | 311.59º | 0.58% | 0.49% | - |
| HSV(B) | 311.59º | 0.73% | 0.78% | - |
| XYZ | 31.82 | 17.45 | 39.72 | - |
| YUV | 109.69 | 162.04 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 170 | 0 | 0.73 | 0.14 | 0.22 | 311.59 | 0.58 | 0.49 |
| Hex | C6 | 35 | AA | 0 | 49 | E | 16 | 138 | 3A | 31 |
| Octal | 306 | 65 | 252 | 0 | 111 | 16 | 26 | 470 | 72 | 61 |
| Binary | 11000110 | 110101 | 10101010 | 0 | 1001001 | 1110 | 10110 | 100111000 | 111010 | 110001 |
Color Harmonies of #C635AA
Complementary color
Monochromatic Colors of #C635AA
Black with #C635AA
Text Example
Text Example
White with #C635AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635AA; }
p { color: rgb(198,53,170); }
H1.HeaderClassName
{
color: #C635AA;
}
.AnyTagClassName
{
color: #C635AA;
}
</style>
background-color css
<style>
a { background-color: #C635AA; }
a { background-color: rgb(198,53,170); }
div.DivClassName
{
background-color: #C635AA;
}
.BgClassName
{
background-color: #C635AA;
}
</style>
border-color css
<style>
span { border-color: #C635AA; }
span { border-color: rgb(198,53,170); }
td.TdClassName
{
border-color: #C635AA;
}
.TagClassName
{
border-color: #C635AA;
}
</style>