Shades of Fuchsia #C530BE
Tints of Fuchsia #C530BE
RGB
CMYK
RGB Variations
Color information
#C530BE (or 0xC530BE) is known color: Fuchsia. HEX triplet: C5, 30 and BE. RGB value is (197,48,190). Sum of RGB (Red+Green+Blue) = 197+48+190=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C530BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530BE is #3ACF41. Grayscale: #6C6C6C. Windows color (decimal): -3854146 or 12464325. OLE color: 12464325.
HSL color Cylindrical-coordinate representation of color #C530BE: hue angle of 302.82º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C530BE is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 190 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.23 |
| HSL | 302.82º | 0.61% | 0.48% | - |
| HSV(B) | 302.82º | 0.76% | 0.77% | - |
| XYZ | 33.38 | 17.7 | 50.37 | - |
| YUV | 108.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 190 | 0 | 0.76 | 0.04 | 0.23 | 302.82 | 0.61 | 0.48 |
| Hex | C5 | 30 | BE | 0 | 4C | 4 | 17 | 12F | 3D | 30 |
| Octal | 305 | 60 | 276 | 0 | 114 | 4 | 27 | 457 | 75 | 60 |
| Binary | 11000101 | 110000 | 10111110 | 0 | 1001100 | 100 | 10111 | 100101111 | 111101 | 110000 |
Color Harmonies of #C530BE
Complementary color
Monochromatic Colors of #C530BE
Black with #C530BE
Text Example
Text Example
White with #C530BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530BE; }
p { color: rgb(197,48,190); }
H1.HeaderClassName
{
color: #C530BE;
}
.AnyTagClassName
{
color: #C530BE;
}
</style>
background-color css
<style>
a { background-color: #C530BE; }
a { background-color: rgb(197,48,190); }
div.DivClassName
{
background-color: #C530BE;
}
.BgClassName
{
background-color: #C530BE;
}
</style>
border-color css
<style>
span { border-color: #C530BE; }
span { border-color: rgb(197,48,190); }
td.TdClassName
{
border-color: #C530BE;
}
.TagClassName
{
border-color: #C530BE;
}
</style>