Shades of Fuchsia #C836CF
Tints of Fuchsia #C836CF
RGB
CMYK
RGB Variations
Color information
#C836CF (or 0xC836CF) is known color: Fuchsia. HEX triplet: C8, 36 and CF. RGB value is (200,54,207). Sum of RGB (Red+Green+Blue) = 200+54+207=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #C836CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836CF is #37C930. Grayscale: #727272. Windows color (decimal): -3655985 or 13579976. OLE color: 13579976.
HSL color Cylindrical-coordinate representation of color #C836CF: hue angle of 297.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C836CF is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 54 | 207 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.19 |
| HSL | 297.25º | 0.61% | 0.51% | - |
| HSV(B) | 297.25º | 0.74% | 0.81% | - |
| XYZ | 36.4 | 19.42 | 60.86 | - |
| YUV | 115.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 207 | 0.03 | 0.74 | 0 | 0.19 | 297.25 | 0.61 | 0.51 |
| Hex | C8 | 36 | CF | 3 | 4A | 0 | 13 | 129 | 3D | 33 |
| Octal | 310 | 66 | 317 | 3 | 112 | 0 | 23 | 451 | 75 | 63 |
| Binary | 11001000 | 110110 | 11001111 | 11 | 1001010 | 0 | 10011 | 100101001 | 111101 | 110011 |
Color Harmonies of #C836CF
Complementary color
Monochromatic Colors of #C836CF
Black with #C836CF
Text Example
Text Example
White with #C836CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836CF; }
p { color: rgb(200,54,207); }
H1.HeaderClassName
{
color: #C836CF;
}
.AnyTagClassName
{
color: #C836CF;
}
</style>
background-color css
<style>
a { background-color: #C836CF; }
a { background-color: rgb(200,54,207); }
div.DivClassName
{
background-color: #C836CF;
}
.BgClassName
{
background-color: #C836CF;
}
</style>
border-color css
<style>
span { border-color: #C836CF; }
span { border-color: rgb(200,54,207); }
td.TdClassName
{
border-color: #C836CF;
}
.TagClassName
{
border-color: #C836CF;
}
</style>