Shades of Fuchsia #C836C8
Tints of Fuchsia #C836C8
RGB
CMYK
RGB Variations
Color information
#C836C8 (or 0xC836C8) is known color: Fuchsia. HEX triplet: C8, 36 and C8. RGB value is (200,54,200). Sum of RGB (Red+Green+Blue) = 200+54+200=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C836C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836C8 is #37C937. Grayscale: #717171. Windows color (decimal): -3655992 or 13121224. OLE color: 13121224.
HSL color Cylindrical-coordinate representation of color #C836C8: hue angle of 300º 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 #C836C8 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 200 | - |
| CMYK | 0 | 0.73 | 0 | 0.22 |
| HSL | 300º | 0.57% | 0.5% | - |
| HSV(B) | 300º | 0.73% | 0.78% | - |
| XYZ | 35.56 | 19.09 | 56.45 | - |
| YUV | 114.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 200 | 0 | 0.73 | 0 | 0.22 | 300 | 0.57 | 0.5 |
| Hex | C8 | 36 | C8 | 0 | 49 | 0 | 16 | 12C | 39 | 32 |
| Octal | 310 | 66 | 310 | 0 | 111 | 0 | 26 | 454 | 71 | 62 |
| Binary | 11001000 | 110110 | 11001000 | 0 | 1001001 | 0 | 10110 | 100101100 | 111001 | 110010 |
Color Harmonies of #C836C8
Complementary color
Monochromatic Colors of #C836C8
Black with #C836C8
Text Example
Text Example
White with #C836C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836C8; }
p { color: rgb(200,54,200); }
H1.HeaderClassName
{
color: #C836C8;
}
.AnyTagClassName
{
color: #C836C8;
}
</style>
background-color css
<style>
a { background-color: #C836C8; }
a { background-color: rgb(200,54,200); }
div.DivClassName
{
background-color: #C836C8;
}
.BgClassName
{
background-color: #C836C8;
}
</style>
border-color css
<style>
span { border-color: #C836C8; }
span { border-color: rgb(200,54,200); }
td.TdClassName
{
border-color: #C836C8;
}
.TagClassName
{
border-color: #C836C8;
}
</style>