Shades of Fuchsia #C840BE
Tints of Fuchsia #C840BE
RGB
CMYK
RGB Variations
Color information
#C840BE (or 0xC840BE) is known color: Fuchsia. HEX triplet: C8, 40 and BE. RGB value is (200,64,190). Sum of RGB (Red+Green+Blue) = 200+64+190=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C840BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840BE is #37BF41. Grayscale: #767676. Windows color (decimal): -3653442 or 12468424. OLE color: 12468424.
HSL color Cylindrical-coordinate representation of color #C840BE: hue angle of 304.41º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C840BE is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 190 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.22 |
| HSL | 304.41º | 0.55% | 0.52% | - |
| HSV(B) | 304.41º | 0.68% | 0.78% | - |
| XYZ | 34.95 | 19.66 | 50.67 | - |
| YUV | 119.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 190 | 0 | 0.68 | 0.05 | 0.22 | 304.41 | 0.55 | 0.52 |
| Hex | C8 | 40 | BE | 0 | 44 | 5 | 16 | 130 | 37 | 34 |
| Octal | 310 | 100 | 276 | 0 | 104 | 5 | 26 | 460 | 67 | 64 |
| Binary | 11001000 | 1000000 | 10111110 | 0 | 1000100 | 101 | 10110 | 100110000 | 110111 | 110100 |
Color Harmonies of #C840BE
Complementary color
Monochromatic Colors of #C840BE
Black with #C840BE
Text Example
Text Example
White with #C840BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840BE; }
p { color: rgb(200,64,190); }
H1.HeaderClassName
{
color: #C840BE;
}
.AnyTagClassName
{
color: #C840BE;
}
</style>
background-color css
<style>
a { background-color: #C840BE; }
a { background-color: rgb(200,64,190); }
div.DivClassName
{
background-color: #C840BE;
}
.BgClassName
{
background-color: #C840BE;
}
</style>
border-color css
<style>
span { border-color: #C840BE; }
span { border-color: rgb(200,64,190); }
td.TdClassName
{
border-color: #C840BE;
}
.TagClassName
{
border-color: #C840BE;
}
</style>