Shades of Fuchsia #C840B5
Tints of Fuchsia #C840B5
RGB
CMYK
RGB Variations
Color information
#C840B5 (or 0xC840B5) is known color: Fuchsia. HEX triplet: C8, 40 and B5. RGB value is (200,64,181). Sum of RGB (Red+Green+Blue) = 200+64+181=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C840B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840B5 is #37BF4A. Grayscale: #757575. Windows color (decimal): -3653451 or 11878600. OLE color: 11878600.
HSL color Cylindrical-coordinate representation of color #C840B5: hue angle of 308.38º 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 #C840B5 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 181 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.22 |
| HSL | 308.38º | 0.55% | 0.52% | - |
| HSV(B) | 308.38º | 0.68% | 0.78% | - |
| XYZ | 33.99 | 19.28 | 45.65 | - |
| YUV | 118 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 181 | 0 | 0.68 | 0.09 | 0.22 | 308.38 | 0.55 | 0.52 |
| Hex | C8 | 40 | B5 | 0 | 44 | 9 | 16 | 134 | 37 | 34 |
| Octal | 310 | 100 | 265 | 0 | 104 | 11 | 26 | 464 | 67 | 64 |
| Binary | 11001000 | 1000000 | 10110101 | 0 | 1000100 | 1001 | 10110 | 100110100 | 110111 | 110100 |
Color Harmonies of #C840B5
Complementary color
Monochromatic Colors of #C840B5
Black with #C840B5
Text Example
Text Example
White with #C840B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840B5; }
p { color: rgb(200,64,181); }
H1.HeaderClassName
{
color: #C840B5;
}
.AnyTagClassName
{
color: #C840B5;
}
</style>
background-color css
<style>
a { background-color: #C840B5; }
a { background-color: rgb(200,64,181); }
div.DivClassName
{
background-color: #C840B5;
}
.BgClassName
{
background-color: #C840B5;
}
</style>
border-color css
<style>
span { border-color: #C840B5; }
span { border-color: rgb(200,64,181); }
td.TdClassName
{
border-color: #C840B5;
}
.TagClassName
{
border-color: #C840B5;
}
</style>