Shades of Fuchsia #C651CF
Tints of Fuchsia #C651CF
RGB
CMYK
RGB Variations
Color information
#C651CF (or 0xC651CF) is known color: Fuchsia. HEX triplet: C6, 51 and CF. RGB value is (198,81,207). Sum of RGB (Red+Green+Blue) = 198+81+207=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #C651CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651CF is #39AE30. Grayscale: #818181. Windows color (decimal): -3780145 or 13586886. OLE color: 13586886.
HSL color Cylindrical-coordinate representation of color #C651CF: hue angle of 295.71º degrees, saturation: 0.57, 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 #C651CF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 81 | 207 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.19 |
| HSL | 295.71º | 0.57% | 0.56% | - |
| HSV(B) | 295.71º | 0.61% | 0.81% | - |
| XYZ | 37.49 | 22.4 | 61.38 | - |
| YUV | 130.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 207 | 0.04 | 0.61 | 0 | 0.19 | 295.71 | 0.57 | 0.56 |
| Hex | C6 | 51 | CF | 4 | 3D | 0 | 13 | 128 | 39 | 38 |
| Octal | 306 | 121 | 317 | 4 | 75 | 0 | 23 | 450 | 71 | 70 |
| Binary | 11000110 | 1010001 | 11001111 | 100 | 111101 | 0 | 10011 | 100101000 | 111001 | 111000 |
Color Harmonies of #C651CF
Complementary color
Monochromatic Colors of #C651CF
Black with #C651CF
Text Example
Text Example
White with #C651CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651CF; }
p { color: rgb(198,81,207); }
H1.HeaderClassName
{
color: #C651CF;
}
.AnyTagClassName
{
color: #C651CF;
}
</style>
background-color css
<style>
a { background-color: #C651CF; }
a { background-color: rgb(198,81,207); }
div.DivClassName
{
background-color: #C651CF;
}
.BgClassName
{
background-color: #C651CF;
}
</style>
border-color css
<style>
span { border-color: #C651CF; }
span { border-color: rgb(198,81,207); }
td.TdClassName
{
border-color: #C651CF;
}
.TagClassName
{
border-color: #C651CF;
}
</style>