Shades of Fuchsia #C535CC
Tints of Fuchsia #C535CC
RGB
CMYK
RGB Variations
Color information
#C535CC (or 0xC535CC) is known color: Fuchsia. HEX triplet: C5, 35 and CC. RGB value is (197,53,204). Sum of RGB (Red+Green+Blue) = 197+53+204=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #C535CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535CC is #3ACA33. Grayscale: #707070. Windows color (decimal): -3852852 or 13383109. OLE color: 13383109.
HSL color Cylindrical-coordinate representation of color #C535CC: hue angle of 297.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C535CC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 53 | 204 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.2 |
| HSL | 297.22º | 0.6% | 0.5% | - |
| HSV(B) | 297.22º | 0.74% | 0.8% | - |
| XYZ | 35.2 | 18.78 | 58.9 | - |
| YUV | 113.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 204 | 0.03 | 0.74 | 0 | 0.2 | 297.22 | 0.6 | 0.5 |
| Hex | C5 | 35 | CC | 3 | 4A | 0 | 14 | 129 | 3C | 32 |
| Octal | 305 | 65 | 314 | 3 | 112 | 0 | 24 | 451 | 74 | 62 |
| Binary | 11000101 | 110101 | 11001100 | 11 | 1001010 | 0 | 10100 | 100101001 | 111100 | 110010 |
Color Harmonies of #C535CC
Complementary color
Monochromatic Colors of #C535CC
Black with #C535CC
Text Example
Text Example
White with #C535CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535CC; }
p { color: rgb(197,53,204); }
H1.HeaderClassName
{
color: #C535CC;
}
.AnyTagClassName
{
color: #C535CC;
}
</style>
background-color css
<style>
a { background-color: #C535CC; }
a { background-color: rgb(197,53,204); }
div.DivClassName
{
background-color: #C535CC;
}
.BgClassName
{
background-color: #C535CC;
}
</style>
border-color css
<style>
span { border-color: #C535CC; }
span { border-color: rgb(197,53,204); }
td.TdClassName
{
border-color: #C535CC;
}
.TagClassName
{
border-color: #C535CC;
}
</style>