Shades of Fuchsia #C831B4
Tints of Fuchsia #C831B4
RGB
CMYK
RGB Variations
Color information
#C831B4 (or 0xC831B4) is known color: Fuchsia. HEX triplet: C8, 31 and B4. RGB value is (200,49,180). Sum of RGB (Red+Green+Blue) = 200+49+180=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C831B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831B4 is #37CE4B. Grayscale: #6C6C6C. Windows color (decimal): -3657292 or 11809224. OLE color: 11809224.
HSL color Cylindrical-coordinate representation of color #C831B4: hue angle of 307.95º 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 #C831B4 is Cyan = 0, Magento = 0.76, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 180 | - |
| CMYK | 0 | 0.76 | 0.1 | 0.22 |
| HSL | 307.95º | 0.61% | 0.49% | - |
| HSV(B) | 307.95º | 0.76% | 0.78% | - |
| XYZ | 33.16 | 17.77 | 44.86 | - |
| YUV | 109.08 | 168.03 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 180 | 0 | 0.76 | 0.1 | 0.22 | 307.95 | 0.61 | 0.49 |
| Hex | C8 | 31 | B4 | 0 | 4C | A | 16 | 134 | 3D | 31 |
| Octal | 310 | 61 | 264 | 0 | 114 | 12 | 26 | 464 | 75 | 61 |
| Binary | 11001000 | 110001 | 10110100 | 0 | 1001100 | 1010 | 10110 | 100110100 | 111101 | 110001 |
Color Harmonies of #C831B4
Complementary color
Monochromatic Colors of #C831B4
Black with #C831B4
Text Example
Text Example
White with #C831B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831B4; }
p { color: rgb(200,49,180); }
H1.HeaderClassName
{
color: #C831B4;
}
.AnyTagClassName
{
color: #C831B4;
}
</style>
background-color css
<style>
a { background-color: #C831B4; }
a { background-color: rgb(200,49,180); }
div.DivClassName
{
background-color: #C831B4;
}
.BgClassName
{
background-color: #C831B4;
}
</style>
border-color css
<style>
span { border-color: #C831B4; }
span { border-color: rgb(200,49,180); }
td.TdClassName
{
border-color: #C831B4;
}
.TagClassName
{
border-color: #C831B4;
}
</style>