Shades of Fuchsia #C83ECC
Tints of Fuchsia #C83ECC
RGB
CMYK
RGB Variations
Color information
#C83ECC (or 0xC83ECC) is known color: Fuchsia. HEX triplet: C8, 3E and CC. RGB value is (200,62,204). Sum of RGB (Red+Green+Blue) = 200+62+204=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #C83ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ECC is #37C133. Grayscale: #777777. Windows color (decimal): -3653940 or 13385416. OLE color: 13385416.
HSL color Cylindrical-coordinate representation of color #C83ECC: hue angle of 298.31º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83ECC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 62 | 204 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.2 |
| HSL | 298.31º | 0.58% | 0.52% | - |
| HSV(B) | 298.31º | 0.7% | 0.8% | - |
| XYZ | 36.44 | 20.08 | 59.08 | - |
| YUV | 119.45 | 175.72 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 204 | 0.02 | 0.70 | 0 | 0.2 | 298.31 | 0.58 | 0.52 |
| Hex | C8 | 3E | CC | 2 | 46 | 0 | 14 | 12A | 3A | 34 |
| Octal | 310 | 76 | 314 | 2 | 106 | 0 | 24 | 452 | 72 | 64 |
| Binary | 11001000 | 111110 | 11001100 | 10 | 1000110 | 0 | 10100 | 100101010 | 111010 | 110100 |
Color Harmonies of #C83ECC
Complementary color
Monochromatic Colors of #C83ECC
Black with #C83ECC
Text Example
Text Example
White with #C83ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83ECC; }
p { color: rgb(200,62,204); }
H1.HeaderClassName
{
color: #C83ECC;
}
.AnyTagClassName
{
color: #C83ECC;
}
</style>
background-color css
<style>
a { background-color: #C83ECC; }
a { background-color: rgb(200,62,204); }
div.DivClassName
{
background-color: #C83ECC;
}
.BgClassName
{
background-color: #C83ECC;
}
</style>
border-color css
<style>
span { border-color: #C83ECC; }
span { border-color: rgb(200,62,204); }
td.TdClassName
{
border-color: #C83ECC;
}
.TagClassName
{
border-color: #C83ECC;
}
</style>