Shades of Fuchsia #C83FC2
Tints of Fuchsia #C83FC2
RGB
CMYK
RGB Variations
Color information
#C83FC2 (or 0xC83FC2) is known color: Fuchsia. HEX triplet: C8, 3F and C2. RGB value is (200,63,194). Sum of RGB (Red+Green+Blue) = 200+63+194=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FC2 is #37C03D. Grayscale: #767676. Windows color (decimal): -3653694 or 12730312. OLE color: 12730312.
HSL color Cylindrical-coordinate representation of color #C83FC2: hue angle of 302.63º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FC2 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 194 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.22 |
| HSL | 302.63º | 0.55% | 0.52% | - |
| HSV(B) | 302.63º | 0.69% | 0.78% | - |
| XYZ | 35.33 | 19.73 | 52.98 | - |
| YUV | 118.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 194 | 0 | 0.68 | 0.03 | 0.22 | 302.63 | 0.55 | 0.52 |
| Hex | C8 | 3F | C2 | 0 | 44 | 3 | 16 | 12F | 37 | 34 |
| Octal | 310 | 77 | 302 | 0 | 104 | 3 | 26 | 457 | 67 | 64 |
| Binary | 11001000 | 111111 | 11000010 | 0 | 1000100 | 11 | 10110 | 100101111 | 110111 | 110100 |
Color Harmonies of #C83FC2
Complementary color
Monochromatic Colors of #C83FC2
Black with #C83FC2
Text Example
Text Example
White with #C83FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FC2; }
p { color: rgb(200,63,194); }
H1.HeaderClassName
{
color: #C83FC2;
}
.AnyTagClassName
{
color: #C83FC2;
}
</style>
background-color css
<style>
a { background-color: #C83FC2; }
a { background-color: rgb(200,63,194); }
div.DivClassName
{
background-color: #C83FC2;
}
.BgClassName
{
background-color: #C83FC2;
}
</style>
border-color css
<style>
span { border-color: #C83FC2; }
span { border-color: rgb(200,63,194); }
td.TdClassName
{
border-color: #C83FC2;
}
.TagClassName
{
border-color: #C83FC2;
}
</style>