Shades of Fuchsia #C630BF
Tints of Fuchsia #C630BF
RGB
CMYK
RGB Variations
Color information
#C630BF (or 0xC630BF) is known color: Fuchsia. HEX triplet: C6, 30 and BF. RGB value is (198,48,191). Sum of RGB (Red+Green+Blue) = 198+48+191=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C630BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630BF is #39CF40. Grayscale: #6C6C6C. Windows color (decimal): -3788609 or 12529862. OLE color: 12529862.
HSL color Cylindrical-coordinate representation of color #C630BF: hue angle of 302.8º 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 #C630BF is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 191 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.22 |
| HSL | 302.8º | 0.61% | 0.48% | - |
| HSV(B) | 302.8º | 0.76% | 0.78% | - |
| XYZ | 33.75 | 17.88 | 50.96 | - |
| YUV | 109.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 191 | 0 | 0.76 | 0.04 | 0.22 | 302.8 | 0.61 | 0.48 |
| Hex | C6 | 30 | BF | 0 | 4C | 4 | 16 | 12F | 3D | 30 |
| Octal | 306 | 60 | 277 | 0 | 114 | 4 | 26 | 457 | 75 | 60 |
| Binary | 11000110 | 110000 | 10111111 | 0 | 1001100 | 100 | 10110 | 100101111 | 111101 | 110000 |
Color Harmonies of #C630BF
Complementary color
Monochromatic Colors of #C630BF
Black with #C630BF
Text Example
Text Example
White with #C630BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630BF; }
p { color: rgb(198,48,191); }
H1.HeaderClassName
{
color: #C630BF;
}
.AnyTagClassName
{
color: #C630BF;
}
</style>
background-color css
<style>
a { background-color: #C630BF; }
a { background-color: rgb(198,48,191); }
div.DivClassName
{
background-color: #C630BF;
}
.BgClassName
{
background-color: #C630BF;
}
</style>
border-color css
<style>
span { border-color: #C630BF; }
span { border-color: rgb(198,48,191); }
td.TdClassName
{
border-color: #C630BF;
}
.TagClassName
{
border-color: #C630BF;
}
</style>