Shades of Fuchsia #C63ABE
Tints of Fuchsia #C63ABE
RGB
CMYK
RGB Variations
Color information
#C63ABE (or 0xC63ABE) is known color: Fuchsia. HEX triplet: C6, 3A and BE. RGB value is (198,58,190). Sum of RGB (Red+Green+Blue) = 198+58+190=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C63ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ABE is #39C541. Grayscale: #727272. Windows color (decimal): -3786050 or 12466886. OLE color: 12466886.
HSL color Cylindrical-coordinate representation of color #C63ABE: hue angle of 303.43º 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 #C63ABE is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 190 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.22 |
| HSL | 303.43º | 0.55% | 0.5% | - |
| HSV(B) | 303.43º | 0.71% | 0.78% | - |
| XYZ | 34.1 | 18.75 | 50.54 | - |
| YUV | 114.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 190 | 0 | 0.71 | 0.04 | 0.22 | 303.43 | 0.55 | 0.5 |
| Hex | C6 | 3A | BE | 0 | 47 | 4 | 16 | 12F | 37 | 32 |
| Octal | 306 | 72 | 276 | 0 | 107 | 4 | 26 | 457 | 67 | 62 |
| Binary | 11000110 | 111010 | 10111110 | 0 | 1000111 | 100 | 10110 | 100101111 | 110111 | 110010 |
Color Harmonies of #C63ABE
Complementary color
Monochromatic Colors of #C63ABE
Black with #C63ABE
Text Example
Text Example
White with #C63ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ABE; }
p { color: rgb(198,58,190); }
H1.HeaderClassName
{
color: #C63ABE;
}
.AnyTagClassName
{
color: #C63ABE;
}
</style>
background-color css
<style>
a { background-color: #C63ABE; }
a { background-color: rgb(198,58,190); }
div.DivClassName
{
background-color: #C63ABE;
}
.BgClassName
{
background-color: #C63ABE;
}
</style>
border-color css
<style>
span { border-color: #C63ABE; }
span { border-color: rgb(198,58,190); }
td.TdClassName
{
border-color: #C63ABE;
}
.TagClassName
{
border-color: #C63ABE;
}
</style>