Shades of Fuchsia #C530BF
Tints of Fuchsia #C530BF
RGB
CMYK
RGB Variations
Color information
#C530BF (or 0xC530BF) is known color: Fuchsia. HEX triplet: C5, 30 and BF. RGB value is (197,48,191). Sum of RGB (Red+Green+Blue) = 197+48+191=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C530BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530BF is #3ACF40. Grayscale: #6C6C6C. Windows color (decimal): -3854145 or 12529861. OLE color: 12529861.
HSL color Cylindrical-coordinate representation of color #C530BF: hue angle of 302.42º 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 #C530BF is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 191 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.23 |
| HSL | 302.42º | 0.61% | 0.48% | - |
| HSV(B) | 302.42º | 0.76% | 0.77% | - |
| XYZ | 33.49 | 17.75 | 50.95 | - |
| YUV | 108.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 191 | 0 | 0.76 | 0.03 | 0.23 | 302.42 | 0.61 | 0.48 |
| Hex | C5 | 30 | BF | 0 | 4C | 3 | 17 | 12E | 3D | 30 |
| Octal | 305 | 60 | 277 | 0 | 114 | 3 | 27 | 456 | 75 | 60 |
| Binary | 11000101 | 110000 | 10111111 | 0 | 1001100 | 11 | 10111 | 100101110 | 111101 | 110000 |
Color Harmonies of #C530BF
Complementary color
Monochromatic Colors of #C530BF
Black with #C530BF
Text Example
Text Example
White with #C530BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530BF; }
p { color: rgb(197,48,191); }
H1.HeaderClassName
{
color: #C530BF;
}
.AnyTagClassName
{
color: #C530BF;
}
</style>
background-color css
<style>
a { background-color: #C530BF; }
a { background-color: rgb(197,48,191); }
div.DivClassName
{
background-color: #C530BF;
}
.BgClassName
{
background-color: #C530BF;
}
</style>
border-color css
<style>
span { border-color: #C530BF; }
span { border-color: rgb(197,48,191); }
td.TdClassName
{
border-color: #C530BF;
}
.TagClassName
{
border-color: #C530BF;
}
</style>