Shades of Fuchsia #C131CE
Tints of Fuchsia #C131CE
RGB
CMYK
RGB Variations
Color information
#C131CE (or 0xC131CE) is known color: Fuchsia. HEX triplet: C1, 31 and CE. RGB value is (193,49,206). Sum of RGB (Red+Green+Blue) = 193+49+206=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #C131CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131CE is #3ECE31. Grayscale: #6D6D6D. Windows color (decimal): -4116018 or 13513153. OLE color: 13513153.
HSL color Cylindrical-coordinate representation of color #C131CE: hue angle of 295.03º 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 #C131CE is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 49 | 206 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.19 |
| HSL | 295.03º | 0.62% | 0.5% | - |
| HSV(B) | 295.03º | 0.76% | 0.81% | - |
| XYZ | 34.23 | 17.99 | 60.06 | - |
| YUV | 109.95 | 182.21 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 206 | 0.06 | 0.76 | 0 | 0.19 | 295.03 | 0.62 | 0.5 |
| Hex | C1 | 31 | CE | 6 | 4C | 0 | 13 | 127 | 3E | 32 |
| Octal | 301 | 61 | 316 | 6 | 114 | 0 | 23 | 447 | 76 | 62 |
| Binary | 11000001 | 110001 | 11001110 | 110 | 1001100 | 0 | 10011 | 100100111 | 111110 | 110010 |
Color Harmonies of #C131CE
Complementary color
Monochromatic Colors of #C131CE
Black with #C131CE
Text Example
Text Example
White with #C131CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131CE; }
p { color: rgb(193,49,206); }
H1.HeaderClassName
{
color: #C131CE;
}
.AnyTagClassName
{
color: #C131CE;
}
</style>
background-color css
<style>
a { background-color: #C131CE; }
a { background-color: rgb(193,49,206); }
div.DivClassName
{
background-color: #C131CE;
}
.BgClassName
{
background-color: #C131CE;
}
</style>
border-color css
<style>
span { border-color: #C131CE; }
span { border-color: rgb(193,49,206); }
td.TdClassName
{
border-color: #C131CE;
}
.TagClassName
{
border-color: #C131CE;
}
</style>