Shades of Fuchsia #C530CF
Tints of Fuchsia #C530CF
RGB
CMYK
RGB Variations
Color information
#C530CF (or 0xC530CF) is known color: Fuchsia. HEX triplet: C5, 30 and CF. RGB value is (197,48,207). Sum of RGB (Red+Green+Blue) = 197+48+207=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #C530CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530CF is #3ACF30. Grayscale: #6E6E6E. Windows color (decimal): -3854129 or 13578437. OLE color: 13578437.
HSL color Cylindrical-coordinate representation of color #C530CF: hue angle of 296.23º 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 #C530CF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 48 | 207 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.19 |
| HSL | 296.23º | 0.62% | 0.5% | - |
| HSV(B) | 296.23º | 0.77% | 0.81% | - |
| XYZ | 35.35 | 18.49 | 60.74 | - |
| YUV | 110.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 207 | 0.05 | 0.77 | 0 | 0.19 | 296.23 | 0.62 | 0.5 |
| Hex | C5 | 30 | CF | 5 | 4D | 0 | 13 | 128 | 3E | 32 |
| Octal | 305 | 60 | 317 | 5 | 115 | 0 | 23 | 450 | 76 | 62 |
| Binary | 11000101 | 110000 | 11001111 | 101 | 1001101 | 0 | 10011 | 100101000 | 111110 | 110010 |
Color Harmonies of #C530CF
Complementary color
Monochromatic Colors of #C530CF
Black with #C530CF
Text Example
Text Example
White with #C530CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530CF; }
p { color: rgb(197,48,207); }
H1.HeaderClassName
{
color: #C530CF;
}
.AnyTagClassName
{
color: #C530CF;
}
</style>
background-color css
<style>
a { background-color: #C530CF; }
a { background-color: rgb(197,48,207); }
div.DivClassName
{
background-color: #C530CF;
}
.BgClassName
{
background-color: #C530CF;
}
</style>
border-color css
<style>
span { border-color: #C530CF; }
span { border-color: rgb(197,48,207); }
td.TdClassName
{
border-color: #C530CF;
}
.TagClassName
{
border-color: #C530CF;
}
</style>