Shades of Fuchsia #C836AD
Tints of Fuchsia #C836AD
RGB
CMYK
RGB Variations
Color information
#C836AD (or 0xC836AD) is known color: Fuchsia. HEX triplet: C8, 36 and AD. RGB value is (200,54,173). Sum of RGB (Red+Green+Blue) = 200+54+173=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C836AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C836AD is #37C952. Grayscale: #6E6E6E. Windows color (decimal): -3656019 or 11351752. OLE color: 11351752.
HSL color Cylindrical-coordinate representation of color #C836AD: hue angle of 311.1º 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 #C836AD is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 173 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.22 |
| HSL | 311.1º | 0.57% | 0.5% | - |
| HSV(B) | 311.1º | 0.73% | 0.78% | - |
| XYZ | 32.68 | 17.93 | 41.27 | - |
| YUV | 111.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 173 | 0 | 0.73 | 0.14 | 0.22 | 311.1 | 0.57 | 0.5 |
| Hex | C8 | 36 | AD | 0 | 49 | E | 16 | 137 | 39 | 32 |
| Octal | 310 | 66 | 255 | 0 | 111 | 16 | 26 | 467 | 71 | 62 |
| Binary | 11001000 | 110110 | 10101101 | 0 | 1001001 | 1110 | 10110 | 100110111 | 111001 | 110010 |
Color Harmonies of #C836AD
Complementary color
Monochromatic Colors of #C836AD
Black with #C836AD
Text Example
Text Example
White with #C836AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836AD; }
p { color: rgb(200,54,173); }
H1.HeaderClassName
{
color: #C836AD;
}
.AnyTagClassName
{
color: #C836AD;
}
</style>
background-color css
<style>
a { background-color: #C836AD; }
a { background-color: rgb(200,54,173); }
div.DivClassName
{
background-color: #C836AD;
}
.BgClassName
{
background-color: #C836AD;
}
</style>
border-color css
<style>
span { border-color: #C836AD; }
span { border-color: rgb(200,54,173); }
td.TdClassName
{
border-color: #C836AD;
}
.TagClassName
{
border-color: #C836AD;
}
</style>