Shades of Fuchsia #C534CD
Tints of Fuchsia #C534CD
RGB
CMYK
RGB Variations
Color information
#C534CD (or 0xC534CD) is known color: Fuchsia. HEX triplet: C5, 34 and CD. RGB value is (197,52,205). Sum of RGB (Red+Green+Blue) = 197+52+205=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #C534CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534CD is #3ACB32. Grayscale: #707070. Windows color (decimal): -3853107 or 13448389. OLE color: 13448389.
HSL color Cylindrical-coordinate representation of color #C534CD: hue angle of 296.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C534CD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 52 | 205 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.20 |
| HSL | 296.86º | 0.6% | 0.5% | - |
| HSV(B) | 296.86º | 0.75% | 0.8% | - |
| XYZ | 35.27 | 18.73 | 59.51 | - |
| YUV | 112.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 205 | 0.04 | 0.75 | 0 | 0.20 | 296.86 | 0.6 | 0.5 |
| Hex | C5 | 34 | CD | 4 | 4B | 0 | 14 | 129 | 3C | 32 |
| Octal | 305 | 64 | 315 | 4 | 113 | 0 | 24 | 451 | 74 | 62 |
| Binary | 11000101 | 110100 | 11001101 | 100 | 1001011 | 0 | 10100 | 100101001 | 111100 | 110010 |
Color Harmonies of #C534CD
Complementary color
Monochromatic Colors of #C534CD
Black with #C534CD
Text Example
Text Example
White with #C534CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534CD; }
p { color: rgb(197,52,205); }
H1.HeaderClassName
{
color: #C534CD;
}
.AnyTagClassName
{
color: #C534CD;
}
</style>
background-color css
<style>
a { background-color: #C534CD; }
a { background-color: rgb(197,52,205); }
div.DivClassName
{
background-color: #C534CD;
}
.BgClassName
{
background-color: #C534CD;
}
</style>
border-color css
<style>
span { border-color: #C534CD; }
span { border-color: rgb(197,52,205); }
td.TdClassName
{
border-color: #C534CD;
}
.TagClassName
{
border-color: #C534CD;
}
</style>