Shades of Fuchsia #C836C5
Tints of Fuchsia #C836C5
RGB
CMYK
RGB Variations
Color information
#C836C5 (or 0xC836C5) is known color: Fuchsia. HEX triplet: C8, 36 and C5. RGB value is (200,54,197). Sum of RGB (Red+Green+Blue) = 200+54+197=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C836C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836C5 is #37C93A. Grayscale: #717171. Windows color (decimal): -3655995 or 12924616. OLE color: 12924616.
HSL color Cylindrical-coordinate representation of color #C836C5: hue angle of 301.23º 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 #C836C5 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 197 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.22 |
| HSL | 301.23º | 0.57% | 0.5% | - |
| HSV(B) | 301.23º | 0.73% | 0.78% | - |
| XYZ | 35.22 | 18.95 | 54.62 | - |
| YUV | 113.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 197 | 0 | 0.73 | 0.02 | 0.22 | 301.23 | 0.57 | 0.5 |
| Hex | C8 | 36 | C5 | 0 | 49 | 2 | 16 | 12D | 39 | 32 |
| Octal | 310 | 66 | 305 | 0 | 111 | 2 | 26 | 455 | 71 | 62 |
| Binary | 11001000 | 110110 | 11000101 | 0 | 1001001 | 10 | 10110 | 100101101 | 111001 | 110010 |
Color Harmonies of #C836C5
Complementary color
Monochromatic Colors of #C836C5
Black with #C836C5
Text Example
Text Example
White with #C836C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836C5; }
p { color: rgb(200,54,197); }
H1.HeaderClassName
{
color: #C836C5;
}
.AnyTagClassName
{
color: #C836C5;
}
</style>
background-color css
<style>
a { background-color: #C836C5; }
a { background-color: rgb(200,54,197); }
div.DivClassName
{
background-color: #C836C5;
}
.BgClassName
{
background-color: #C836C5;
}
</style>
border-color css
<style>
span { border-color: #C836C5; }
span { border-color: rgb(200,54,197); }
td.TdClassName
{
border-color: #C836C5;
}
.TagClassName
{
border-color: #C836C5;
}
</style>