Shades of Fuchsia #C650B1
Tints of Fuchsia #C650B1
RGB
CMYK
RGB Variations
Color information
#C650B1 (or 0xC650B1) is known color: Fuchsia. HEX triplet: C6, 50 and B1. RGB value is (198,80,177). Sum of RGB (Red+Green+Blue) = 198+80+177=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C650B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C650B1 is #39AF4E. Grayscale: #7E7E7E. Windows color (decimal): -3780431 or 11620550. OLE color: 11620550.
HSL color Cylindrical-coordinate representation of color #C650B1: hue angle of 310.68º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C650B1 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 177 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.22 |
| HSL | 310.68º | 0.51% | 0.55% | - |
| HSV(B) | 310.68º | 0.6% | 0.78% | - |
| XYZ | 34.09 | 20.92 | 43.84 | - |
| YUV | 126.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 177 | 0 | 0.60 | 0.11 | 0.22 | 310.68 | 0.51 | 0.55 |
| Hex | C6 | 50 | B1 | 0 | 3C | B | 16 | 137 | 33 | 37 |
| Octal | 306 | 120 | 261 | 0 | 74 | 13 | 26 | 467 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10110001 | 0 | 111100 | 1011 | 10110 | 100110111 | 110011 | 110111 |
Color Harmonies of #C650B1
Complementary color
Monochromatic Colors of #C650B1
Black with #C650B1
Text Example
Text Example
White with #C650B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650B1; }
p { color: rgb(198,80,177); }
H1.HeaderClassName
{
color: #C650B1;
}
.AnyTagClassName
{
color: #C650B1;
}
</style>
background-color css
<style>
a { background-color: #C650B1; }
a { background-color: rgb(198,80,177); }
div.DivClassName
{
background-color: #C650B1;
}
.BgClassName
{
background-color: #C650B1;
}
</style>
border-color css
<style>
span { border-color: #C650B1; }
span { border-color: rgb(198,80,177); }
td.TdClassName
{
border-color: #C650B1;
}
.TagClassName
{
border-color: #C650B1;
}
</style>