Shades of Fuchsia #C63CBB
Tints of Fuchsia #C63CBB
RGB
CMYK
RGB Variations
Color information
#C63CBB (or 0xC63CBB) is known color: Fuchsia. HEX triplet: C6, 3C and BB. RGB value is (198,60,187). Sum of RGB (Red+Green+Blue) = 198+60+187=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CBB is #39C344. Grayscale: #737373. Windows color (decimal): -3785541 or 12270790. OLE color: 12270790.
HSL color Cylindrical-coordinate representation of color #C63CBB: hue angle of 304.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CBB is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 187 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.22 |
| HSL | 304.78º | 0.55% | 0.51% | - |
| HSV(B) | 304.78º | 0.7% | 0.78% | - |
| XYZ | 33.87 | 18.83 | 48.86 | - |
| YUV | 115.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 187 | 0 | 0.70 | 0.06 | 0.22 | 304.78 | 0.55 | 0.51 |
| Hex | C6 | 3C | BB | 0 | 46 | 6 | 16 | 131 | 37 | 33 |
| Octal | 306 | 74 | 273 | 0 | 106 | 6 | 26 | 461 | 67 | 63 |
| Binary | 11000110 | 111100 | 10111011 | 0 | 1000110 | 110 | 10110 | 100110001 | 110111 | 110011 |
Color Harmonies of #C63CBB
Complementary color
Monochromatic Colors of #C63CBB
Black with #C63CBB
Text Example
Text Example
White with #C63CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CBB; }
p { color: rgb(198,60,187); }
H1.HeaderClassName
{
color: #C63CBB;
}
.AnyTagClassName
{
color: #C63CBB;
}
</style>
background-color css
<style>
a { background-color: #C63CBB; }
a { background-color: rgb(198,60,187); }
div.DivClassName
{
background-color: #C63CBB;
}
.BgClassName
{
background-color: #C63CBB;
}
</style>
border-color css
<style>
span { border-color: #C63CBB; }
span { border-color: rgb(198,60,187); }
td.TdClassName
{
border-color: #C63CBB;
}
.TagClassName
{
border-color: #C63CBB;
}
</style>