Shades of Fuchsia #C836AB
Tints of Fuchsia #C836AB
RGB
CMYK
RGB Variations
Color information
#C836AB (or 0xC836AB) is known color: Fuchsia. HEX triplet: C8, 36 and AB. RGB value is (200,54,171). Sum of RGB (Red+Green+Blue) = 200+54+171=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C836AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C836AB is #37C954. Grayscale: #6E6E6E. Windows color (decimal): -3656021 or 11220680. OLE color: 11220680.
HSL color Cylindrical-coordinate representation of color #C836AB: hue angle of 311.92º 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 #C836AB is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 171 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.22 |
| HSL | 311.92º | 0.57% | 0.5% | - |
| HSV(B) | 311.92º | 0.73% | 0.78% | - |
| XYZ | 32.49 | 17.86 | 40.26 | - |
| YUV | 110.99 | 161.87 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 171 | 0 | 0.73 | 0.14 | 0.22 | 311.92 | 0.57 | 0.5 |
| Hex | C8 | 36 | AB | 0 | 49 | E | 16 | 138 | 39 | 32 |
| Octal | 310 | 66 | 253 | 0 | 111 | 16 | 26 | 470 | 71 | 62 |
| Binary | 11001000 | 110110 | 10101011 | 0 | 1001001 | 1110 | 10110 | 100111000 | 111001 | 110010 |
Color Harmonies of #C836AB
Complementary color
Monochromatic Colors of #C836AB
Black with #C836AB
Text Example
Text Example
White with #C836AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836AB; }
p { color: rgb(200,54,171); }
H1.HeaderClassName
{
color: #C836AB;
}
.AnyTagClassName
{
color: #C836AB;
}
</style>
background-color css
<style>
a { background-color: #C836AB; }
a { background-color: rgb(200,54,171); }
div.DivClassName
{
background-color: #C836AB;
}
.BgClassName
{
background-color: #C836AB;
}
</style>
border-color css
<style>
span { border-color: #C836AB; }
span { border-color: rgb(200,54,171); }
td.TdClassName
{
border-color: #C836AB;
}
.TagClassName
{
border-color: #C836AB;
}
</style>