Shades of Fuchsia #C231BE
Tints of Fuchsia #C231BE
RGB
CMYK
RGB Variations
Color information
#C231BE (or 0xC231BE) is known color: Fuchsia. HEX triplet: C2, 31 and BE. RGB value is (194,49,190). Sum of RGB (Red+Green+Blue) = 194+49+190=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C231BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231BE is #3DCE41. Grayscale: #6C6C6C. Windows color (decimal): -4050498 or 12464578. OLE color: 12464578.
HSL color Cylindrical-coordinate representation of color #C231BE: hue angle of 301.66º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231BE is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 190 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.24 |
| HSL | 301.66º | 0.6% | 0.48% | - |
| HSV(B) | 301.66º | 0.75% | 0.76% | - |
| XYZ | 32.64 | 17.38 | 50.35 | - |
| YUV | 108.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 190 | 0 | 0.75 | 0.02 | 0.24 | 301.66 | 0.6 | 0.48 |
| Hex | C2 | 31 | BE | 0 | 4B | 2 | 18 | 12E | 3C | 30 |
| Octal | 302 | 61 | 276 | 0 | 113 | 2 | 30 | 456 | 74 | 60 |
| Binary | 11000010 | 110001 | 10111110 | 0 | 1001011 | 10 | 11000 | 100101110 | 111100 | 110000 |
Color Harmonies of #C231BE
Complementary color
Monochromatic Colors of #C231BE
Black with #C231BE
Text Example
Text Example
White with #C231BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231BE; }
p { color: rgb(194,49,190); }
H1.HeaderClassName
{
color: #C231BE;
}
.AnyTagClassName
{
color: #C231BE;
}
</style>
background-color css
<style>
a { background-color: #C231BE; }
a { background-color: rgb(194,49,190); }
div.DivClassName
{
background-color: #C231BE;
}
.BgClassName
{
background-color: #C231BE;
}
</style>
border-color css
<style>
span { border-color: #C231BE; }
span { border-color: rgb(194,49,190); }
td.TdClassName
{
border-color: #C231BE;
}
.TagClassName
{
border-color: #C231BE;
}
</style>