Shades of Fuchsia #C631B0
Tints of Fuchsia #C631B0
RGB
CMYK
RGB Variations
Color information
#C631B0 (or 0xC631B0) is known color: Fuchsia. HEX triplet: C6, 31 and B0. RGB value is (198,49,176). Sum of RGB (Red+Green+Blue) = 198+49+176=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C631B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C631B0 is #39CE4F. Grayscale: #6B6B6B. Windows color (decimal): -3788368 or 11547078. OLE color: 11547078.
HSL color Cylindrical-coordinate representation of color #C631B0: hue angle of 308.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C631B0 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 176 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.22 |
| HSL | 308.86º | 0.6% | 0.48% | - |
| HSV(B) | 308.86º | 0.75% | 0.78% | - |
| XYZ | 32.22 | 17.34 | 42.72 | - |
| YUV | 108.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 176 | 0 | 0.75 | 0.11 | 0.22 | 308.86 | 0.6 | 0.48 |
| Hex | C6 | 31 | B0 | 0 | 4B | B | 16 | 135 | 3C | 30 |
| Octal | 306 | 61 | 260 | 0 | 113 | 13 | 26 | 465 | 74 | 60 |
| Binary | 11000110 | 110001 | 10110000 | 0 | 1001011 | 1011 | 10110 | 100110101 | 111100 | 110000 |
Color Harmonies of #C631B0
Complementary color
Monochromatic Colors of #C631B0
Black with #C631B0
Text Example
Text Example
White with #C631B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631B0; }
p { color: rgb(198,49,176); }
H1.HeaderClassName
{
color: #C631B0;
}
.AnyTagClassName
{
color: #C631B0;
}
</style>
background-color css
<style>
a { background-color: #C631B0; }
a { background-color: rgb(198,49,176); }
div.DivClassName
{
background-color: #C631B0;
}
.BgClassName
{
background-color: #C631B0;
}
</style>
border-color css
<style>
span { border-color: #C631B0; }
span { border-color: rgb(198,49,176); }
td.TdClassName
{
border-color: #C631B0;
}
.TagClassName
{
border-color: #C631B0;
}
</style>