Shades of Fuchsia #C83FC1
Tints of Fuchsia #C83FC1
RGB
CMYK
RGB Variations
Color information
#C83FC1 (or 0xC83FC1) is known color: Fuchsia. HEX triplet: C8, 3F and C1. RGB value is (200,63,193). Sum of RGB (Red+Green+Blue) = 200+63+193=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FC1 is #37C03E. Grayscale: #767676. Windows color (decimal): -3653695 or 12664776. OLE color: 12664776.
HSL color Cylindrical-coordinate representation of color #C83FC1: hue angle of 303.07º 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 #C83FC1 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 193 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.22 |
| HSL | 303.07º | 0.55% | 0.52% | - |
| HSV(B) | 303.07º | 0.69% | 0.78% | - |
| XYZ | 35.22 | 19.68 | 52.4 | - |
| YUV | 118.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 193 | 0 | 0.68 | 0.04 | 0.22 | 303.07 | 0.55 | 0.52 |
| Hex | C8 | 3F | C1 | 0 | 44 | 4 | 16 | 12F | 37 | 34 |
| Octal | 310 | 77 | 301 | 0 | 104 | 4 | 26 | 457 | 67 | 64 |
| Binary | 11001000 | 111111 | 11000001 | 0 | 1000100 | 100 | 10110 | 100101111 | 110111 | 110100 |
Color Harmonies of #C83FC1
Complementary color
Monochromatic Colors of #C83FC1
Black with #C83FC1
Text Example
Text Example
White with #C83FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FC1; }
p { color: rgb(200,63,193); }
H1.HeaderClassName
{
color: #C83FC1;
}
.AnyTagClassName
{
color: #C83FC1;
}
</style>
background-color css
<style>
a { background-color: #C83FC1; }
a { background-color: rgb(200,63,193); }
div.DivClassName
{
background-color: #C83FC1;
}
.BgClassName
{
background-color: #C83FC1;
}
</style>
border-color css
<style>
span { border-color: #C83FC1; }
span { border-color: rgb(200,63,193); }
td.TdClassName
{
border-color: #C83FC1;
}
.TagClassName
{
border-color: #C83FC1;
}
</style>