Shades of Fuchsia #C63AB0
Tints of Fuchsia #C63AB0
RGB
CMYK
RGB Variations
Color information
#C63AB0 (or 0xC63AB0) is known color: Fuchsia. HEX triplet: C6, 3A and B0. RGB value is (198,58,176). Sum of RGB (Red+Green+Blue) = 198+58+176=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63AB0 is #39C54F. Grayscale: #707070. Windows color (decimal): -3786064 or 11549382. OLE color: 11549382.
HSL color Cylindrical-coordinate representation of color #C63AB0: hue angle of 309.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 #C63AB0 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 176 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.22 |
| HSL | 309.43º | 0.55% | 0.5% | - |
| HSV(B) | 309.43º | 0.71% | 0.78% | - |
| XYZ | 32.64 | 18.17 | 42.86 | - |
| YUV | 113.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 176 | 0 | 0.71 | 0.11 | 0.22 | 309.43 | 0.55 | 0.5 |
| Hex | C6 | 3A | B0 | 0 | 47 | B | 16 | 135 | 37 | 32 |
| Octal | 306 | 72 | 260 | 0 | 107 | 13 | 26 | 465 | 67 | 62 |
| Binary | 11000110 | 111010 | 10110000 | 0 | 1000111 | 1011 | 10110 | 100110101 | 110111 | 110010 |
Color Harmonies of #C63AB0
Complementary color
Monochromatic Colors of #C63AB0
Black with #C63AB0
Text Example
Text Example
White with #C63AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AB0; }
p { color: rgb(198,58,176); }
H1.HeaderClassName
{
color: #C63AB0;
}
.AnyTagClassName
{
color: #C63AB0;
}
</style>
background-color css
<style>
a { background-color: #C63AB0; }
a { background-color: rgb(198,58,176); }
div.DivClassName
{
background-color: #C63AB0;
}
.BgClassName
{
background-color: #C63AB0;
}
</style>
border-color css
<style>
span { border-color: #C63AB0; }
span { border-color: rgb(198,58,176); }
td.TdClassName
{
border-color: #C63AB0;
}
.TagClassName
{
border-color: #C63AB0;
}
</style>