Shades of Fuchsia #C836BA
Tints of Fuchsia #C836BA
RGB
CMYK
RGB Variations
Color information
#C836BA (or 0xC836BA) is known color: Fuchsia. HEX triplet: C8, 36 and BA. RGB value is (200,54,186). Sum of RGB (Red+Green+Blue) = 200+54+186=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C836BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836BA is #37C945. Grayscale: #707070. Windows color (decimal): -3656006 or 12203720. OLE color: 12203720.
HSL color Cylindrical-coordinate representation of color #C836BA: hue angle of 305.75º 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 #C836BA is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 186 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.22 |
| HSL | 305.75º | 0.57% | 0.5% | - |
| HSV(B) | 305.75º | 0.73% | 0.78% | - |
| XYZ | 34 | 18.46 | 48.23 | - |
| YUV | 112.7 | 169.37 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 186 | 0 | 0.73 | 0.07 | 0.22 | 305.75 | 0.57 | 0.5 |
| Hex | C8 | 36 | BA | 0 | 49 | 7 | 16 | 132 | 39 | 32 |
| Octal | 310 | 66 | 272 | 0 | 111 | 7 | 26 | 462 | 71 | 62 |
| Binary | 11001000 | 110110 | 10111010 | 0 | 1001001 | 111 | 10110 | 100110010 | 111001 | 110010 |
Color Harmonies of #C836BA
Complementary color
Monochromatic Colors of #C836BA
Black with #C836BA
Text Example
Text Example
White with #C836BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836BA; }
p { color: rgb(200,54,186); }
H1.HeaderClassName
{
color: #C836BA;
}
.AnyTagClassName
{
color: #C836BA;
}
</style>
background-color css
<style>
a { background-color: #C836BA; }
a { background-color: rgb(200,54,186); }
div.DivClassName
{
background-color: #C836BA;
}
.BgClassName
{
background-color: #C836BA;
}
</style>
border-color css
<style>
span { border-color: #C836BA; }
span { border-color: rgb(200,54,186); }
td.TdClassName
{
border-color: #C836BA;
}
.TagClassName
{
border-color: #C836BA;
}
</style>