Shades of Fuchsia #C540CE
Tints of Fuchsia #C540CE
RGB
CMYK
RGB Variations
Color information
#C540CE (or 0xC540CE) is known color: Fuchsia. HEX triplet: C5, 40 and CE. RGB value is (197,64,206). Sum of RGB (Red+Green+Blue) = 197+64+206=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C540CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540CE is #3ABF31. Grayscale: #777777. Windows color (decimal): -3850034 or 13516997. OLE color: 13516997.
HSL color Cylindrical-coordinate representation of color #C540CE: hue angle of 296.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C540CE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 64 | 206 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.19 |
| HSL | 296.2º | 0.59% | 0.53% | - |
| HSV(B) | 296.2º | 0.69% | 0.81% | - |
| XYZ | 36 | 19.99 | 60.35 | - |
| YUV | 119.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 206 | 0.04 | 0.69 | 0 | 0.19 | 296.2 | 0.59 | 0.53 |
| Hex | C5 | 40 | CE | 4 | 45 | 0 | 13 | 128 | 3B | 35 |
| Octal | 305 | 100 | 316 | 4 | 105 | 0 | 23 | 450 | 73 | 65 |
| Binary | 11000101 | 1000000 | 11001110 | 100 | 1000101 | 0 | 10011 | 100101000 | 111011 | 110101 |
Color Harmonies of #C540CE
Complementary color
Monochromatic Colors of #C540CE
Black with #C540CE
Text Example
Text Example
White with #C540CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540CE; }
p { color: rgb(197,64,206); }
H1.HeaderClassName
{
color: #C540CE;
}
.AnyTagClassName
{
color: #C540CE;
}
</style>
background-color css
<style>
a { background-color: #C540CE; }
a { background-color: rgb(197,64,206); }
div.DivClassName
{
background-color: #C540CE;
}
.BgClassName
{
background-color: #C540CE;
}
</style>
border-color css
<style>
span { border-color: #C540CE; }
span { border-color: rgb(197,64,206); }
td.TdClassName
{
border-color: #C540CE;
}
.TagClassName
{
border-color: #C540CE;
}
</style>