Shades of Fuchsia #C836CB
Tints of Fuchsia #C836CB
RGB
CMYK
RGB Variations
Color information
#C836CB (or 0xC836CB) is known color: Fuchsia. HEX triplet: C8, 36 and CB. RGB value is (200,54,203). Sum of RGB (Red+Green+Blue) = 200+54+203=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #C836CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836CB is #37C934. Grayscale: #727272. Windows color (decimal): -3655989 or 13317832. OLE color: 13317832.
HSL color Cylindrical-coordinate representation of color #C836CB: hue angle of 298.79º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C836CB is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 54 | 203 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.20 |
| HSL | 298.79º | 0.59% | 0.5% | - |
| HSV(B) | 298.79º | 0.73% | 0.8% | - |
| XYZ | 35.92 | 19.23 | 58.32 | - |
| YUV | 114.64 | 177.87 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 203 | 0.01 | 0.73 | 0 | 0.20 | 298.79 | 0.59 | 0.5 |
| Hex | C8 | 36 | CB | 1 | 49 | 0 | 14 | 12B | 3B | 32 |
| Octal | 310 | 66 | 313 | 1 | 111 | 0 | 24 | 453 | 73 | 62 |
| Binary | 11001000 | 110110 | 11001011 | 1 | 1001001 | 0 | 10100 | 100101011 | 111011 | 110010 |
Color Harmonies of #C836CB
Complementary color
Monochromatic Colors of #C836CB
Black with #C836CB
Text Example
Text Example
White with #C836CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836CB; }
p { color: rgb(200,54,203); }
H1.HeaderClassName
{
color: #C836CB;
}
.AnyTagClassName
{
color: #C836CB;
}
</style>
background-color css
<style>
a { background-color: #C836CB; }
a { background-color: rgb(200,54,203); }
div.DivClassName
{
background-color: #C836CB;
}
.BgClassName
{
background-color: #C836CB;
}
</style>
border-color css
<style>
span { border-color: #C836CB; }
span { border-color: rgb(200,54,203); }
td.TdClassName
{
border-color: #C836CB;
}
.TagClassName
{
border-color: #C836CB;
}
</style>