Shades of Fuchsia #C851CB
Tints of Fuchsia #C851CB
RGB
CMYK
RGB Variations
Color information
#C851CB (or 0xC851CB) is known color: Fuchsia. HEX triplet: C8, 51 and CB. RGB value is (200,81,203). Sum of RGB (Red+Green+Blue) = 200+81+203=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #C851CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851CB is #37AE34. Grayscale: #828282. Windows color (decimal): -3649077 or 13324744. OLE color: 13324744.
HSL color Cylindrical-coordinate representation of color #C851CB: hue angle of 298.52º 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 #C851CB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 81 | 203 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.20 |
| HSL | 298.52º | 0.54% | 0.56% | - |
| HSV(B) | 298.52º | 0.6% | 0.8% | - |
| XYZ | 37.54 | 22.48 | 58.86 | - |
| YUV | 130.49 | 168.92 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 203 | 0.01 | 0.60 | 0 | 0.20 | 298.52 | 0.54 | 0.56 |
| Hex | C8 | 51 | CB | 1 | 3C | 0 | 14 | 12B | 36 | 38 |
| Octal | 310 | 121 | 313 | 1 | 74 | 0 | 24 | 453 | 66 | 70 |
| Binary | 11001000 | 1010001 | 11001011 | 1 | 111100 | 0 | 10100 | 100101011 | 110110 | 111000 |
Color Harmonies of #C851CB
Complementary color
Monochromatic Colors of #C851CB
Black with #C851CB
Text Example
Text Example
White with #C851CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851CB; }
p { color: rgb(200,81,203); }
H1.HeaderClassName
{
color: #C851CB;
}
.AnyTagClassName
{
color: #C851CB;
}
</style>
background-color css
<style>
a { background-color: #C851CB; }
a { background-color: rgb(200,81,203); }
div.DivClassName
{
background-color: #C851CB;
}
.BgClassName
{
background-color: #C851CB;
}
</style>
border-color css
<style>
span { border-color: #C851CB; }
span { border-color: rgb(200,81,203); }
td.TdClassName
{
border-color: #C851CB;
}
.TagClassName
{
border-color: #C851CB;
}
</style>