Shades of Fuchsia #C836CD
Tints of Fuchsia #C836CD
RGB
CMYK
RGB Variations
Color information
#C836CD (or 0xC836CD) is known color: Fuchsia. HEX triplet: C8, 36 and CD. RGB value is (200,54,205). Sum of RGB (Red+Green+Blue) = 200+54+205=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #C836CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836CD is #37C932. Grayscale: #727272. Windows color (decimal): -3655987 or 13448904. OLE color: 13448904.
HSL color Cylindrical-coordinate representation of color #C836CD: hue angle of 298.01º 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 #C836CD is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 54 | 205 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.20 |
| HSL | 298.01º | 0.6% | 0.51% | - |
| HSV(B) | 298.01º | 0.74% | 0.8% | - |
| XYZ | 36.16 | 19.33 | 59.58 | - |
| YUV | 114.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 205 | 0.02 | 0.74 | 0 | 0.20 | 298.01 | 0.6 | 0.51 |
| Hex | C8 | 36 | CD | 2 | 4A | 0 | 14 | 12A | 3C | 33 |
| Octal | 310 | 66 | 315 | 2 | 112 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11001000 | 110110 | 11001101 | 10 | 1001010 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C836CD
Complementary color
Monochromatic Colors of #C836CD
Black with #C836CD
Text Example
Text Example
White with #C836CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836CD; }
p { color: rgb(200,54,205); }
H1.HeaderClassName
{
color: #C836CD;
}
.AnyTagClassName
{
color: #C836CD;
}
</style>
background-color css
<style>
a { background-color: #C836CD; }
a { background-color: rgb(200,54,205); }
div.DivClassName
{
background-color: #C836CD;
}
.BgClassName
{
background-color: #C836CD;
}
</style>
border-color css
<style>
span { border-color: #C836CD; }
span { border-color: rgb(200,54,205); }
td.TdClassName
{
border-color: #C836CD;
}
.TagClassName
{
border-color: #C836CD;
}
</style>