Shades of Fuchsia #C63AB1
Tints of Fuchsia #C63AB1
RGB
CMYK
RGB Variations
Color information
#C63AB1 (or 0xC63AB1) is known color: Fuchsia. HEX triplet: C6, 3A and B1. RGB value is (198,58,177). Sum of RGB (Red+Green+Blue) = 198+58+177=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63AB1 is #39C54E. Grayscale: #717171. Windows color (decimal): -3786063 or 11614918. OLE color: 11614918.
HSL color Cylindrical-coordinate representation of color #C63AB1: hue angle of 309º 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 #C63AB1 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 177 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.22 |
| HSL | 309º | 0.55% | 0.5% | - |
| HSV(B) | 309º | 0.71% | 0.78% | - |
| XYZ | 32.74 | 18.21 | 43.38 | - |
| YUV | 113.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 177 | 0 | 0.71 | 0.11 | 0.22 | 309 | 0.55 | 0.5 |
| Hex | C6 | 3A | B1 | 0 | 47 | B | 16 | 135 | 37 | 32 |
| Octal | 306 | 72 | 261 | 0 | 107 | 13 | 26 | 465 | 67 | 62 |
| Binary | 11000110 | 111010 | 10110001 | 0 | 1000111 | 1011 | 10110 | 100110101 | 110111 | 110010 |
Color Harmonies of #C63AB1
Complementary color
Monochromatic Colors of #C63AB1
Black with #C63AB1
Text Example
Text Example
White with #C63AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AB1; }
p { color: rgb(198,58,177); }
H1.HeaderClassName
{
color: #C63AB1;
}
.AnyTagClassName
{
color: #C63AB1;
}
</style>
background-color css
<style>
a { background-color: #C63AB1; }
a { background-color: rgb(198,58,177); }
div.DivClassName
{
background-color: #C63AB1;
}
.BgClassName
{
background-color: #C63AB1;
}
</style>
border-color css
<style>
span { border-color: #C63AB1; }
span { border-color: rgb(198,58,177); }
td.TdClassName
{
border-color: #C63AB1;
}
.TagClassName
{
border-color: #C63AB1;
}
</style>