Shades of Fuchsia #C534CF
Tints of Fuchsia #C534CF
RGB
CMYK
RGB Variations
Color information
#C534CF (or 0xC534CF) is known color: Fuchsia. HEX triplet: C5, 34 and CF. RGB value is (197,52,207). Sum of RGB (Red+Green+Blue) = 197+52+207=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #C534CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534CF is #3ACB30. Grayscale: #707070. Windows color (decimal): -3853105 or 13579461. OLE color: 13579461.
HSL color Cylindrical-coordinate representation of color #C534CF: hue angle of 296.13º degrees, saturation: 0.62, 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 #C534CF is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 52 | 207 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.19 |
| HSL | 296.13º | 0.62% | 0.51% | - |
| HSV(B) | 296.13º | 0.75% | 0.81% | - |
| XYZ | 35.52 | 18.83 | 60.79 | - |
| YUV | 113.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 207 | 0.05 | 0.75 | 0 | 0.19 | 296.13 | 0.62 | 0.51 |
| Hex | C5 | 34 | CF | 5 | 4B | 0 | 13 | 128 | 3E | 33 |
| Octal | 305 | 64 | 317 | 5 | 113 | 0 | 23 | 450 | 76 | 63 |
| Binary | 11000101 | 110100 | 11001111 | 101 | 1001011 | 0 | 10011 | 100101000 | 111110 | 110011 |
Color Harmonies of #C534CF
Complementary color
Monochromatic Colors of #C534CF
Black with #C534CF
Text Example
Text Example
White with #C534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534CF; }
p { color: rgb(197,52,207); }
H1.HeaderClassName
{
color: #C534CF;
}
.AnyTagClassName
{
color: #C534CF;
}
</style>
background-color css
<style>
a { background-color: #C534CF; }
a { background-color: rgb(197,52,207); }
div.DivClassName
{
background-color: #C534CF;
}
.BgClassName
{
background-color: #C534CF;
}
</style>
border-color css
<style>
span { border-color: #C534CF; }
span { border-color: rgb(197,52,207); }
td.TdClassName
{
border-color: #C534CF;
}
.TagClassName
{
border-color: #C534CF;
}
</style>