Shades of Fuchsia #C836AF
Tints of Fuchsia #C836AF
RGB
CMYK
RGB Variations
Color information
#C836AF (or 0xC836AF) is known color: Fuchsia. HEX triplet: C8, 36 and AF. RGB value is (200,54,175). Sum of RGB (Red+Green+Blue) = 200+54+175=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C836AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C836AF is #37C950. Grayscale: #6F6F6F. Windows color (decimal): -3656017 or 11482824. OLE color: 11482824.
HSL color Cylindrical-coordinate representation of color #C836AF: hue angle of 310.27º 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 #C836AF is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 175 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.22 |
| HSL | 310.27º | 0.57% | 0.5% | - |
| HSV(B) | 310.27º | 0.73% | 0.78% | - |
| XYZ | 32.88 | 18.01 | 42.3 | - |
| YUV | 111.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 175 | 0 | 0.73 | 0.12 | 0.22 | 310.27 | 0.57 | 0.5 |
| Hex | C8 | 36 | AF | 0 | 49 | C | 16 | 136 | 39 | 32 |
| Octal | 310 | 66 | 257 | 0 | 111 | 14 | 26 | 466 | 71 | 62 |
| Binary | 11001000 | 110110 | 10101111 | 0 | 1001001 | 1100 | 10110 | 100110110 | 111001 | 110010 |
Color Harmonies of #C836AF
Complementary color
Monochromatic Colors of #C836AF
Black with #C836AF
Text Example
Text Example
White with #C836AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836AF; }
p { color: rgb(200,54,175); }
H1.HeaderClassName
{
color: #C836AF;
}
.AnyTagClassName
{
color: #C836AF;
}
</style>
background-color css
<style>
a { background-color: #C836AF; }
a { background-color: rgb(200,54,175); }
div.DivClassName
{
background-color: #C836AF;
}
.BgClassName
{
background-color: #C836AF;
}
</style>
border-color css
<style>
span { border-color: #C836AF; }
span { border-color: rgb(200,54,175); }
td.TdClassName
{
border-color: #C836AF;
}
.TagClassName
{
border-color: #C836AF;
}
</style>