Shades of Fuchsia #C530C8
Tints of Fuchsia #C530C8
RGB
CMYK
RGB Variations
Color information
#C530C8 (or 0xC530C8) is known color: Fuchsia. HEX triplet: C5, 30 and C8. RGB value is (197,48,200). Sum of RGB (Red+Green+Blue) = 197+48+200=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #C530C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530C8 is #3ACF37. Grayscale: #6D6D6D. Windows color (decimal): -3854136 or 13119685. OLE color: 13119685.
HSL color Cylindrical-coordinate representation of color #C530C8: hue angle of 298.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C530C8 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 48 | 200 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.22 |
| HSL | 298.82º | 0.61% | 0.49% | - |
| HSV(B) | 298.82º | 0.76% | 0.78% | - |
| XYZ | 34.51 | 18.15 | 56.33 | - |
| YUV | 109.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 200 | 0.02 | 0.76 | 0 | 0.22 | 298.82 | 0.61 | 0.49 |
| Hex | C5 | 30 | C8 | 2 | 4C | 0 | 16 | 12B | 3D | 31 |
| Octal | 305 | 60 | 310 | 2 | 114 | 0 | 26 | 453 | 75 | 61 |
| Binary | 11000101 | 110000 | 11001000 | 10 | 1001100 | 0 | 10110 | 100101011 | 111101 | 110001 |
Color Harmonies of #C530C8
Complementary color
Monochromatic Colors of #C530C8
Black with #C530C8
Text Example
Text Example
White with #C530C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530C8; }
p { color: rgb(197,48,200); }
H1.HeaderClassName
{
color: #C530C8;
}
.AnyTagClassName
{
color: #C530C8;
}
</style>
background-color css
<style>
a { background-color: #C530C8; }
a { background-color: rgb(197,48,200); }
div.DivClassName
{
background-color: #C530C8;
}
.BgClassName
{
background-color: #C530C8;
}
</style>
border-color css
<style>
span { border-color: #C530C8; }
span { border-color: rgb(197,48,200); }
td.TdClassName
{
border-color: #C530C8;
}
.TagClassName
{
border-color: #C530C8;
}
</style>