Shades of Fuchsia #C63BAB
Tints of Fuchsia #C63BAB
RGB
CMYK
RGB Variations
Color information
#C63BAB (or 0xC63BAB) is known color: Fuchsia. HEX triplet: C6, 3B and AB. RGB value is (198,59,171). Sum of RGB (Red+Green+Blue) = 198+59+171=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BAB is #39C454. Grayscale: #717171. Windows color (decimal): -3785813 or 11221958. OLE color: 11221958.
HSL color Cylindrical-coordinate representation of color #C63BAB: hue angle of 311.65º 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 #C63BAB is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 171 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.22 |
| HSL | 311.65º | 0.55% | 0.5% | - |
| HSV(B) | 311.65º | 0.7% | 0.78% | - |
| XYZ | 32.2 | 18.07 | 40.32 | - |
| YUV | 113.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 171 | 0 | 0.70 | 0.14 | 0.22 | 311.65 | 0.55 | 0.5 |
| Hex | C6 | 3B | AB | 0 | 46 | E | 16 | 138 | 37 | 32 |
| Octal | 306 | 73 | 253 | 0 | 106 | 16 | 26 | 470 | 67 | 62 |
| Binary | 11000110 | 111011 | 10101011 | 0 | 1000110 | 1110 | 10110 | 100111000 | 110111 | 110010 |
Color Harmonies of #C63BAB
Complementary color
Monochromatic Colors of #C63BAB
Black with #C63BAB
Text Example
Text Example
White with #C63BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BAB; }
p { color: rgb(198,59,171); }
H1.HeaderClassName
{
color: #C63BAB;
}
.AnyTagClassName
{
color: #C63BAB;
}
</style>
background-color css
<style>
a { background-color: #C63BAB; }
a { background-color: rgb(198,59,171); }
div.DivClassName
{
background-color: #C63BAB;
}
.BgClassName
{
background-color: #C63BAB;
}
</style>
border-color css
<style>
span { border-color: #C63BAB; }
span { border-color: rgb(198,59,171); }
td.TdClassName
{
border-color: #C63BAB;
}
.TagClassName
{
border-color: #C63BAB;
}
</style>