Shades of Fuchsia #C631CF
Tints of Fuchsia #C631CF
RGB
CMYK
RGB Variations
Color information
#C631CF (or 0xC631CF) is known color: Fuchsia. HEX triplet: C6, 31 and CF. RGB value is (198,49,207). Sum of RGB (Red+Green+Blue) = 198+49+207=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #C631CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631CF is #39CE30. Grayscale: #6F6F6F. Windows color (decimal): -3788337 or 13578694. OLE color: 13578694.
HSL color Cylindrical-coordinate representation of color #C631CF: hue angle of 296.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C631CF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 49 | 207 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.19 |
| HSL | 296.58º | 0.62% | 0.5% | - |
| HSV(B) | 296.58º | 0.76% | 0.81% | - |
| XYZ | 35.65 | 18.71 | 60.76 | - |
| YUV | 111.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 207 | 0.04 | 0.76 | 0 | 0.19 | 296.58 | 0.62 | 0.5 |
| Hex | C6 | 31 | CF | 4 | 4C | 0 | 13 | 129 | 3E | 32 |
| Octal | 306 | 61 | 317 | 4 | 114 | 0 | 23 | 451 | 76 | 62 |
| Binary | 11000110 | 110001 | 11001111 | 100 | 1001100 | 0 | 10011 | 100101001 | 111110 | 110010 |
Color Harmonies of #C631CF
Complementary color
Monochromatic Colors of #C631CF
Black with #C631CF
Text Example
Text Example
White with #C631CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631CF; }
p { color: rgb(198,49,207); }
H1.HeaderClassName
{
color: #C631CF;
}
.AnyTagClassName
{
color: #C631CF;
}
</style>
background-color css
<style>
a { background-color: #C631CF; }
a { background-color: rgb(198,49,207); }
div.DivClassName
{
background-color: #C631CF;
}
.BgClassName
{
background-color: #C631CF;
}
</style>
border-color css
<style>
span { border-color: #C631CF; }
span { border-color: rgb(198,49,207); }
td.TdClassName
{
border-color: #C631CF;
}
.TagClassName
{
border-color: #C631CF;
}
</style>