Shades of Fuchsia #C532C6
Tints of Fuchsia #C532C6
RGB
CMYK
RGB Variations
Color information
#C532C6 (or 0xC532C6) is known color: Fuchsia. HEX triplet: C5, 32 and C6. RGB value is (197,50,198). Sum of RGB (Red+Green+Blue) = 197+50+198=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #C532C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532C6 is #3ACD39. Grayscale: #6E6E6E. Windows color (decimal): -3853626 or 12989125. OLE color: 12989125.
HSL color Cylindrical-coordinate representation of color #C532C6: hue angle of 299.59º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C532C6 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 50 | 198 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.22 |
| HSL | 299.59º | 0.6% | 0.49% | - |
| HSV(B) | 299.59º | 0.75% | 0.78% | - |
| XYZ | 34.36 | 18.23 | 55.13 | - |
| YUV | 110.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 198 | 0.01 | 0.75 | 0 | 0.22 | 299.59 | 0.6 | 0.49 |
| Hex | C5 | 32 | C6 | 1 | 4B | 0 | 16 | 12C | 3C | 31 |
| Octal | 305 | 62 | 306 | 1 | 113 | 0 | 26 | 454 | 74 | 61 |
| Binary | 11000101 | 110010 | 11000110 | 1 | 1001011 | 0 | 10110 | 100101100 | 111100 | 110001 |
Color Harmonies of #C532C6
Complementary color
Monochromatic Colors of #C532C6
Black with #C532C6
Text Example
Text Example
White with #C532C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532C6; }
p { color: rgb(197,50,198); }
H1.HeaderClassName
{
color: #C532C6;
}
.AnyTagClassName
{
color: #C532C6;
}
</style>
background-color css
<style>
a { background-color: #C532C6; }
a { background-color: rgb(197,50,198); }
div.DivClassName
{
background-color: #C532C6;
}
.BgClassName
{
background-color: #C532C6;
}
</style>
border-color css
<style>
span { border-color: #C532C6; }
span { border-color: rgb(197,50,198); }
td.TdClassName
{
border-color: #C532C6;
}
.TagClassName
{
border-color: #C532C6;
}
</style>