Shades of Fuchsia #C530CE
Tints of Fuchsia #C530CE
RGB
CMYK
RGB Variations
Color information
#C530CE (or 0xC530CE) is known color: Fuchsia. HEX triplet: C5, 30 and CE. RGB value is (197,48,206). Sum of RGB (Red+Green+Blue) = 197+48+206=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #C530CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530CE is #3ACF31. Grayscale: #6E6E6E. Windows color (decimal): -3854130 or 13512901. OLE color: 13512901.
HSL color Cylindrical-coordinate representation of color #C530CE: hue angle of 296.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C530CE is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 48 | 206 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.19 |
| HSL | 296.58º | 0.62% | 0.5% | - |
| HSV(B) | 296.58º | 0.77% | 0.81% | - |
| XYZ | 35.22 | 18.44 | 60.1 | - |
| YUV | 110.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 206 | 0.04 | 0.77 | 0 | 0.19 | 296.58 | 0.62 | 0.5 |
| Hex | C5 | 30 | CE | 4 | 4D | 0 | 13 | 129 | 3E | 32 |
| Octal | 305 | 60 | 316 | 4 | 115 | 0 | 23 | 451 | 76 | 62 |
| Binary | 11000101 | 110000 | 11001110 | 100 | 1001101 | 0 | 10011 | 100101001 | 111110 | 110010 |
Color Harmonies of #C530CE
Complementary color
Monochromatic Colors of #C530CE
Black with #C530CE
Text Example
Text Example
White with #C530CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530CE; }
p { color: rgb(197,48,206); }
H1.HeaderClassName
{
color: #C530CE;
}
.AnyTagClassName
{
color: #C530CE;
}
</style>
background-color css
<style>
a { background-color: #C530CE; }
a { background-color: rgb(197,48,206); }
div.DivClassName
{
background-color: #C530CE;
}
.BgClassName
{
background-color: #C530CE;
}
</style>
border-color css
<style>
span { border-color: #C530CE; }
span { border-color: rgb(197,48,206); }
td.TdClassName
{
border-color: #C530CE;
}
.TagClassName
{
border-color: #C530CE;
}
</style>