Shades of Fuchsia #C534BD
Tints of Fuchsia #C534BD
RGB
CMYK
RGB Variations
Color information
#C534BD (or 0xC534BD) is known color: Fuchsia. HEX triplet: C5, 34 and BD. RGB value is (197,52,189). Sum of RGB (Red+Green+Blue) = 197+52+189=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C534BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534BD is #3ACB42. Grayscale: #6E6E6E. Windows color (decimal): -3853123 or 12399813. OLE color: 12399813.
HSL color Cylindrical-coordinate representation of color #C534BD: hue angle of 303.31º 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 #C534BD is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 189 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.23 |
| HSL | 303.31º | 0.58% | 0.49% | - |
| HSV(B) | 303.31º | 0.74% | 0.77% | - |
| XYZ | 33.44 | 18 | 49.86 | - |
| YUV | 110.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 189 | 0 | 0.74 | 0.04 | 0.23 | 303.31 | 0.58 | 0.49 |
| Hex | C5 | 34 | BD | 0 | 4A | 4 | 17 | 12F | 3A | 31 |
| Octal | 305 | 64 | 275 | 0 | 112 | 4 | 27 | 457 | 72 | 61 |
| Binary | 11000101 | 110100 | 10111101 | 0 | 1001010 | 100 | 10111 | 100101111 | 111010 | 110001 |
Color Harmonies of #C534BD
Complementary color
Monochromatic Colors of #C534BD
Black with #C534BD
Text Example
Text Example
White with #C534BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534BD; }
p { color: rgb(197,52,189); }
H1.HeaderClassName
{
color: #C534BD;
}
.AnyTagClassName
{
color: #C534BD;
}
</style>
background-color css
<style>
a { background-color: #C534BD; }
a { background-color: rgb(197,52,189); }
div.DivClassName
{
background-color: #C534BD;
}
.BgClassName
{
background-color: #C534BD;
}
</style>
border-color css
<style>
span { border-color: #C534BD; }
span { border-color: rgb(197,52,189); }
td.TdClassName
{
border-color: #C534BD;
}
.TagClassName
{
border-color: #C534BD;
}
</style>