Shades of Fuchsia #C63ABD
Tints of Fuchsia #C63ABD
RGB
CMYK
RGB Variations
Color information
#C63ABD (or 0xC63ABD) is known color: Fuchsia. HEX triplet: C6, 3A and BD. RGB value is (198,58,189). Sum of RGB (Red+Green+Blue) = 198+58+189=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C63ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ABD is #39C542. Grayscale: #727272. Windows color (decimal): -3786051 or 12401350. OLE color: 12401350.
HSL color Cylindrical-coordinate representation of color #C63ABD: hue angle of 303.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 #C63ABD is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 189 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.22 |
| HSL | 303.86º | 0.55% | 0.5% | - |
| HSV(B) | 303.86º | 0.71% | 0.78% | - |
| XYZ | 33.99 | 18.71 | 49.96 | - |
| YUV | 114.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 189 | 0 | 0.71 | 0.05 | 0.22 | 303.86 | 0.55 | 0.5 |
| Hex | C6 | 3A | BD | 0 | 47 | 5 | 16 | 130 | 37 | 32 |
| Octal | 306 | 72 | 275 | 0 | 107 | 5 | 26 | 460 | 67 | 62 |
| Binary | 11000110 | 111010 | 10111101 | 0 | 1000111 | 101 | 10110 | 100110000 | 110111 | 110010 |
Color Harmonies of #C63ABD
Complementary color
Monochromatic Colors of #C63ABD
Black with #C63ABD
Text Example
Text Example
White with #C63ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ABD; }
p { color: rgb(198,58,189); }
H1.HeaderClassName
{
color: #C63ABD;
}
.AnyTagClassName
{
color: #C63ABD;
}
</style>
background-color css
<style>
a { background-color: #C63ABD; }
a { background-color: rgb(198,58,189); }
div.DivClassName
{
background-color: #C63ABD;
}
.BgClassName
{
background-color: #C63ABD;
}
</style>
border-color css
<style>
span { border-color: #C63ABD; }
span { border-color: rgb(198,58,189); }
td.TdClassName
{
border-color: #C63ABD;
}
.TagClassName
{
border-color: #C63ABD;
}
</style>