Shades of Fuchsia #C631B7
Tints of Fuchsia #C631B7
RGB
CMYK
RGB Variations
Color information
#C631B7 (or 0xC631B7) is known color: Fuchsia. HEX triplet: C6, 31 and B7. RGB value is (198,49,183). Sum of RGB (Red+Green+Blue) = 198+49+183=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C631B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631B7 is #39CE48. Grayscale: #6C6C6C. Windows color (decimal): -3788361 or 12005830. OLE color: 12005830.
HSL color Cylindrical-coordinate representation of color #C631B7: hue angle of 306.04º 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 #C631B7 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 183 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.22 |
| HSL | 306.04º | 0.6% | 0.48% | - |
| HSV(B) | 306.04º | 0.75% | 0.78% | - |
| XYZ | 32.93 | 17.62 | 46.47 | - |
| YUV | 108.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 183 | 0 | 0.75 | 0.08 | 0.22 | 306.04 | 0.6 | 0.48 |
| Hex | C6 | 31 | B7 | 0 | 4B | 8 | 16 | 132 | 3C | 30 |
| Octal | 306 | 61 | 267 | 0 | 113 | 10 | 26 | 462 | 74 | 60 |
| Binary | 11000110 | 110001 | 10110111 | 0 | 1001011 | 1000 | 10110 | 100110010 | 111100 | 110000 |
Color Harmonies of #C631B7
Complementary color
Monochromatic Colors of #C631B7
Black with #C631B7
Text Example
Text Example
White with #C631B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631B7; }
p { color: rgb(198,49,183); }
H1.HeaderClassName
{
color: #C631B7;
}
.AnyTagClassName
{
color: #C631B7;
}
</style>
background-color css
<style>
a { background-color: #C631B7; }
a { background-color: rgb(198,49,183); }
div.DivClassName
{
background-color: #C631B7;
}
.BgClassName
{
background-color: #C631B7;
}
</style>
border-color css
<style>
span { border-color: #C631B7; }
span { border-color: rgb(198,49,183); }
td.TdClassName
{
border-color: #C631B7;
}
.TagClassName
{
border-color: #C631B7;
}
</style>