Shades of Fuchsia #C635BE
Tints of Fuchsia #C635BE
RGB
CMYK
RGB Variations
Color information
#C635BE (or 0xC635BE) is known color: Fuchsia. HEX triplet: C6, 35 and BE. RGB value is (198,53,190). Sum of RGB (Red+Green+Blue) = 198+53+190=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C635BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635BE is #39CA41. Grayscale: #6F6F6F. Windows color (decimal): -3787330 or 12465606. OLE color: 12465606.
HSL color Cylindrical-coordinate representation of color #C635BE: hue angle of 303.31º 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 #C635BE is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 190 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.22 |
| HSL | 303.31º | 0.58% | 0.49% | - |
| HSV(B) | 303.31º | 0.73% | 0.78% | - |
| XYZ | 33.86 | 18.27 | 50.46 | - |
| YUV | 111.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 190 | 0 | 0.73 | 0.04 | 0.22 | 303.31 | 0.58 | 0.49 |
| Hex | C6 | 35 | BE | 0 | 49 | 4 | 16 | 12F | 3A | 31 |
| Octal | 306 | 65 | 276 | 0 | 111 | 4 | 26 | 457 | 72 | 61 |
| Binary | 11000110 | 110101 | 10111110 | 0 | 1001001 | 100 | 10110 | 100101111 | 111010 | 110001 |
Color Harmonies of #C635BE
Complementary color
Monochromatic Colors of #C635BE
Black with #C635BE
Text Example
Text Example
White with #C635BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635BE; }
p { color: rgb(198,53,190); }
H1.HeaderClassName
{
color: #C635BE;
}
.AnyTagClassName
{
color: #C635BE;
}
</style>
background-color css
<style>
a { background-color: #C635BE; }
a { background-color: rgb(198,53,190); }
div.DivClassName
{
background-color: #C635BE;
}
.BgClassName
{
background-color: #C635BE;
}
</style>
border-color css
<style>
span { border-color: #C635BE; }
span { border-color: rgb(198,53,190); }
td.TdClassName
{
border-color: #C635BE;
}
.TagClassName
{
border-color: #C635BE;
}
</style>