Shades of Fuchsia #C831D0
Tints of Fuchsia #C831D0
RGB
CMYK
RGB Variations
Color information
#C831D0 (or 0xC831D0) is known color: Fuchsia. HEX triplet: C8, 31 and D0. RGB value is (200,49,208). Sum of RGB (Red+Green+Blue) = 200+49+208=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #C831D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831D0 is #37CE2F. Grayscale: #6F6F6F. Windows color (decimal): -3657264 or 13644232. OLE color: 13644232.
HSL color Cylindrical-coordinate representation of color #C831D0: hue angle of 296.98º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C831D0 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 49 | 208 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.18 |
| HSL | 296.98º | 0.63% | 0.5% | - |
| HSV(B) | 296.98º | 0.76% | 0.82% | - |
| XYZ | 36.3 | 19.03 | 61.43 | - |
| YUV | 112.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 208 | 0.04 | 0.76 | 0 | 0.18 | 296.98 | 0.63 | 0.5 |
| Hex | C8 | 31 | D0 | 4 | 4C | 0 | 12 | 129 | 3F | 32 |
| Octal | 310 | 61 | 320 | 4 | 114 | 0 | 22 | 451 | 77 | 62 |
| Binary | 11001000 | 110001 | 11010000 | 100 | 1001100 | 0 | 10010 | 100101001 | 111111 | 110010 |
Color Harmonies of #C831D0
Complementary color
Monochromatic Colors of #C831D0
Black with #C831D0
Text Example
Text Example
White with #C831D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831D0; }
p { color: rgb(200,49,208); }
H1.HeaderClassName
{
color: #C831D0;
}
.AnyTagClassName
{
color: #C831D0;
}
</style>
background-color css
<style>
a { background-color: #C831D0; }
a { background-color: rgb(200,49,208); }
div.DivClassName
{
background-color: #C831D0;
}
.BgClassName
{
background-color: #C831D0;
}
</style>
border-color css
<style>
span { border-color: #C831D0; }
span { border-color: rgb(200,49,208); }
td.TdClassName
{
border-color: #C831D0;
}
.TagClassName
{
border-color: #C831D0;
}
</style>