Shades of Fuchsia #C83FCF
Tints of Fuchsia #C83FCF
RGB
CMYK
RGB Variations
Color information
#C83FCF (or 0xC83FCF) is known color: Fuchsia. HEX triplet: C8, 3F and CF. RGB value is (200,63,207). Sum of RGB (Red+Green+Blue) = 200+63+207=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #C83FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FCF is #37C030. Grayscale: #777777. Windows color (decimal): -3653681 or 13582280. OLE color: 13582280.
HSL color Cylindrical-coordinate representation of color #C83FCF: hue angle of 297.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83FCF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 63 | 207 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.19 |
| HSL | 297.08º | 0.6% | 0.53% | - |
| HSV(B) | 297.08º | 0.7% | 0.81% | - |
| XYZ | 36.86 | 20.34 | 61.01 | - |
| YUV | 120.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 207 | 0.03 | 0.70 | 0 | 0.19 | 297.08 | 0.6 | 0.53 |
| Hex | C8 | 3F | CF | 3 | 46 | 0 | 13 | 129 | 3C | 35 |
| Octal | 310 | 77 | 317 | 3 | 106 | 0 | 23 | 451 | 74 | 65 |
| Binary | 11001000 | 111111 | 11001111 | 11 | 1000110 | 0 | 10011 | 100101001 | 111100 | 110101 |
Color Harmonies of #C83FCF
Complementary color
Monochromatic Colors of #C83FCF
Black with #C83FCF
Text Example
Text Example
White with #C83FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FCF; }
p { color: rgb(200,63,207); }
H1.HeaderClassName
{
color: #C83FCF;
}
.AnyTagClassName
{
color: #C83FCF;
}
</style>
background-color css
<style>
a { background-color: #C83FCF; }
a { background-color: rgb(200,63,207); }
div.DivClassName
{
background-color: #C83FCF;
}
.BgClassName
{
background-color: #C83FCF;
}
</style>
border-color css
<style>
span { border-color: #C83FCF; }
span { border-color: rgb(200,63,207); }
td.TdClassName
{
border-color: #C83FCF;
}
.TagClassName
{
border-color: #C83FCF;
}
</style>