Shades of Fuchsia #C862BA
Tints of Fuchsia #C862BA
RGB
CMYK
RGB Variations
Color information
#C862BA (or 0xC862BA) is known color: Fuchsia. HEX triplet: C8, 62 and BA. RGB value is (200,98,186). Sum of RGB (Red+Green+Blue) = 200+98+186=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C862BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862BA is #379D45. Grayscale: #8A8A8A. Windows color (decimal): -3644742 or 12214984. OLE color: 12214984.
HSL color Cylindrical-coordinate representation of color #C862BA: hue angle of 308.24º 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 #C862BA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 186 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.22 |
| HSL | 308.24º | 0.48% | 0.58% | - |
| HSV(B) | 308.24º | 0.51% | 0.78% | - |
| XYZ | 37.05 | 24.56 | 49.24 | - |
| YUV | 138.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 186 | 0 | 0.51 | 0.07 | 0.22 | 308.24 | 0.48 | 0.58 |
| Hex | C8 | 62 | BA | 0 | 33 | 7 | 16 | 134 | 30 | 3A |
| Octal | 310 | 142 | 272 | 0 | 63 | 7 | 26 | 464 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10111010 | 0 | 110011 | 111 | 10110 | 100110100 | 110000 | 111010 |
Color Harmonies of #C862BA
Complementary color
Monochromatic Colors of #C862BA
Black with #C862BA
Text Example
Text Example
White with #C862BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862BA; }
p { color: rgb(200,98,186); }
H1.HeaderClassName
{
color: #C862BA;
}
.AnyTagClassName
{
color: #C862BA;
}
</style>
background-color css
<style>
a { background-color: #C862BA; }
a { background-color: rgb(200,98,186); }
div.DivClassName
{
background-color: #C862BA;
}
.BgClassName
{
background-color: #C862BA;
}
</style>
border-color css
<style>
span { border-color: #C862BA; }
span { border-color: rgb(200,98,186); }
td.TdClassName
{
border-color: #C862BA;
}
.TagClassName
{
border-color: #C862BA;
}
</style>