Shades of Fuchsia #C531CB
Tints of Fuchsia #C531CB
RGB
CMYK
RGB Variations
Color information
#C531CB (or 0xC531CB) is known color: Fuchsia. HEX triplet: C5, 31 and CB. RGB value is (197,49,203). Sum of RGB (Red+Green+Blue) = 197+49+203=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C531CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531CB is #3ACE34. Grayscale: #6E6E6E. Windows color (decimal): -3853877 or 13316549. OLE color: 13316549.
HSL color Cylindrical-coordinate representation of color #C531CB: hue angle of 297.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C531CB is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 49 | 203 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.20 |
| HSL | 297.66º | 0.61% | 0.49% | - |
| HSV(B) | 297.66º | 0.76% | 0.8% | - |
| XYZ | 34.9 | 18.38 | 58.21 | - |
| YUV | 110.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 203 | 0.03 | 0.76 | 0 | 0.20 | 297.66 | 0.61 | 0.49 |
| Hex | C5 | 31 | CB | 3 | 4C | 0 | 14 | 12A | 3D | 31 |
| Octal | 305 | 61 | 313 | 3 | 114 | 0 | 24 | 452 | 75 | 61 |
| Binary | 11000101 | 110001 | 11001011 | 11 | 1001100 | 0 | 10100 | 100101010 | 111101 | 110001 |
Color Harmonies of #C531CB
Complementary color
Monochromatic Colors of #C531CB
Black with #C531CB
Text Example
Text Example
White with #C531CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531CB; }
p { color: rgb(197,49,203); }
H1.HeaderClassName
{
color: #C531CB;
}
.AnyTagClassName
{
color: #C531CB;
}
</style>
background-color css
<style>
a { background-color: #C531CB; }
a { background-color: rgb(197,49,203); }
div.DivClassName
{
background-color: #C531CB;
}
.BgClassName
{
background-color: #C531CB;
}
</style>
border-color css
<style>
span { border-color: #C531CB; }
span { border-color: rgb(197,49,203); }
td.TdClassName
{
border-color: #C531CB;
}
.TagClassName
{
border-color: #C531CB;
}
</style>