Shades of Fuchsia #C836CC
Tints of Fuchsia #C836CC
RGB
CMYK
RGB Variations
Color information
#C836CC (or 0xC836CC) is known color: Fuchsia. HEX triplet: C8, 36 and CC. RGB value is (200,54,204). Sum of RGB (Red+Green+Blue) = 200+54+204=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #C836CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836CC is #37C933. Grayscale: #727272. Windows color (decimal): -3655988 or 13383368. OLE color: 13383368.
HSL color Cylindrical-coordinate representation of color #C836CC: hue angle of 298.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C836CC is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 54 | 204 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.2 |
| HSL | 298.4º | 0.6% | 0.51% | - |
| HSV(B) | 298.4º | 0.74% | 0.8% | - |
| XYZ | 36.04 | 19.28 | 58.95 | - |
| YUV | 114.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 204 | 0.02 | 0.74 | 0 | 0.2 | 298.4 | 0.6 | 0.51 |
| Hex | C8 | 36 | CC | 2 | 4A | 0 | 14 | 12A | 3C | 33 |
| Octal | 310 | 66 | 314 | 2 | 112 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11001000 | 110110 | 11001100 | 10 | 1001010 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C836CC
Complementary color
Monochromatic Colors of #C836CC
Black with #C836CC
Text Example
Text Example
White with #C836CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836CC; }
p { color: rgb(200,54,204); }
H1.HeaderClassName
{
color: #C836CC;
}
.AnyTagClassName
{
color: #C836CC;
}
</style>
background-color css
<style>
a { background-color: #C836CC; }
a { background-color: rgb(200,54,204); }
div.DivClassName
{
background-color: #C836CC;
}
.BgClassName
{
background-color: #C836CC;
}
</style>
border-color css
<style>
span { border-color: #C836CC; }
span { border-color: rgb(200,54,204); }
td.TdClassName
{
border-color: #C836CC;
}
.TagClassName
{
border-color: #C836CC;
}
</style>