Shades of Fuchsia #C630AC
Tints of Fuchsia #C630AC
RGB
CMYK
RGB Variations
Color information
#C630AC (or 0xC630AC) is known color: Fuchsia. HEX triplet: C6, 30 and AC. RGB value is (198,48,172). Sum of RGB (Red+Green+Blue) = 198+48+172=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C630AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C630AC is #39CF53. Grayscale: #6A6A6A. Windows color (decimal): -3788628 or 11284678. OLE color: 11284678.
HSL color Cylindrical-coordinate representation of color #C630AC: hue angle of 310.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630AC is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 172 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.22 |
| HSL | 310.4º | 0.61% | 0.48% | - |
| HSV(B) | 310.4º | 0.76% | 0.78% | - |
| XYZ | 31.79 | 17.1 | 40.65 | - |
| YUV | 106.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 172 | 0 | 0.76 | 0.13 | 0.22 | 310.4 | 0.61 | 0.48 |
| Hex | C6 | 30 | AC | 0 | 4C | D | 16 | 136 | 3D | 30 |
| Octal | 306 | 60 | 254 | 0 | 114 | 15 | 26 | 466 | 75 | 60 |
| Binary | 11000110 | 110000 | 10101100 | 0 | 1001100 | 1101 | 10110 | 100110110 | 111101 | 110000 |
Color Harmonies of #C630AC
Complementary color
Monochromatic Colors of #C630AC
Black with #C630AC
Text Example
Text Example
White with #C630AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630AC; }
p { color: rgb(198,48,172); }
H1.HeaderClassName
{
color: #C630AC;
}
.AnyTagClassName
{
color: #C630AC;
}
</style>
background-color css
<style>
a { background-color: #C630AC; }
a { background-color: rgb(198,48,172); }
div.DivClassName
{
background-color: #C630AC;
}
.BgClassName
{
background-color: #C630AC;
}
</style>
border-color css
<style>
span { border-color: #C630AC; }
span { border-color: rgb(198,48,172); }
td.TdClassName
{
border-color: #C630AC;
}
.TagClassName
{
border-color: #C630AC;
}
</style>