Shades of Fuchsia #C836B2
Tints of Fuchsia #C836B2
RGB
CMYK
RGB Variations
Color information
#C836B2 (or 0xC836B2) is known color: Fuchsia. HEX triplet: C8, 36 and B2. RGB value is (200,54,178). Sum of RGB (Red+Green+Blue) = 200+54+178=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C836B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C836B2 is #37C94D. Grayscale: #6F6F6F. Windows color (decimal): -3656014 or 11679432. OLE color: 11679432.
HSL color Cylindrical-coordinate representation of color #C836B2: hue angle of 309.04º 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 #C836B2 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 178 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.22 |
| HSL | 309.04º | 0.57% | 0.5% | - |
| HSV(B) | 309.04º | 0.73% | 0.78% | - |
| XYZ | 33.17 | 18.13 | 43.87 | - |
| YUV | 111.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 178 | 0 | 0.73 | 0.11 | 0.22 | 309.04 | 0.57 | 0.5 |
| Hex | C8 | 36 | B2 | 0 | 49 | B | 16 | 135 | 39 | 32 |
| Octal | 310 | 66 | 262 | 0 | 111 | 13 | 26 | 465 | 71 | 62 |
| Binary | 11001000 | 110110 | 10110010 | 0 | 1001001 | 1011 | 10110 | 100110101 | 111001 | 110010 |
Color Harmonies of #C836B2
Complementary color
Monochromatic Colors of #C836B2
Black with #C836B2
Text Example
Text Example
White with #C836B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836B2; }
p { color: rgb(200,54,178); }
H1.HeaderClassName
{
color: #C836B2;
}
.AnyTagClassName
{
color: #C836B2;
}
</style>
background-color css
<style>
a { background-color: #C836B2; }
a { background-color: rgb(200,54,178); }
div.DivClassName
{
background-color: #C836B2;
}
.BgClassName
{
background-color: #C836B2;
}
</style>
border-color css
<style>
span { border-color: #C836B2; }
span { border-color: rgb(200,54,178); }
td.TdClassName
{
border-color: #C836B2;
}
.TagClassName
{
border-color: #C836B2;
}
</style>