Shades of Fuchsia #C836CA
Tints of Fuchsia #C836CA
RGB
CMYK
RGB Variations
Color information
#C836CA (or 0xC836CA) is known color: Fuchsia. HEX triplet: C8, 36 and CA. RGB value is (200,54,202). Sum of RGB (Red+Green+Blue) = 200+54+202=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #C836CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836CA is #37C935. Grayscale: #727272. Windows color (decimal): -3655990 or 13252296. OLE color: 13252296.
HSL color Cylindrical-coordinate representation of color #C836CA: hue angle of 299.19º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C836CA is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 54 | 202 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.21 |
| HSL | 299.19º | 0.58% | 0.5% | - |
| HSV(B) | 299.19º | 0.73% | 0.79% | - |
| XYZ | 35.8 | 19.18 | 57.69 | - |
| YUV | 114.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 202 | 0.01 | 0.73 | 0 | 0.21 | 299.19 | 0.58 | 0.5 |
| Hex | C8 | 36 | CA | 1 | 49 | 0 | 15 | 12B | 3A | 32 |
| Octal | 310 | 66 | 312 | 1 | 111 | 0 | 25 | 453 | 72 | 62 |
| Binary | 11001000 | 110110 | 11001010 | 1 | 1001001 | 0 | 10101 | 100101011 | 111010 | 110010 |
Color Harmonies of #C836CA
Complementary color
Monochromatic Colors of #C836CA
Black with #C836CA
Text Example
Text Example
White with #C836CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836CA; }
p { color: rgb(200,54,202); }
H1.HeaderClassName
{
color: #C836CA;
}
.AnyTagClassName
{
color: #C836CA;
}
</style>
background-color css
<style>
a { background-color: #C836CA; }
a { background-color: rgb(200,54,202); }
div.DivClassName
{
background-color: #C836CA;
}
.BgClassName
{
background-color: #C836CA;
}
</style>
border-color css
<style>
span { border-color: #C836CA; }
span { border-color: rgb(200,54,202); }
td.TdClassName
{
border-color: #C836CA;
}
.TagClassName
{
border-color: #C836CA;
}
</style>