Shades of Fuchsia #C63CBF
Tints of Fuchsia #C63CBF
RGB
CMYK
RGB Variations
Color information
#C63CBF (or 0xC63CBF) is known color: Fuchsia. HEX triplet: C6, 3C and BF. RGB value is (198,60,191). Sum of RGB (Red+Green+Blue) = 198+60+191=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CBF is #39C340. Grayscale: #737373. Windows color (decimal): -3785537 or 12532934. OLE color: 12532934.
HSL color Cylindrical-coordinate representation of color #C63CBF: hue angle of 303.04º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CBF is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 191 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.22 |
| HSL | 303.04º | 0.55% | 0.51% | - |
| HSV(B) | 303.04º | 0.7% | 0.78% | - |
| XYZ | 34.31 | 19 | 51.15 | - |
| YUV | 116.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 191 | 0 | 0.70 | 0.04 | 0.22 | 303.04 | 0.55 | 0.51 |
| Hex | C6 | 3C | BF | 0 | 46 | 4 | 16 | 12F | 37 | 33 |
| Octal | 306 | 74 | 277 | 0 | 106 | 4 | 26 | 457 | 67 | 63 |
| Binary | 11000110 | 111100 | 10111111 | 0 | 1000110 | 100 | 10110 | 100101111 | 110111 | 110011 |
Color Harmonies of #C63CBF
Complementary color
Monochromatic Colors of #C63CBF
Black with #C63CBF
Text Example
Text Example
White with #C63CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CBF; }
p { color: rgb(198,60,191); }
H1.HeaderClassName
{
color: #C63CBF;
}
.AnyTagClassName
{
color: #C63CBF;
}
</style>
background-color css
<style>
a { background-color: #C63CBF; }
a { background-color: rgb(198,60,191); }
div.DivClassName
{
background-color: #C63CBF;
}
.BgClassName
{
background-color: #C63CBF;
}
</style>
border-color css
<style>
span { border-color: #C63CBF; }
span { border-color: rgb(198,60,191); }
td.TdClassName
{
border-color: #C63CBF;
}
.TagClassName
{
border-color: #C63CBF;
}
</style>