Shades of Fuchsia #C535CF
Tints of Fuchsia #C535CF
RGB
CMYK
RGB Variations
Color information
#C535CF (or 0xC535CF) is known color: Fuchsia. HEX triplet: C5, 35 and CF. RGB value is (197,53,207). Sum of RGB (Red+Green+Blue) = 197+53+207=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #C535CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535CF is #3ACA30. Grayscale: #717171. Windows color (decimal): -3852849 or 13579717. OLE color: 13579717.
HSL color Cylindrical-coordinate representation of color #C535CF: hue angle of 296.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C535CF is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 53 | 207 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.19 |
| HSL | 296.1º | 0.62% | 0.51% | - |
| HSV(B) | 296.1º | 0.74% | 0.81% | - |
| XYZ | 35.56 | 18.92 | 60.81 | - |
| YUV | 113.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 207 | 0.05 | 0.74 | 0 | 0.19 | 296.1 | 0.62 | 0.51 |
| Hex | C5 | 35 | CF | 5 | 4A | 0 | 13 | 128 | 3E | 33 |
| Octal | 305 | 65 | 317 | 5 | 112 | 0 | 23 | 450 | 76 | 63 |
| Binary | 11000101 | 110101 | 11001111 | 101 | 1001010 | 0 | 10011 | 100101000 | 111110 | 110011 |
Color Harmonies of #C535CF
Complementary color
Monochromatic Colors of #C535CF
Black with #C535CF
Text Example
Text Example
White with #C535CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535CF; }
p { color: rgb(197,53,207); }
H1.HeaderClassName
{
color: #C535CF;
}
.AnyTagClassName
{
color: #C535CF;
}
</style>
background-color css
<style>
a { background-color: #C535CF; }
a { background-color: rgb(197,53,207); }
div.DivClassName
{
background-color: #C535CF;
}
.BgClassName
{
background-color: #C535CF;
}
</style>
border-color css
<style>
span { border-color: #C535CF; }
span { border-color: rgb(197,53,207); }
td.TdClassName
{
border-color: #C535CF;
}
.TagClassName
{
border-color: #C535CF;
}
</style>