Shades of Fuchsia #C630AF
Tints of Fuchsia #C630AF
RGB
CMYK
RGB Variations
Color information
#C630AF (or 0xC630AF) is known color: Fuchsia. HEX triplet: C6, 30 and AF. RGB value is (198,48,175). Sum of RGB (Red+Green+Blue) = 198+48+175=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C630AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C630AF is #39CF50. Grayscale: #6A6A6A. Windows color (decimal): -3788625 or 11481286. OLE color: 11481286.
HSL color Cylindrical-coordinate representation of color #C630AF: hue angle of 309.2º 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 #C630AF is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 175 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.22 |
| HSL | 309.2º | 0.61% | 0.48% | - |
| HSV(B) | 309.2º | 0.76% | 0.78% | - |
| XYZ | 32.08 | 17.21 | 42.19 | - |
| YUV | 107.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 175 | 0 | 0.76 | 0.12 | 0.22 | 309.2 | 0.61 | 0.48 |
| Hex | C6 | 30 | AF | 0 | 4C | C | 16 | 135 | 3D | 30 |
| Octal | 306 | 60 | 257 | 0 | 114 | 14 | 26 | 465 | 75 | 60 |
| Binary | 11000110 | 110000 | 10101111 | 0 | 1001100 | 1100 | 10110 | 100110101 | 111101 | 110000 |
Color Harmonies of #C630AF
Complementary color
Monochromatic Colors of #C630AF
Black with #C630AF
Text Example
Text Example
White with #C630AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630AF; }
p { color: rgb(198,48,175); }
H1.HeaderClassName
{
color: #C630AF;
}
.AnyTagClassName
{
color: #C630AF;
}
</style>
background-color css
<style>
a { background-color: #C630AF; }
a { background-color: rgb(198,48,175); }
div.DivClassName
{
background-color: #C630AF;
}
.BgClassName
{
background-color: #C630AF;
}
</style>
border-color css
<style>
span { border-color: #C630AF; }
span { border-color: rgb(198,48,175); }
td.TdClassName
{
border-color: #C630AF;
}
.TagClassName
{
border-color: #C630AF;
}
</style>