Shades of Fuchsia #C83FCC
Tints of Fuchsia #C83FCC
RGB
CMYK
RGB Variations
Color information
#C83FCC (or 0xC83FCC) is known color: Fuchsia. HEX triplet: C8, 3F and CC. RGB value is (200,63,204). Sum of RGB (Red+Green+Blue) = 200+63+204=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #C83FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FCC is #37C033. Grayscale: #777777. Windows color (decimal): -3653684 or 13385672. OLE color: 13385672.
HSL color Cylindrical-coordinate representation of color #C83FCC: hue angle of 298.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FCC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 63 | 204 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.2 |
| HSL | 298.3º | 0.58% | 0.52% | - |
| HSV(B) | 298.3º | 0.69% | 0.8% | - |
| XYZ | 36.5 | 20.19 | 59.1 | - |
| YUV | 120.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 204 | 0.02 | 0.69 | 0 | 0.2 | 298.3 | 0.58 | 0.52 |
| Hex | C8 | 3F | CC | 2 | 45 | 0 | 14 | 12A | 3A | 34 |
| Octal | 310 | 77 | 314 | 2 | 105 | 0 | 24 | 452 | 72 | 64 |
| Binary | 11001000 | 111111 | 11001100 | 10 | 1000101 | 0 | 10100 | 100101010 | 111010 | 110100 |
Color Harmonies of #C83FCC
Complementary color
Monochromatic Colors of #C83FCC
Black with #C83FCC
Text Example
Text Example
White with #C83FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FCC; }
p { color: rgb(200,63,204); }
H1.HeaderClassName
{
color: #C83FCC;
}
.AnyTagClassName
{
color: #C83FCC;
}
</style>
background-color css
<style>
a { background-color: #C83FCC; }
a { background-color: rgb(200,63,204); }
div.DivClassName
{
background-color: #C83FCC;
}
.BgClassName
{
background-color: #C83FCC;
}
</style>
border-color css
<style>
span { border-color: #C83FCC; }
span { border-color: rgb(200,63,204); }
td.TdClassName
{
border-color: #C83FCC;
}
.TagClassName
{
border-color: #C83FCC;
}
</style>