Shades of Fuchsia #C851B3
Tints of Fuchsia #C851B3
RGB
CMYK
RGB Variations
Color information
#C851B3 (or 0xC851B3) is known color: Fuchsia. HEX triplet: C8, 51 and B3. RGB value is (200,81,179). Sum of RGB (Red+Green+Blue) = 200+81+179=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C851B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851B3 is #37AE4C. Grayscale: #7F7F7F. Windows color (decimal): -3649101 or 11751880. OLE color: 11751880.
HSL color Cylindrical-coordinate representation of color #C851B3: hue angle of 310.59º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851B3 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 179 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.22 |
| HSL | 310.59º | 0.52% | 0.55% | - |
| HSV(B) | 310.59º | 0.6% | 0.78% | - |
| XYZ | 34.9 | 21.42 | 44.94 | - |
| YUV | 127.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 179 | 0 | 0.59 | 0.10 | 0.22 | 310.59 | 0.52 | 0.55 |
| Hex | C8 | 51 | B3 | 0 | 3B | A | 16 | 137 | 34 | 37 |
| Octal | 310 | 121 | 263 | 0 | 73 | 12 | 26 | 467 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10110011 | 0 | 111011 | 1010 | 10110 | 100110111 | 110100 | 110111 |
Color Harmonies of #C851B3
Complementary color
Monochromatic Colors of #C851B3
Black with #C851B3
Text Example
Text Example
White with #C851B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851B3; }
p { color: rgb(200,81,179); }
H1.HeaderClassName
{
color: #C851B3;
}
.AnyTagClassName
{
color: #C851B3;
}
</style>
background-color css
<style>
a { background-color: #C851B3; }
a { background-color: rgb(200,81,179); }
div.DivClassName
{
background-color: #C851B3;
}
.BgClassName
{
background-color: #C851B3;
}
</style>
border-color css
<style>
span { border-color: #C851B3; }
span { border-color: rgb(200,81,179); }
td.TdClassName
{
border-color: #C851B3;
}
.TagClassName
{
border-color: #C851B3;
}
</style>