Shades of Fuchsia #C535BC
Tints of Fuchsia #C535BC
RGB
CMYK
RGB Variations
Color information
#C535BC (or 0xC535BC) is known color: Fuchsia. HEX triplet: C5, 35 and BC. RGB value is (197,53,188). Sum of RGB (Red+Green+Blue) = 197+53+188=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C535BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535BC is #3ACA43. Grayscale: #6F6F6F. Windows color (decimal): -3852868 or 12334533. OLE color: 12334533.
HSL color Cylindrical-coordinate representation of color #C535BC: hue angle of 303.75º 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 #C535BC is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 188 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.23 |
| HSL | 303.75º | 0.58% | 0.49% | - |
| HSV(B) | 303.75º | 0.73% | 0.77% | - |
| XYZ | 33.38 | 18.05 | 49.3 | - |
| YUV | 111.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 188 | 0 | 0.73 | 0.05 | 0.23 | 303.75 | 0.58 | 0.49 |
| Hex | C5 | 35 | BC | 0 | 49 | 5 | 17 | 130 | 3A | 31 |
| Octal | 305 | 65 | 274 | 0 | 111 | 5 | 27 | 460 | 72 | 61 |
| Binary | 11000101 | 110101 | 10111100 | 0 | 1001001 | 101 | 10111 | 100110000 | 111010 | 110001 |
Color Harmonies of #C535BC
Complementary color
Monochromatic Colors of #C535BC
Black with #C535BC
Text Example
Text Example
White with #C535BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535BC; }
p { color: rgb(197,53,188); }
H1.HeaderClassName
{
color: #C535BC;
}
.AnyTagClassName
{
color: #C535BC;
}
</style>
background-color css
<style>
a { background-color: #C535BC; }
a { background-color: rgb(197,53,188); }
div.DivClassName
{
background-color: #C535BC;
}
.BgClassName
{
background-color: #C535BC;
}
</style>
border-color css
<style>
span { border-color: #C535BC; }
span { border-color: rgb(197,53,188); }
td.TdClassName
{
border-color: #C535BC;
}
.TagClassName
{
border-color: #C535BC;
}
</style>