Shades of Fuchsia #C83FCE
Tints of Fuchsia #C83FCE
RGB
CMYK
RGB Variations
Color information
#C83FCE (or 0xC83FCE) is known color: Fuchsia. HEX triplet: C8, 3F and CE. RGB value is (200,63,206). Sum of RGB (Red+Green+Blue) = 200+63+206=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C83FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FCE is #37C031. Grayscale: #777777. Windows color (decimal): -3653682 or 13516744. OLE color: 13516744.
HSL color Cylindrical-coordinate representation of color #C83FCE: hue angle of 297.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FCE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 63 | 206 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.19 |
| HSL | 297.48º | 0.59% | 0.53% | - |
| HSV(B) | 297.48º | 0.69% | 0.81% | - |
| XYZ | 36.74 | 20.29 | 60.37 | - |
| YUV | 120.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 206 | 0.03 | 0.69 | 0 | 0.19 | 297.48 | 0.59 | 0.53 |
| Hex | C8 | 3F | CE | 3 | 45 | 0 | 13 | 129 | 3B | 35 |
| Octal | 310 | 77 | 316 | 3 | 105 | 0 | 23 | 451 | 73 | 65 |
| Binary | 11001000 | 111111 | 11001110 | 11 | 1000101 | 0 | 10011 | 100101001 | 111011 | 110101 |
Color Harmonies of #C83FCE
Complementary color
Monochromatic Colors of #C83FCE
Black with #C83FCE
Text Example
Text Example
White with #C83FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FCE; }
p { color: rgb(200,63,206); }
H1.HeaderClassName
{
color: #C83FCE;
}
.AnyTagClassName
{
color: #C83FCE;
}
</style>
background-color css
<style>
a { background-color: #C83FCE; }
a { background-color: rgb(200,63,206); }
div.DivClassName
{
background-color: #C83FCE;
}
.BgClassName
{
background-color: #C83FCE;
}
</style>
border-color css
<style>
span { border-color: #C83FCE; }
span { border-color: rgb(200,63,206); }
td.TdClassName
{
border-color: #C83FCE;
}
.TagClassName
{
border-color: #C83FCE;
}
</style>