Shades of Fuchsia #C635B7
Tints of Fuchsia #C635B7
RGB
CMYK
RGB Variations
Color information
#C635B7 (or 0xC635B7) is known color: Fuchsia. HEX triplet: C6, 35 and B7. RGB value is (198,53,183). Sum of RGB (Red+Green+Blue) = 198+53+183=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C635B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635B7 is #39CA48. Grayscale: #6E6E6E. Windows color (decimal): -3787337 or 12006854. OLE color: 12006854.
HSL color Cylindrical-coordinate representation of color #C635B7: hue angle of 306.21º 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 #C635B7 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 183 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.22 |
| HSL | 306.21º | 0.58% | 0.49% | - |
| HSV(B) | 306.21º | 0.73% | 0.78% | - |
| XYZ | 33.11 | 17.97 | 46.52 | - |
| YUV | 111.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 183 | 0 | 0.73 | 0.08 | 0.22 | 306.21 | 0.58 | 0.49 |
| Hex | C6 | 35 | B7 | 0 | 49 | 8 | 16 | 132 | 3A | 31 |
| Octal | 306 | 65 | 267 | 0 | 111 | 10 | 26 | 462 | 72 | 61 |
| Binary | 11000110 | 110101 | 10110111 | 0 | 1001001 | 1000 | 10110 | 100110010 | 111010 | 110001 |
Color Harmonies of #C635B7
Complementary color
Monochromatic Colors of #C635B7
Black with #C635B7
Text Example
Text Example
White with #C635B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635B7; }
p { color: rgb(198,53,183); }
H1.HeaderClassName
{
color: #C635B7;
}
.AnyTagClassName
{
color: #C635B7;
}
</style>
background-color css
<style>
a { background-color: #C635B7; }
a { background-color: rgb(198,53,183); }
div.DivClassName
{
background-color: #C635B7;
}
.BgClassName
{
background-color: #C635B7;
}
</style>
border-color css
<style>
span { border-color: #C635B7; }
span { border-color: rgb(198,53,183); }
td.TdClassName
{
border-color: #C635B7;
}
.TagClassName
{
border-color: #C635B7;
}
</style>