Shades of Fuchsia #C534C0
Tints of Fuchsia #C534C0
RGB
CMYK
RGB Variations
Color information
#C534C0 (or 0xC534C0) is known color: Fuchsia. HEX triplet: C5, 34 and C0. RGB value is (197,52,192). Sum of RGB (Red+Green+Blue) = 197+52+192=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C534C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534C0 is #3ACB3F. Grayscale: #6E6E6E. Windows color (decimal): -3853120 or 12596421. OLE color: 12596421.
HSL color Cylindrical-coordinate representation of color #C534C0: hue angle of 302.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534C0 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 192 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.23 |
| HSL | 302.07º | 0.58% | 0.49% | - |
| HSV(B) | 302.07º | 0.74% | 0.77% | - |
| XYZ | 33.77 | 18.13 | 51.59 | - |
| YUV | 111.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 192 | 0 | 0.74 | 0.03 | 0.23 | 302.07 | 0.58 | 0.49 |
| Hex | C5 | 34 | C0 | 0 | 4A | 3 | 17 | 12E | 3A | 31 |
| Octal | 305 | 64 | 300 | 0 | 112 | 3 | 27 | 456 | 72 | 61 |
| Binary | 11000101 | 110100 | 11000000 | 0 | 1001010 | 11 | 10111 | 100101110 | 111010 | 110001 |
Color Harmonies of #C534C0
Complementary color
Monochromatic Colors of #C534C0
Black with #C534C0
Text Example
Text Example
White with #C534C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534C0; }
p { color: rgb(197,52,192); }
H1.HeaderClassName
{
color: #C534C0;
}
.AnyTagClassName
{
color: #C534C0;
}
</style>
background-color css
<style>
a { background-color: #C534C0; }
a { background-color: rgb(197,52,192); }
div.DivClassName
{
background-color: #C534C0;
}
.BgClassName
{
background-color: #C534C0;
}
</style>
border-color css
<style>
span { border-color: #C534C0; }
span { border-color: rgb(197,52,192); }
td.TdClassName
{
border-color: #C534C0;
}
.TagClassName
{
border-color: #C534C0;
}
</style>