Shades of Fuchsia #C531C3
Tints of Fuchsia #C531C3
RGB
CMYK
RGB Variations
Color information
#C531C3 (or 0xC531C3) is known color: Fuchsia. HEX triplet: C5, 31 and C3. RGB value is (197,49,195). Sum of RGB (Red+Green+Blue) = 197+49+195=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C531C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531C3 is #3ACE3C. Grayscale: #6D6D6D. Windows color (decimal): -3853885 or 12792261. OLE color: 12792261.
HSL color Cylindrical-coordinate representation of color #C531C3: hue angle of 300.81º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C531C3 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 195 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.23 |
| HSL | 300.81º | 0.6% | 0.48% | - |
| HSV(B) | 300.81º | 0.75% | 0.77% | - |
| XYZ | 33.97 | 18.01 | 53.31 | - |
| YUV | 109.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 195 | 0 | 0.75 | 0.01 | 0.23 | 300.81 | 0.6 | 0.48 |
| Hex | C5 | 31 | C3 | 0 | 4B | 1 | 17 | 12D | 3C | 30 |
| Octal | 305 | 61 | 303 | 0 | 113 | 1 | 27 | 455 | 74 | 60 |
| Binary | 11000101 | 110001 | 11000011 | 0 | 1001011 | 1 | 10111 | 100101101 | 111100 | 110000 |
Color Harmonies of #C531C3
Complementary color
Monochromatic Colors of #C531C3
Black with #C531C3
Text Example
Text Example
White with #C531C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531C3; }
p { color: rgb(197,49,195); }
H1.HeaderClassName
{
color: #C531C3;
}
.AnyTagClassName
{
color: #C531C3;
}
</style>
background-color css
<style>
a { background-color: #C531C3; }
a { background-color: rgb(197,49,195); }
div.DivClassName
{
background-color: #C531C3;
}
.BgClassName
{
background-color: #C531C3;
}
</style>
border-color css
<style>
span { border-color: #C531C3; }
span { border-color: rgb(197,49,195); }
td.TdClassName
{
border-color: #C531C3;
}
.TagClassName
{
border-color: #C531C3;
}
</style>