Shades of Fuchsia #C651CE
Tints of Fuchsia #C651CE
RGB
CMYK
RGB Variations
Color information
#C651CE (or 0xC651CE) is known color: Fuchsia. HEX triplet: C6, 51 and CE. RGB value is (198,81,206). Sum of RGB (Red+Green+Blue) = 198+81+206=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #C651CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651CE is #39AE31. Grayscale: #818181. Windows color (decimal): -3780146 or 13521350. OLE color: 13521350.
HSL color Cylindrical-coordinate representation of color #C651CE: hue angle of 296.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C651CE is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 81 | 206 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.19 |
| HSL | 296.16º | 0.56% | 0.56% | - |
| HSV(B) | 296.16º | 0.61% | 0.81% | - |
| XYZ | 37.37 | 22.35 | 60.74 | - |
| YUV | 130.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 206 | 0.04 | 0.61 | 0 | 0.19 | 296.16 | 0.56 | 0.56 |
| Hex | C6 | 51 | CE | 4 | 3D | 0 | 13 | 128 | 38 | 38 |
| Octal | 306 | 121 | 316 | 4 | 75 | 0 | 23 | 450 | 70 | 70 |
| Binary | 11000110 | 1010001 | 11001110 | 100 | 111101 | 0 | 10011 | 100101000 | 111000 | 111000 |
Color Harmonies of #C651CE
Complementary color
Monochromatic Colors of #C651CE
Black with #C651CE
Text Example
Text Example
White with #C651CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651CE; }
p { color: rgb(198,81,206); }
H1.HeaderClassName
{
color: #C651CE;
}
.AnyTagClassName
{
color: #C651CE;
}
</style>
background-color css
<style>
a { background-color: #C651CE; }
a { background-color: rgb(198,81,206); }
div.DivClassName
{
background-color: #C651CE;
}
.BgClassName
{
background-color: #C651CE;
}
</style>
border-color css
<style>
span { border-color: #C651CE; }
span { border-color: rgb(198,81,206); }
td.TdClassName
{
border-color: #C651CE;
}
.TagClassName
{
border-color: #C651CE;
}
</style>