Shades of Fuchsia #C836B0
Tints of Fuchsia #C836B0
RGB
CMYK
RGB Variations
Color information
#C836B0 (or 0xC836B0) is known color: Fuchsia. HEX triplet: C8, 36 and B0. RGB value is (200,54,176). Sum of RGB (Red+Green+Blue) = 200+54+176=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C836B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C836B0 is #37C94F. Grayscale: #6F6F6F. Windows color (decimal): -3656016 or 11548360. OLE color: 11548360.
HSL color Cylindrical-coordinate representation of color #C836B0: hue angle of 309.86º 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 #C836B0 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 176 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.22 |
| HSL | 309.86º | 0.57% | 0.5% | - |
| HSV(B) | 309.86º | 0.73% | 0.78% | - |
| XYZ | 32.98 | 18.05 | 42.82 | - |
| YUV | 111.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 176 | 0 | 0.73 | 0.12 | 0.22 | 309.86 | 0.57 | 0.5 |
| Hex | C8 | 36 | B0 | 0 | 49 | C | 16 | 136 | 39 | 32 |
| Octal | 310 | 66 | 260 | 0 | 111 | 14 | 26 | 466 | 71 | 62 |
| Binary | 11001000 | 110110 | 10110000 | 0 | 1001001 | 1100 | 10110 | 100110110 | 111001 | 110010 |
Color Harmonies of #C836B0
Complementary color
Monochromatic Colors of #C836B0
Black with #C836B0
Text Example
Text Example
White with #C836B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836B0; }
p { color: rgb(200,54,176); }
H1.HeaderClassName
{
color: #C836B0;
}
.AnyTagClassName
{
color: #C836B0;
}
</style>
background-color css
<style>
a { background-color: #C836B0; }
a { background-color: rgb(200,54,176); }
div.DivClassName
{
background-color: #C836B0;
}
.BgClassName
{
background-color: #C836B0;
}
</style>
border-color css
<style>
span { border-color: #C836B0; }
span { border-color: rgb(200,54,176); }
td.TdClassName
{
border-color: #C836B0;
}
.TagClassName
{
border-color: #C836B0;
}
</style>