Shades of Fuchsia #C851C1
Tints of Fuchsia #C851C1
RGB
CMYK
RGB Variations
Color information
#C851C1 (or 0xC851C1) is known color: Fuchsia. HEX triplet: C8, 51 and C1. RGB value is (200,81,193). Sum of RGB (Red+Green+Blue) = 200+81+193=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C851C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851C1 is #37AE3E. Grayscale: #818181. Windows color (decimal): -3649087 or 12669384. OLE color: 12669384.
HSL color Cylindrical-coordinate representation of color #C851C1: hue angle of 303.53º 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 #C851C1 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 193 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.22 |
| HSL | 303.53º | 0.52% | 0.55% | - |
| HSV(B) | 303.53º | 0.6% | 0.78% | - |
| XYZ | 36.39 | 22.01 | 52.78 | - |
| YUV | 129.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 193 | 0 | 0.59 | 0.04 | 0.22 | 303.53 | 0.52 | 0.55 |
| Hex | C8 | 51 | C1 | 0 | 3B | 4 | 16 | 130 | 34 | 37 |
| Octal | 310 | 121 | 301 | 0 | 73 | 4 | 26 | 460 | 64 | 67 |
| Binary | 11001000 | 1010001 | 11000001 | 0 | 111011 | 100 | 10110 | 100110000 | 110100 | 110111 |
Color Harmonies of #C851C1
Complementary color
Monochromatic Colors of #C851C1
Black with #C851C1
Text Example
Text Example
White with #C851C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851C1; }
p { color: rgb(200,81,193); }
H1.HeaderClassName
{
color: #C851C1;
}
.AnyTagClassName
{
color: #C851C1;
}
</style>
background-color css
<style>
a { background-color: #C851C1; }
a { background-color: rgb(200,81,193); }
div.DivClassName
{
background-color: #C851C1;
}
.BgClassName
{
background-color: #C851C1;
}
</style>
border-color css
<style>
span { border-color: #C851C1; }
span { border-color: rgb(200,81,193); }
td.TdClassName
{
border-color: #C851C1;
}
.TagClassName
{
border-color: #C851C1;
}
</style>