Shades of Fuchsia #C63AB9
Tints of Fuchsia #C63AB9
RGB
CMYK
RGB Variations
Color information
#C63AB9 (or 0xC63AB9) is known color: Fuchsia. HEX triplet: C6, 3A and B9. RGB value is (198,58,185). Sum of RGB (Red+Green+Blue) = 198+58+185=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AB9 is #39C546. Grayscale: #717171. Windows color (decimal): -3786055 or 12139206. OLE color: 12139206.
HSL color Cylindrical-coordinate representation of color #C63AB9: hue angle of 305.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63AB9 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 185 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.22 |
| HSL | 305.57º | 0.55% | 0.5% | - |
| HSV(B) | 305.57º | 0.71% | 0.78% | - |
| XYZ | 33.56 | 18.53 | 47.71 | - |
| YUV | 114.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 185 | 0 | 0.71 | 0.07 | 0.22 | 305.57 | 0.55 | 0.5 |
| Hex | C6 | 3A | B9 | 0 | 47 | 7 | 16 | 132 | 37 | 32 |
| Octal | 306 | 72 | 271 | 0 | 107 | 7 | 26 | 462 | 67 | 62 |
| Binary | 11000110 | 111010 | 10111001 | 0 | 1000111 | 111 | 10110 | 100110010 | 110111 | 110010 |
Color Harmonies of #C63AB9
Complementary color
Monochromatic Colors of #C63AB9
Black with #C63AB9
Text Example
Text Example
White with #C63AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AB9; }
p { color: rgb(198,58,185); }
H1.HeaderClassName
{
color: #C63AB9;
}
.AnyTagClassName
{
color: #C63AB9;
}
</style>
background-color css
<style>
a { background-color: #C63AB9; }
a { background-color: rgb(198,58,185); }
div.DivClassName
{
background-color: #C63AB9;
}
.BgClassName
{
background-color: #C63AB9;
}
</style>
border-color css
<style>
span { border-color: #C63AB9; }
span { border-color: rgb(198,58,185); }
td.TdClassName
{
border-color: #C63AB9;
}
.TagClassName
{
border-color: #C63AB9;
}
</style>