Shades of Fuchsia #C83FCB
Tints of Fuchsia #C83FCB
RGB
CMYK
RGB Variations
Color information
#C83FCB (or 0xC83FCB) is known color: Fuchsia. HEX triplet: C8, 3F and CB. RGB value is (200,63,203). Sum of RGB (Red+Green+Blue) = 200+63+203=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #C83FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FCB is #37C034. Grayscale: #777777. Windows color (decimal): -3653685 or 13320136. OLE color: 13320136.
HSL color Cylindrical-coordinate representation of color #C83FCB: hue angle of 298.71º degrees, saturation: 0.57, 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 #C83FCB is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 63 | 203 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.20 |
| HSL | 298.71º | 0.57% | 0.52% | - |
| HSV(B) | 298.71º | 0.69% | 0.8% | - |
| XYZ | 36.38 | 20.15 | 58.47 | - |
| YUV | 119.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 203 | 0.01 | 0.69 | 0 | 0.20 | 298.71 | 0.57 | 0.52 |
| Hex | C8 | 3F | CB | 1 | 45 | 0 | 14 | 12B | 39 | 34 |
| Octal | 310 | 77 | 313 | 1 | 105 | 0 | 24 | 453 | 71 | 64 |
| Binary | 11001000 | 111111 | 11001011 | 1 | 1000101 | 0 | 10100 | 100101011 | 111001 | 110100 |
Color Harmonies of #C83FCB
Complementary color
Monochromatic Colors of #C83FCB
Black with #C83FCB
Text Example
Text Example
White with #C83FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FCB; }
p { color: rgb(200,63,203); }
H1.HeaderClassName
{
color: #C83FCB;
}
.AnyTagClassName
{
color: #C83FCB;
}
</style>
background-color css
<style>
a { background-color: #C83FCB; }
a { background-color: rgb(200,63,203); }
div.DivClassName
{
background-color: #C83FCB;
}
.BgClassName
{
background-color: #C83FCB;
}
</style>
border-color css
<style>
span { border-color: #C83FCB; }
span { border-color: rgb(200,63,203); }
td.TdClassName
{
border-color: #C83FCB;
}
.TagClassName
{
border-color: #C83FCB;
}
</style>