Shades of Fuchsia #C831CE
Tints of Fuchsia #C831CE
RGB
CMYK
RGB Variations
Color information
#C831CE (or 0xC831CE) is known color: Fuchsia. HEX triplet: C8, 31 and CE. RGB value is (200,49,206). Sum of RGB (Red+Green+Blue) = 200+49+206=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #C831CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831CE is #37CE31. Grayscale: #6F6F6F. Windows color (decimal): -3657266 or 13513160. OLE color: 13513160.
HSL color Cylindrical-coordinate representation of color #C831CE: hue angle of 297.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C831CE is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 49 | 206 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.19 |
| HSL | 297.71º | 0.62% | 0.5% | - |
| HSV(B) | 297.71º | 0.76% | 0.81% | - |
| XYZ | 36.06 | 18.93 | 60.15 | - |
| YUV | 112.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 206 | 0.03 | 0.76 | 0 | 0.19 | 297.71 | 0.62 | 0.5 |
| Hex | C8 | 31 | CE | 3 | 4C | 0 | 13 | 12A | 3E | 32 |
| Octal | 310 | 61 | 316 | 3 | 114 | 0 | 23 | 452 | 76 | 62 |
| Binary | 11001000 | 110001 | 11001110 | 11 | 1001100 | 0 | 10011 | 100101010 | 111110 | 110010 |
Color Harmonies of #C831CE
Complementary color
Monochromatic Colors of #C831CE
Black with #C831CE
Text Example
Text Example
White with #C831CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831CE; }
p { color: rgb(200,49,206); }
H1.HeaderClassName
{
color: #C831CE;
}
.AnyTagClassName
{
color: #C831CE;
}
</style>
background-color css
<style>
a { background-color: #C831CE; }
a { background-color: rgb(200,49,206); }
div.DivClassName
{
background-color: #C831CE;
}
.BgClassName
{
background-color: #C831CE;
}
</style>
border-color css
<style>
span { border-color: #C831CE; }
span { border-color: rgb(200,49,206); }
td.TdClassName
{
border-color: #C831CE;
}
.TagClassName
{
border-color: #C831CE;
}
</style>