Shades of Fuchsia #C635BA
Tints of Fuchsia #C635BA
RGB
CMYK
RGB Variations
Color information
#C635BA (or 0xC635BA) is known color: Fuchsia. HEX triplet: C6, 35 and BA. RGB value is (198,53,186). Sum of RGB (Red+Green+Blue) = 198+53+186=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C635BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635BA is #39CA45. Grayscale: #6F6F6F. Windows color (decimal): -3787334 or 12203462. OLE color: 12203462.
HSL color Cylindrical-coordinate representation of color #C635BA: hue angle of 304.97º 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 #C635BA is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 186 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.22 |
| HSL | 304.97º | 0.58% | 0.49% | - |
| HSV(B) | 304.97º | 0.73% | 0.78% | - |
| XYZ | 33.42 | 18.1 | 48.19 | - |
| YUV | 111.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 186 | 0 | 0.73 | 0.06 | 0.22 | 304.97 | 0.58 | 0.49 |
| Hex | C6 | 35 | BA | 0 | 49 | 6 | 16 | 131 | 3A | 31 |
| Octal | 306 | 65 | 272 | 0 | 111 | 6 | 26 | 461 | 72 | 61 |
| Binary | 11000110 | 110101 | 10111010 | 0 | 1001001 | 110 | 10110 | 100110001 | 111010 | 110001 |
Color Harmonies of #C635BA
Complementary color
Monochromatic Colors of #C635BA
Black with #C635BA
Text Example
Text Example
White with #C635BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635BA; }
p { color: rgb(198,53,186); }
H1.HeaderClassName
{
color: #C635BA;
}
.AnyTagClassName
{
color: #C635BA;
}
</style>
background-color css
<style>
a { background-color: #C635BA; }
a { background-color: rgb(198,53,186); }
div.DivClassName
{
background-color: #C635BA;
}
.BgClassName
{
background-color: #C635BA;
}
</style>
border-color css
<style>
span { border-color: #C635BA; }
span { border-color: rgb(198,53,186); }
td.TdClassName
{
border-color: #C635BA;
}
.TagClassName
{
border-color: #C635BA;
}
</style>