Shades of Fuchsia #C643B0
Tints of Fuchsia #C643B0
RGB
CMYK
RGB Variations
Color information
#C643B0 (or 0xC643B0) is known color: Fuchsia. HEX triplet: C6, 43 and B0. RGB value is (198,67,176). Sum of RGB (Red+Green+Blue) = 198+67+176=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C643B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C643B0 is #39BC4F. Grayscale: #767676. Windows color (decimal): -3783760 or 11551686. OLE color: 11551686.
HSL color Cylindrical-coordinate representation of color #C643B0: hue angle of 310.08º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C643B0 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 176 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.22 |
| HSL | 310.08º | 0.53% | 0.52% | - |
| HSV(B) | 310.08º | 0.66% | 0.78% | - |
| XYZ | 33.13 | 19.15 | 43.03 | - |
| YUV | 118.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 176 | 0 | 0.66 | 0.11 | 0.22 | 310.08 | 0.53 | 0.52 |
| Hex | C6 | 43 | B0 | 0 | 42 | B | 16 | 136 | 35 | 34 |
| Octal | 306 | 103 | 260 | 0 | 102 | 13 | 26 | 466 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10110000 | 0 | 1000010 | 1011 | 10110 | 100110110 | 110101 | 110100 |
Color Harmonies of #C643B0
Complementary color
Monochromatic Colors of #C643B0
Black with #C643B0
Text Example
Text Example
White with #C643B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643B0; }
p { color: rgb(198,67,176); }
H1.HeaderClassName
{
color: #C643B0;
}
.AnyTagClassName
{
color: #C643B0;
}
</style>
background-color css
<style>
a { background-color: #C643B0; }
a { background-color: rgb(198,67,176); }
div.DivClassName
{
background-color: #C643B0;
}
.BgClassName
{
background-color: #C643B0;
}
</style>
border-color css
<style>
span { border-color: #C643B0; }
span { border-color: rgb(198,67,176); }
td.TdClassName
{
border-color: #C643B0;
}
.TagClassName
{
border-color: #C643B0;
}
</style>