Shades of Fuchsia #C63AB3
Tints of Fuchsia #C63AB3
RGB
CMYK
RGB Variations
Color information
#C63AB3 (or 0xC63AB3) is known color: Fuchsia. HEX triplet: C6, 3A and B3. RGB value is (198,58,179). Sum of RGB (Red+Green+Blue) = 198+58+179=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AB3 is #39C54C. Grayscale: #717171. Windows color (decimal): -3786061 or 11745990. OLE color: 11745990.
HSL color Cylindrical-coordinate representation of color #C63AB3: hue angle of 308.14º 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 #C63AB3 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 179 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.22 |
| HSL | 308.14º | 0.55% | 0.5% | - |
| HSV(B) | 308.14º | 0.71% | 0.78% | - |
| XYZ | 32.94 | 18.29 | 44.44 | - |
| YUV | 113.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 179 | 0 | 0.71 | 0.10 | 0.22 | 308.14 | 0.55 | 0.5 |
| Hex | C6 | 3A | B3 | 0 | 47 | A | 16 | 134 | 37 | 32 |
| Octal | 306 | 72 | 263 | 0 | 107 | 12 | 26 | 464 | 67 | 62 |
| Binary | 11000110 | 111010 | 10110011 | 0 | 1000111 | 1010 | 10110 | 100110100 | 110111 | 110010 |
Color Harmonies of #C63AB3
Complementary color
Monochromatic Colors of #C63AB3
Black with #C63AB3
Text Example
Text Example
White with #C63AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AB3; }
p { color: rgb(198,58,179); }
H1.HeaderClassName
{
color: #C63AB3;
}
.AnyTagClassName
{
color: #C63AB3;
}
</style>
background-color css
<style>
a { background-color: #C63AB3; }
a { background-color: rgb(198,58,179); }
div.DivClassName
{
background-color: #C63AB3;
}
.BgClassName
{
background-color: #C63AB3;
}
</style>
border-color css
<style>
span { border-color: #C63AB3; }
span { border-color: rgb(198,58,179); }
td.TdClassName
{
border-color: #C63AB3;
}
.TagClassName
{
border-color: #C63AB3;
}
</style>