Shades of Fuchsia #C534CE
Tints of Fuchsia #C534CE
RGB
CMYK
RGB Variations
Color information
#C534CE (or 0xC534CE) is known color: Fuchsia. HEX triplet: C5, 34 and CE. RGB value is (197,52,206). Sum of RGB (Red+Green+Blue) = 197+52+206=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #C534CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534CE is #3ACB31. Grayscale: #707070. Windows color (decimal): -3853106 or 13513925. OLE color: 13513925.
HSL color Cylindrical-coordinate representation of color #C534CE: hue angle of 296.49º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C534CE is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 52 | 206 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.19 |
| HSL | 296.49º | 0.61% | 0.51% | - |
| HSV(B) | 296.49º | 0.75% | 0.81% | - |
| XYZ | 35.39 | 18.78 | 60.15 | - |
| YUV | 112.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 206 | 0.04 | 0.75 | 0 | 0.19 | 296.49 | 0.61 | 0.51 |
| Hex | C5 | 34 | CE | 4 | 4B | 0 | 13 | 128 | 3D | 33 |
| Octal | 305 | 64 | 316 | 4 | 113 | 0 | 23 | 450 | 75 | 63 |
| Binary | 11000101 | 110100 | 11001110 | 100 | 1001011 | 0 | 10011 | 100101000 | 111101 | 110011 |
Color Harmonies of #C534CE
Complementary color
Monochromatic Colors of #C534CE
Black with #C534CE
Text Example
Text Example
White with #C534CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534CE; }
p { color: rgb(197,52,206); }
H1.HeaderClassName
{
color: #C534CE;
}
.AnyTagClassName
{
color: #C534CE;
}
</style>
background-color css
<style>
a { background-color: #C534CE; }
a { background-color: rgb(197,52,206); }
div.DivClassName
{
background-color: #C534CE;
}
.BgClassName
{
background-color: #C534CE;
}
</style>
border-color css
<style>
span { border-color: #C534CE; }
span { border-color: rgb(197,52,206); }
td.TdClassName
{
border-color: #C534CE;
}
.TagClassName
{
border-color: #C534CE;
}
</style>