Shades of Fuchsia #C63FB9
Tints of Fuchsia #C63FB9
RGB
CMYK
RGB Variations
Color information
#C63FB9 (or 0xC63FB9) is known color: Fuchsia. HEX triplet: C6, 3F and B9. RGB value is (198,63,185). Sum of RGB (Red+Green+Blue) = 198+63+185=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FB9 is #39C046. Grayscale: #747474. Windows color (decimal): -3784775 or 12140486. OLE color: 12140486.
HSL color Cylindrical-coordinate representation of color #C63FB9: hue angle of 305.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63FB9 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 185 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.22 |
| HSL | 305.78º | 0.54% | 0.51% | - |
| HSV(B) | 305.78º | 0.68% | 0.78% | - |
| XYZ | 33.82 | 19.06 | 47.8 | - |
| YUV | 117.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 185 | 0 | 0.68 | 0.07 | 0.22 | 305.78 | 0.54 | 0.51 |
| Hex | C6 | 3F | B9 | 0 | 44 | 7 | 16 | 132 | 36 | 33 |
| Octal | 306 | 77 | 271 | 0 | 104 | 7 | 26 | 462 | 66 | 63 |
| Binary | 11000110 | 111111 | 10111001 | 0 | 1000100 | 111 | 10110 | 100110010 | 110110 | 110011 |
Color Harmonies of #C63FB9
Complementary color
Monochromatic Colors of #C63FB9
Black with #C63FB9
Text Example
Text Example
White with #C63FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FB9; }
p { color: rgb(198,63,185); }
H1.HeaderClassName
{
color: #C63FB9;
}
.AnyTagClassName
{
color: #C63FB9;
}
</style>
background-color css
<style>
a { background-color: #C63FB9; }
a { background-color: rgb(198,63,185); }
div.DivClassName
{
background-color: #C63FB9;
}
.BgClassName
{
background-color: #C63FB9;
}
</style>
border-color css
<style>
span { border-color: #C63FB9; }
span { border-color: rgb(198,63,185); }
td.TdClassName
{
border-color: #C63FB9;
}
.TagClassName
{
border-color: #C63FB9;
}
</style>