Shades of Fuchsia #C862B1
Tints of Fuchsia #C862B1
RGB
CMYK
RGB Variations
Color information
#C862B1 (or 0xC862B1) is known color: Fuchsia. HEX triplet: C8, 62 and B1. RGB value is (200,98,177). Sum of RGB (Red+Green+Blue) = 200+98+177=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C862B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C862B1 is #379D4E. Grayscale: #898989. Windows color (decimal): -3644751 or 11625160. OLE color: 11625160.
HSL color Cylindrical-coordinate representation of color #C862B1: hue angle of 313.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C862B1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 177 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.22 |
| HSL | 313.53º | 0.48% | 0.58% | - |
| HSV(B) | 313.53º | 0.51% | 0.78% | - |
| XYZ | 36.12 | 24.19 | 44.36 | - |
| YUV | 137.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 177 | 0 | 0.51 | 0.12 | 0.22 | 313.53 | 0.48 | 0.58 |
| Hex | C8 | 62 | B1 | 0 | 33 | C | 16 | 13A | 30 | 3A |
| Octal | 310 | 142 | 261 | 0 | 63 | 14 | 26 | 472 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10110001 | 0 | 110011 | 1100 | 10110 | 100111010 | 110000 | 111010 |
Color Harmonies of #C862B1
Complementary color
Monochromatic Colors of #C862B1
Black with #C862B1
Text Example
Text Example
White with #C862B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862B1; }
p { color: rgb(200,98,177); }
H1.HeaderClassName
{
color: #C862B1;
}
.AnyTagClassName
{
color: #C862B1;
}
</style>
background-color css
<style>
a { background-color: #C862B1; }
a { background-color: rgb(200,98,177); }
div.DivClassName
{
background-color: #C862B1;
}
.BgClassName
{
background-color: #C862B1;
}
</style>
border-color css
<style>
span { border-color: #C862B1; }
span { border-color: rgb(200,98,177); }
td.TdClassName
{
border-color: #C862B1;
}
.TagClassName
{
border-color: #C862B1;
}
</style>