Shades of Fuchsia #C535D0
Tints of Fuchsia #C535D0
RGB
CMYK
RGB Variations
Color information
#C535D0 (or 0xC535D0) is known color: Fuchsia. HEX triplet: C5, 35 and D0. RGB value is (197,53,208). Sum of RGB (Red+Green+Blue) = 197+53+208=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #C535D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535D0 is #3ACA2F. Grayscale: #717171. Windows color (decimal): -3852848 or 13645253. OLE color: 13645253.
HSL color Cylindrical-coordinate representation of color #C535D0: hue angle of 295.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C535D0 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 53 | 208 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.18 |
| HSL | 295.74º | 0.62% | 0.51% | - |
| HSV(B) | 295.74º | 0.75% | 0.82% | - |
| XYZ | 35.68 | 18.97 | 61.46 | - |
| YUV | 113.73 | 181.21 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 208 | 0.05 | 0.75 | 0 | 0.18 | 295.74 | 0.62 | 0.51 |
| Hex | C5 | 35 | D0 | 5 | 4B | 0 | 12 | 128 | 3E | 33 |
| Octal | 305 | 65 | 320 | 5 | 113 | 0 | 22 | 450 | 76 | 63 |
| Binary | 11000101 | 110101 | 11010000 | 101 | 1001011 | 0 | 10010 | 100101000 | 111110 | 110011 |
Color Harmonies of #C535D0
Complementary color
Monochromatic Colors of #C535D0
Black with #C535D0
Text Example
Text Example
White with #C535D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535D0; }
p { color: rgb(197,53,208); }
H1.HeaderClassName
{
color: #C535D0;
}
.AnyTagClassName
{
color: #C535D0;
}
</style>
background-color css
<style>
a { background-color: #C535D0; }
a { background-color: rgb(197,53,208); }
div.DivClassName
{
background-color: #C535D0;
}
.BgClassName
{
background-color: #C535D0;
}
</style>
border-color css
<style>
span { border-color: #C535D0; }
span { border-color: rgb(197,53,208); }
td.TdClassName
{
border-color: #C535D0;
}
.TagClassName
{
border-color: #C535D0;
}
</style>