Shades of Fuchsia #C535BF
Tints of Fuchsia #C535BF
RGB
CMYK
RGB Variations
Color information
#C535BF (or 0xC535BF) is known color: Fuchsia. HEX triplet: C5, 35 and BF. RGB value is (197,53,191). Sum of RGB (Red+Green+Blue) = 197+53+191=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C535BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535BF is #3ACA40. Grayscale: #6F6F6F. Windows color (decimal): -3852865 or 12531141. OLE color: 12531141.
HSL color Cylindrical-coordinate representation of color #C535BF: hue angle of 302.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C535BF is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 191 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.23 |
| HSL | 302.5º | 0.58% | 0.49% | - |
| HSV(B) | 302.5º | 0.73% | 0.77% | - |
| XYZ | 33.7 | 18.18 | 51.02 | - |
| YUV | 111.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 191 | 0 | 0.73 | 0.03 | 0.23 | 302.5 | 0.58 | 0.49 |
| Hex | C5 | 35 | BF | 0 | 49 | 3 | 17 | 12E | 3A | 31 |
| Octal | 305 | 65 | 277 | 0 | 111 | 3 | 27 | 456 | 72 | 61 |
| Binary | 11000101 | 110101 | 10111111 | 0 | 1001001 | 11 | 10111 | 100101110 | 111010 | 110001 |
Color Harmonies of #C535BF
Complementary color
Monochromatic Colors of #C535BF
Black with #C535BF
Text Example
Text Example
White with #C535BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535BF; }
p { color: rgb(197,53,191); }
H1.HeaderClassName
{
color: #C535BF;
}
.AnyTagClassName
{
color: #C535BF;
}
</style>
background-color css
<style>
a { background-color: #C535BF; }
a { background-color: rgb(197,53,191); }
div.DivClassName
{
background-color: #C535BF;
}
.BgClassName
{
background-color: #C535BF;
}
</style>
border-color css
<style>
span { border-color: #C535BF; }
span { border-color: rgb(197,53,191); }
td.TdClassName
{
border-color: #C535BF;
}
.TagClassName
{
border-color: #C535BF;
}
</style>