Shades of Fuchsia #C63AB6
Tints of Fuchsia #C63AB6
RGB
CMYK
RGB Variations
Color information
#C63AB6 (or 0xC63AB6) is known color: Fuchsia. HEX triplet: C6, 3A and B6. RGB value is (198,58,182). Sum of RGB (Red+Green+Blue) = 198+58+182=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AB6 is #39C549. Grayscale: #717171. Windows color (decimal): -3786058 or 11942598. OLE color: 11942598.
HSL color Cylindrical-coordinate representation of color #C63AB6: hue angle of 306.86º 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 #C63AB6 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 182 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.22 |
| HSL | 306.86º | 0.55% | 0.5% | - |
| HSV(B) | 306.86º | 0.71% | 0.78% | - |
| XYZ | 33.25 | 18.41 | 46.06 | - |
| YUV | 114 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 182 | 0 | 0.71 | 0.08 | 0.22 | 306.86 | 0.55 | 0.5 |
| Hex | C6 | 3A | B6 | 0 | 47 | 8 | 16 | 133 | 37 | 32 |
| Octal | 306 | 72 | 266 | 0 | 107 | 10 | 26 | 463 | 67 | 62 |
| Binary | 11000110 | 111010 | 10110110 | 0 | 1000111 | 1000 | 10110 | 100110011 | 110111 | 110010 |
Color Harmonies of #C63AB6
Complementary color
Monochromatic Colors of #C63AB6
Black with #C63AB6
Text Example
Text Example
White with #C63AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AB6; }
p { color: rgb(198,58,182); }
H1.HeaderClassName
{
color: #C63AB6;
}
.AnyTagClassName
{
color: #C63AB6;
}
</style>
background-color css
<style>
a { background-color: #C63AB6; }
a { background-color: rgb(198,58,182); }
div.DivClassName
{
background-color: #C63AB6;
}
.BgClassName
{
background-color: #C63AB6;
}
</style>
border-color css
<style>
span { border-color: #C63AB6; }
span { border-color: rgb(198,58,182); }
td.TdClassName
{
border-color: #C63AB6;
}
.TagClassName
{
border-color: #C63AB6;
}
</style>