Shades of Fuchsia #C836B6
Tints of Fuchsia #C836B6
RGB
CMYK
RGB Variations
Color information
#C836B6 (or 0xC836B6) is known color: Fuchsia. HEX triplet: C8, 36 and B6. RGB value is (200,54,182). Sum of RGB (Red+Green+Blue) = 200+54+182=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C836B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836B6 is #37C949. Grayscale: #6F6F6F. Windows color (decimal): -3656010 or 11941576. OLE color: 11941576.
HSL color Cylindrical-coordinate representation of color #C836B6: hue angle of 307.4º 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 #C836B6 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 182 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.22 |
| HSL | 307.4º | 0.57% | 0.5% | - |
| HSV(B) | 307.4º | 0.73% | 0.78% | - |
| XYZ | 33.58 | 18.3 | 46.02 | - |
| YUV | 112.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 182 | 0 | 0.73 | 0.09 | 0.22 | 307.4 | 0.57 | 0.5 |
| Hex | C8 | 36 | B6 | 0 | 49 | 9 | 16 | 133 | 39 | 32 |
| Octal | 310 | 66 | 266 | 0 | 111 | 11 | 26 | 463 | 71 | 62 |
| Binary | 11001000 | 110110 | 10110110 | 0 | 1001001 | 1001 | 10110 | 100110011 | 111001 | 110010 |
Color Harmonies of #C836B6
Complementary color
Monochromatic Colors of #C836B6
Black with #C836B6
Text Example
Text Example
White with #C836B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836B6; }
p { color: rgb(200,54,182); }
H1.HeaderClassName
{
color: #C836B6;
}
.AnyTagClassName
{
color: #C836B6;
}
</style>
background-color css
<style>
a { background-color: #C836B6; }
a { background-color: rgb(200,54,182); }
div.DivClassName
{
background-color: #C836B6;
}
.BgClassName
{
background-color: #C836B6;
}
</style>
border-color css
<style>
span { border-color: #C836B6; }
span { border-color: rgb(200,54,182); }
td.TdClassName
{
border-color: #C836B6;
}
.TagClassName
{
border-color: #C836B6;
}
</style>