Shades of Fuchsia #C63FBB
Tints of Fuchsia #C63FBB
RGB
CMYK
RGB Variations
Color information
#C63FBB (or 0xC63FBB) is known color: Fuchsia. HEX triplet: C6, 3F and BB. RGB value is (198,63,187). Sum of RGB (Red+Green+Blue) = 198+63+187=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FBB is #39C044. Grayscale: #757575. Windows color (decimal): -3784773 or 12271558. OLE color: 12271558.
HSL color Cylindrical-coordinate representation of color #C63FBB: hue angle of 304.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63FBB is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 187 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.22 |
| HSL | 304.89º | 0.54% | 0.51% | - |
| HSV(B) | 304.89º | 0.68% | 0.78% | - |
| XYZ | 34.04 | 19.15 | 48.92 | - |
| YUV | 117.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 187 | 0 | 0.68 | 0.06 | 0.22 | 304.89 | 0.54 | 0.51 |
| Hex | C6 | 3F | BB | 0 | 44 | 6 | 16 | 131 | 36 | 33 |
| Octal | 306 | 77 | 273 | 0 | 104 | 6 | 26 | 461 | 66 | 63 |
| Binary | 11000110 | 111111 | 10111011 | 0 | 1000100 | 110 | 10110 | 100110001 | 110110 | 110011 |
Color Harmonies of #C63FBB
Complementary color
Monochromatic Colors of #C63FBB
Black with #C63FBB
Text Example
Text Example
White with #C63FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FBB; }
p { color: rgb(198,63,187); }
H1.HeaderClassName
{
color: #C63FBB;
}
.AnyTagClassName
{
color: #C63FBB;
}
</style>
background-color css
<style>
a { background-color: #C63FBB; }
a { background-color: rgb(198,63,187); }
div.DivClassName
{
background-color: #C63FBB;
}
.BgClassName
{
background-color: #C63FBB;
}
</style>
border-color css
<style>
span { border-color: #C63FBB; }
span { border-color: rgb(198,63,187); }
td.TdClassName
{
border-color: #C63FBB;
}
.TagClassName
{
border-color: #C63FBB;
}
</style>