Shades of Fuchsia #C63AAB
Tints of Fuchsia #C63AAB
RGB
CMYK
RGB Variations
Color information
#C63AAB (or 0xC63AAB) is known color: Fuchsia. HEX triplet: C6, 3A and AB. RGB value is (198,58,171). Sum of RGB (Red+Green+Blue) = 198+58+171=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63AAB is #39C554. Grayscale: #707070. Windows color (decimal): -3786069 or 11221702. OLE color: 11221702.
HSL color Cylindrical-coordinate representation of color #C63AAB: hue angle of 311.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 #C63AAB is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 171 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.22 |
| HSL | 311.57º | 0.55% | 0.5% | - |
| HSV(B) | 311.57º | 0.71% | 0.78% | - |
| XYZ | 32.15 | 17.97 | 40.3 | - |
| YUV | 112.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 171 | 0 | 0.71 | 0.14 | 0.22 | 311.57 | 0.55 | 0.5 |
| Hex | C6 | 3A | AB | 0 | 47 | E | 16 | 138 | 37 | 32 |
| Octal | 306 | 72 | 253 | 0 | 107 | 16 | 26 | 470 | 67 | 62 |
| Binary | 11000110 | 111010 | 10101011 | 0 | 1000111 | 1110 | 10110 | 100111000 | 110111 | 110010 |
Color Harmonies of #C63AAB
Complementary color
Monochromatic Colors of #C63AAB
Black with #C63AAB
Text Example
Text Example
White with #C63AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AAB; }
p { color: rgb(198,58,171); }
H1.HeaderClassName
{
color: #C63AAB;
}
.AnyTagClassName
{
color: #C63AAB;
}
</style>
background-color css
<style>
a { background-color: #C63AAB; }
a { background-color: rgb(198,58,171); }
div.DivClassName
{
background-color: #C63AAB;
}
.BgClassName
{
background-color: #C63AAB;
}
</style>
border-color css
<style>
span { border-color: #C63AAB; }
span { border-color: rgb(198,58,171); }
td.TdClassName
{
border-color: #C63AAB;
}
.TagClassName
{
border-color: #C63AAB;
}
</style>