Shades of Fuchsia #C534B6
Tints of Fuchsia #C534B6
RGB
CMYK
RGB Variations
Color information
#C534B6 (or 0xC534B6) is known color: Fuchsia. HEX triplet: C5, 34 and B6. RGB value is (197,52,182). Sum of RGB (Red+Green+Blue) = 197+52+182=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C534B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534B6 is #3ACB49. Grayscale: #6D6D6D. Windows color (decimal): -3853130 or 11941061. OLE color: 11941061.
HSL color Cylindrical-coordinate representation of color #C534B6: hue angle of 306.21º 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 #C534B6 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 182 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.23 |
| HSL | 306.21º | 0.58% | 0.49% | - |
| HSV(B) | 306.21º | 0.74% | 0.77% | - |
| XYZ | 32.7 | 17.7 | 45.95 | - |
| YUV | 110.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 182 | 0 | 0.74 | 0.08 | 0.23 | 306.21 | 0.58 | 0.49 |
| Hex | C5 | 34 | B6 | 0 | 4A | 8 | 17 | 132 | 3A | 31 |
| Octal | 305 | 64 | 266 | 0 | 112 | 10 | 27 | 462 | 72 | 61 |
| Binary | 11000101 | 110100 | 10110110 | 0 | 1001010 | 1000 | 10111 | 100110010 | 111010 | 110001 |
Color Harmonies of #C534B6
Complementary color
Monochromatic Colors of #C534B6
Black with #C534B6
Text Example
Text Example
White with #C534B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534B6; }
p { color: rgb(197,52,182); }
H1.HeaderClassName
{
color: #C534B6;
}
.AnyTagClassName
{
color: #C534B6;
}
</style>
background-color css
<style>
a { background-color: #C534B6; }
a { background-color: rgb(197,52,182); }
div.DivClassName
{
background-color: #C534B6;
}
.BgClassName
{
background-color: #C534B6;
}
</style>
border-color css
<style>
span { border-color: #C534B6; }
span { border-color: rgb(197,52,182); }
td.TdClassName
{
border-color: #C534B6;
}
.TagClassName
{
border-color: #C534B6;
}
</style>