Shades of Fuchsia #C651B7
Tints of Fuchsia #C651B7
RGB
CMYK
RGB Variations
Color information
#C651B7 (or 0xC651B7) is known color: Fuchsia. HEX triplet: C6, 51 and B7. RGB value is (198,81,183). Sum of RGB (Red+Green+Blue) = 198+81+183=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C651B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651B7 is #39AE48. Grayscale: #7F7F7F. Windows color (decimal): -3780169 or 12014022. OLE color: 12014022.
HSL color Cylindrical-coordinate representation of color #C651B7: hue angle of 307.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C651B7 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 183 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.22 |
| HSL | 307.69º | 0.51% | 0.55% | - |
| HSV(B) | 307.69º | 0.59% | 0.78% | - |
| XYZ | 34.78 | 21.31 | 47.08 | - |
| YUV | 127.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 183 | 0 | 0.59 | 0.08 | 0.22 | 307.69 | 0.51 | 0.55 |
| Hex | C6 | 51 | B7 | 0 | 3B | 8 | 16 | 134 | 33 | 37 |
| Octal | 306 | 121 | 267 | 0 | 73 | 10 | 26 | 464 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10110111 | 0 | 111011 | 1000 | 10110 | 100110100 | 110011 | 110111 |
Color Harmonies of #C651B7
Complementary color
Monochromatic Colors of #C651B7
Black with #C651B7
Text Example
Text Example
White with #C651B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651B7; }
p { color: rgb(198,81,183); }
H1.HeaderClassName
{
color: #C651B7;
}
.AnyTagClassName
{
color: #C651B7;
}
</style>
background-color css
<style>
a { background-color: #C651B7; }
a { background-color: rgb(198,81,183); }
div.DivClassName
{
background-color: #C651B7;
}
.BgClassName
{
background-color: #C651B7;
}
</style>
border-color css
<style>
span { border-color: #C651B7; }
span { border-color: rgb(198,81,183); }
td.TdClassName
{
border-color: #C651B7;
}
.TagClassName
{
border-color: #C651B7;
}
</style>