Shades of Fuchsia #C862BD
Tints of Fuchsia #C862BD
RGB
CMYK
RGB Variations
Color information
#C862BD (or 0xC862BD) is known color: Fuchsia. HEX triplet: C8, 62 and BD. RGB value is (200,98,189). Sum of RGB (Red+Green+Blue) = 200+98+189=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C862BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862BD is #379D42. Grayscale: #8A8A8A. Windows color (decimal): -3644739 or 12411592. OLE color: 12411592.
HSL color Cylindrical-coordinate representation of color #C862BD: hue angle of 306.47º 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 #C862BD is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 189 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.22 |
| HSL | 306.47º | 0.48% | 0.58% | - |
| HSV(B) | 306.47º | 0.51% | 0.78% | - |
| XYZ | 37.37 | 24.69 | 50.94 | - |
| YUV | 138.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 189 | 0 | 0.51 | 0.06 | 0.22 | 306.47 | 0.48 | 0.58 |
| Hex | C8 | 62 | BD | 0 | 33 | 6 | 16 | 132 | 30 | 3A |
| Octal | 310 | 142 | 275 | 0 | 63 | 6 | 26 | 462 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10111101 | 0 | 110011 | 110 | 10110 | 100110010 | 110000 | 111010 |
Color Harmonies of #C862BD
Complementary color
Monochromatic Colors of #C862BD
Black with #C862BD
Text Example
Text Example
White with #C862BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862BD; }
p { color: rgb(200,98,189); }
H1.HeaderClassName
{
color: #C862BD;
}
.AnyTagClassName
{
color: #C862BD;
}
</style>
background-color css
<style>
a { background-color: #C862BD; }
a { background-color: rgb(200,98,189); }
div.DivClassName
{
background-color: #C862BD;
}
.BgClassName
{
background-color: #C862BD;
}
</style>
border-color css
<style>
span { border-color: #C862BD; }
span { border-color: rgb(200,98,189); }
td.TdClassName
{
border-color: #C862BD;
}
.TagClassName
{
border-color: #C862BD;
}
</style>