Shades of Fuchsia #C534BC
Tints of Fuchsia #C534BC
RGB
CMYK
RGB Variations
Color information
#C534BC (or 0xC534BC) is known color: Fuchsia. HEX triplet: C5, 34 and BC. RGB value is (197,52,188). Sum of RGB (Red+Green+Blue) = 197+52+188=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C534BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534BC is #3ACB43. Grayscale: #6E6E6E. Windows color (decimal): -3853124 or 12334277. OLE color: 12334277.
HSL color Cylindrical-coordinate representation of color #C534BC: hue angle of 303.72º 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 #C534BC is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 188 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.23 |
| HSL | 303.72º | 0.58% | 0.49% | - |
| HSV(B) | 303.72º | 0.74% | 0.77% | - |
| XYZ | 33.33 | 17.96 | 49.29 | - |
| YUV | 110.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 188 | 0 | 0.74 | 0.05 | 0.23 | 303.72 | 0.58 | 0.49 |
| Hex | C5 | 34 | BC | 0 | 4A | 5 | 17 | 130 | 3A | 31 |
| Octal | 305 | 64 | 274 | 0 | 112 | 5 | 27 | 460 | 72 | 61 |
| Binary | 11000101 | 110100 | 10111100 | 0 | 1001010 | 101 | 10111 | 100110000 | 111010 | 110001 |
Color Harmonies of #C534BC
Complementary color
Monochromatic Colors of #C534BC
Black with #C534BC
Text Example
Text Example
White with #C534BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534BC; }
p { color: rgb(197,52,188); }
H1.HeaderClassName
{
color: #C534BC;
}
.AnyTagClassName
{
color: #C534BC;
}
</style>
background-color css
<style>
a { background-color: #C534BC; }
a { background-color: rgb(197,52,188); }
div.DivClassName
{
background-color: #C534BC;
}
.BgClassName
{
background-color: #C534BC;
}
</style>
border-color css
<style>
span { border-color: #C534BC; }
span { border-color: rgb(197,52,188); }
td.TdClassName
{
border-color: #C534BC;
}
.TagClassName
{
border-color: #C534BC;
}
</style>