Shades of Fuchsia #C831C1
Tints of Fuchsia #C831C1
RGB
CMYK
RGB Variations
Color information
#C831C1 (or 0xC831C1) is known color: Fuchsia. HEX triplet: C8, 31 and C1. RGB value is (200,49,193). Sum of RGB (Red+Green+Blue) = 200+49+193=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C831C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831C1 is #37CE3E. Grayscale: #6E6E6E. Windows color (decimal): -3657279 or 12661192. OLE color: 12661192.
HSL color Cylindrical-coordinate representation of color #C831C1: hue angle of 302.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C831C1 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 193 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.22 |
| HSL | 302.78º | 0.61% | 0.49% | - |
| HSV(B) | 302.78º | 0.76% | 0.78% | - |
| XYZ | 34.54 | 18.33 | 52.17 | - |
| YUV | 110.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 193 | 0 | 0.76 | 0.04 | 0.22 | 302.78 | 0.61 | 0.49 |
| Hex | C8 | 31 | C1 | 0 | 4C | 4 | 16 | 12F | 3D | 31 |
| Octal | 310 | 61 | 301 | 0 | 114 | 4 | 26 | 457 | 75 | 61 |
| Binary | 11001000 | 110001 | 11000001 | 0 | 1001100 | 100 | 10110 | 100101111 | 111101 | 110001 |
Color Harmonies of #C831C1
Complementary color
Monochromatic Colors of #C831C1
Black with #C831C1
Text Example
Text Example
White with #C831C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831C1; }
p { color: rgb(200,49,193); }
H1.HeaderClassName
{
color: #C831C1;
}
.AnyTagClassName
{
color: #C831C1;
}
</style>
background-color css
<style>
a { background-color: #C831C1; }
a { background-color: rgb(200,49,193); }
div.DivClassName
{
background-color: #C831C1;
}
.BgClassName
{
background-color: #C831C1;
}
</style>
border-color css
<style>
span { border-color: #C831C1; }
span { border-color: rgb(200,49,193); }
td.TdClassName
{
border-color: #C831C1;
}
.TagClassName
{
border-color: #C831C1;
}
</style>