Shades of Fuchsia #C836BF
Tints of Fuchsia #C836BF
RGB
CMYK
RGB Variations
Color information
#C836BF (or 0xC836BF) is known color: Fuchsia. HEX triplet: C8, 36 and BF. RGB value is (200,54,191). Sum of RGB (Red+Green+Blue) = 200+54+191=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C836BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836BF is #37C940. Grayscale: #707070. Windows color (decimal): -3656001 or 12531400. OLE color: 12531400.
HSL color Cylindrical-coordinate representation of color #C836BF: hue angle of 303.7º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C836BF is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 191 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.22 |
| HSL | 303.7º | 0.57% | 0.5% | - |
| HSV(B) | 303.7º | 0.73% | 0.78% | - |
| XYZ | 34.54 | 18.68 | 51.08 | - |
| YUV | 113.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 191 | 0 | 0.73 | 0.04 | 0.22 | 303.7 | 0.57 | 0.5 |
| Hex | C8 | 36 | BF | 0 | 49 | 4 | 16 | 130 | 39 | 32 |
| Octal | 310 | 66 | 277 | 0 | 111 | 4 | 26 | 460 | 71 | 62 |
| Binary | 11001000 | 110110 | 10111111 | 0 | 1001001 | 100 | 10110 | 100110000 | 111001 | 110010 |
Color Harmonies of #C836BF
Complementary color
Monochromatic Colors of #C836BF
Black with #C836BF
Text Example
Text Example
White with #C836BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836BF; }
p { color: rgb(200,54,191); }
H1.HeaderClassName
{
color: #C836BF;
}
.AnyTagClassName
{
color: #C836BF;
}
</style>
background-color css
<style>
a { background-color: #C836BF; }
a { background-color: rgb(200,54,191); }
div.DivClassName
{
background-color: #C836BF;
}
.BgClassName
{
background-color: #C836BF;
}
</style>
border-color css
<style>
span { border-color: #C836BF; }
span { border-color: rgb(200,54,191); }
td.TdClassName
{
border-color: #C836BF;
}
.TagClassName
{
border-color: #C836BF;
}
</style>