Shades of Fuchsia #C635B4
Tints of Fuchsia #C635B4
RGB
CMYK
RGB Variations
Color information
#C635B4 (or 0xC635B4) is known color: Fuchsia. HEX triplet: C6, 35 and B4. RGB value is (198,53,180). Sum of RGB (Red+Green+Blue) = 198+53+180=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C635B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635B4 is #39CA4B. Grayscale: #6E6E6E. Windows color (decimal): -3787340 or 11810246. OLE color: 11810246.
HSL color Cylindrical-coordinate representation of color #C635B4: hue angle of 307.45º 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 #C635B4 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 180 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.22 |
| HSL | 307.45º | 0.58% | 0.49% | - |
| HSV(B) | 307.45º | 0.73% | 0.78% | - |
| XYZ | 32.8 | 17.85 | 44.9 | - |
| YUV | 110.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 180 | 0 | 0.73 | 0.09 | 0.22 | 307.45 | 0.58 | 0.49 |
| Hex | C6 | 35 | B4 | 0 | 49 | 9 | 16 | 133 | 3A | 31 |
| Octal | 306 | 65 | 264 | 0 | 111 | 11 | 26 | 463 | 72 | 61 |
| Binary | 11000110 | 110101 | 10110100 | 0 | 1001001 | 1001 | 10110 | 100110011 | 111010 | 110001 |
Color Harmonies of #C635B4
Complementary color
Monochromatic Colors of #C635B4
Black with #C635B4
Text Example
Text Example
White with #C635B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635B4; }
p { color: rgb(198,53,180); }
H1.HeaderClassName
{
color: #C635B4;
}
.AnyTagClassName
{
color: #C635B4;
}
</style>
background-color css
<style>
a { background-color: #C635B4; }
a { background-color: rgb(198,53,180); }
div.DivClassName
{
background-color: #C635B4;
}
.BgClassName
{
background-color: #C635B4;
}
</style>
border-color css
<style>
span { border-color: #C635B4; }
span { border-color: rgb(198,53,180); }
td.TdClassName
{
border-color: #C635B4;
}
.TagClassName
{
border-color: #C635B4;
}
</style>