Shades of Fuchsia #C831CA
Tints of Fuchsia #C831CA
RGB
CMYK
RGB Variations
Color information
#C831CA (or 0xC831CA) is known color: Fuchsia. HEX triplet: C8, 31 and CA. RGB value is (200,49,202). Sum of RGB (Red+Green+Blue) = 200+49+202=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #C831CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831CA is #37CE35. Grayscale: #6F6F6F. Windows color (decimal): -3657270 or 13251016. OLE color: 13251016.
HSL color Cylindrical-coordinate representation of color #C831CA: hue angle of 299.22º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C831CA is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 49 | 202 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.21 |
| HSL | 299.22º | 0.61% | 0.49% | - |
| HSV(B) | 299.22º | 0.76% | 0.79% | - |
| XYZ | 35.58 | 18.74 | 57.62 | - |
| YUV | 111.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 202 | 0.01 | 0.76 | 0 | 0.21 | 299.22 | 0.61 | 0.49 |
| Hex | C8 | 31 | CA | 1 | 4C | 0 | 15 | 12B | 3D | 31 |
| Octal | 310 | 61 | 312 | 1 | 114 | 0 | 25 | 453 | 75 | 61 |
| Binary | 11001000 | 110001 | 11001010 | 1 | 1001100 | 0 | 10101 | 100101011 | 111101 | 110001 |
Color Harmonies of #C831CA
Complementary color
Monochromatic Colors of #C831CA
Black with #C831CA
Text Example
Text Example
White with #C831CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831CA; }
p { color: rgb(200,49,202); }
H1.HeaderClassName
{
color: #C831CA;
}
.AnyTagClassName
{
color: #C831CA;
}
</style>
background-color css
<style>
a { background-color: #C831CA; }
a { background-color: rgb(200,49,202); }
div.DivClassName
{
background-color: #C831CA;
}
.BgClassName
{
background-color: #C831CA;
}
</style>
border-color css
<style>
span { border-color: #C831CA; }
span { border-color: rgb(200,49,202); }
td.TdClassName
{
border-color: #C831CA;
}
.TagClassName
{
border-color: #C831CA;
}
</style>