Shades of Fuchsia #C651CB
Tints of Fuchsia #C651CB
RGB
CMYK
RGB Variations
Color information
#C651CB (or 0xC651CB) is known color: Fuchsia. HEX triplet: C6, 51 and CB. RGB value is (198,81,203). Sum of RGB (Red+Green+Blue) = 198+81+203=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #C651CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651CB is #39AE34. Grayscale: #818181. Windows color (decimal): -3780149 or 13324742. OLE color: 13324742.
HSL color Cylindrical-coordinate representation of color #C651CB: hue angle of 297.54º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C651CB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 81 | 203 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.20 |
| HSL | 297.54º | 0.54% | 0.56% | - |
| HSV(B) | 297.54º | 0.6% | 0.8% | - |
| XYZ | 37.01 | 22.2 | 58.83 | - |
| YUV | 129.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 203 | 0.02 | 0.60 | 0 | 0.20 | 297.54 | 0.54 | 0.56 |
| Hex | C6 | 51 | CB | 2 | 3C | 0 | 14 | 12A | 36 | 38 |
| Octal | 306 | 121 | 313 | 2 | 74 | 0 | 24 | 452 | 66 | 70 |
| Binary | 11000110 | 1010001 | 11001011 | 10 | 111100 | 0 | 10100 | 100101010 | 110110 | 111000 |
Color Harmonies of #C651CB
Complementary color
Monochromatic Colors of #C651CB
Black with #C651CB
Text Example
Text Example
White with #C651CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651CB; }
p { color: rgb(198,81,203); }
H1.HeaderClassName
{
color: #C651CB;
}
.AnyTagClassName
{
color: #C651CB;
}
</style>
background-color css
<style>
a { background-color: #C651CB; }
a { background-color: rgb(198,81,203); }
div.DivClassName
{
background-color: #C651CB;
}
.BgClassName
{
background-color: #C651CB;
}
</style>
border-color css
<style>
span { border-color: #C651CB; }
span { border-color: rgb(198,81,203); }
td.TdClassName
{
border-color: #C651CB;
}
.TagClassName
{
border-color: #C651CB;
}
</style>