Shades of Fuchsia #C63BA9
Tints of Fuchsia #C63BA9
RGB
CMYK
RGB Variations
Color information
#C63BA9 (or 0xC63BA9) is known color: Fuchsia. HEX triplet: C6, 3B and A9. RGB value is (198,59,169). Sum of RGB (Red+Green+Blue) = 198+59+169=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BA9 is #39C456. Grayscale: #707070. Windows color (decimal): -3785815 or 11090886. OLE color: 11090886.
HSL color Cylindrical-coordinate representation of color #C63BA9: hue angle of 312.52º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63BA9 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 169 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.22 |
| HSL | 312.52º | 0.55% | 0.5% | - |
| HSV(B) | 312.52º | 0.7% | 0.78% | - |
| XYZ | 32.01 | 18 | 39.32 | - |
| YUV | 113.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 169 | 0 | 0.70 | 0.15 | 0.22 | 312.52 | 0.55 | 0.5 |
| Hex | C6 | 3B | A9 | 0 | 46 | F | 16 | 139 | 37 | 32 |
| Octal | 306 | 73 | 251 | 0 | 106 | 17 | 26 | 471 | 67 | 62 |
| Binary | 11000110 | 111011 | 10101001 | 0 | 1000110 | 1111 | 10110 | 100111001 | 110111 | 110010 |
Color Harmonies of #C63BA9
Complementary color
Monochromatic Colors of #C63BA9
Black with #C63BA9
Text Example
Text Example
White with #C63BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BA9; }
p { color: rgb(198,59,169); }
H1.HeaderClassName
{
color: #C63BA9;
}
.AnyTagClassName
{
color: #C63BA9;
}
</style>
background-color css
<style>
a { background-color: #C63BA9; }
a { background-color: rgb(198,59,169); }
div.DivClassName
{
background-color: #C63BA9;
}
.BgClassName
{
background-color: #C63BA9;
}
</style>
border-color css
<style>
span { border-color: #C63BA9; }
span { border-color: rgb(198,59,169); }
td.TdClassName
{
border-color: #C63BA9;
}
.TagClassName
{
border-color: #C63BA9;
}
</style>