Shades of Fuchsia #C836C0
Tints of Fuchsia #C836C0
RGB
CMYK
RGB Variations
Color information
#C836C0 (or 0xC836C0) is known color: Fuchsia. HEX triplet: C8, 36 and C0. RGB value is (200,54,192). Sum of RGB (Red+Green+Blue) = 200+54+192=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C836C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836C0 is #37C93F. Grayscale: #707070. Windows color (decimal): -3656000 or 12596936. OLE color: 12596936.
HSL color Cylindrical-coordinate representation of color #C836C0: hue angle of 303.29º 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 #C836C0 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 192 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.22 |
| HSL | 303.29º | 0.57% | 0.5% | - |
| HSV(B) | 303.29º | 0.73% | 0.78% | - |
| XYZ | 34.65 | 18.72 | 51.66 | - |
| YUV | 113.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 192 | 0 | 0.73 | 0.04 | 0.22 | 303.29 | 0.57 | 0.5 |
| Hex | C8 | 36 | C0 | 0 | 49 | 4 | 16 | 12F | 39 | 32 |
| Octal | 310 | 66 | 300 | 0 | 111 | 4 | 26 | 457 | 71 | 62 |
| Binary | 11001000 | 110110 | 11000000 | 0 | 1001001 | 100 | 10110 | 100101111 | 111001 | 110010 |
Color Harmonies of #C836C0
Complementary color
Monochromatic Colors of #C836C0
Black with #C836C0
Text Example
Text Example
White with #C836C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836C0; }
p { color: rgb(200,54,192); }
H1.HeaderClassName
{
color: #C836C0;
}
.AnyTagClassName
{
color: #C836C0;
}
</style>
background-color css
<style>
a { background-color: #C836C0; }
a { background-color: rgb(200,54,192); }
div.DivClassName
{
background-color: #C836C0;
}
.BgClassName
{
background-color: #C836C0;
}
</style>
border-color css
<style>
span { border-color: #C836C0; }
span { border-color: rgb(200,54,192); }
td.TdClassName
{
border-color: #C836C0;
}
.TagClassName
{
border-color: #C836C0;
}
</style>