Shades of Fuchsia #C231B0
Tints of Fuchsia #C231B0
RGB
CMYK
RGB Variations
Color information
#C231B0 (or 0xC231B0) is known color: Fuchsia. HEX triplet: C2, 31 and B0. RGB value is (194,49,176). Sum of RGB (Red+Green+Blue) = 194+49+176=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C231B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231B0 is #3DCE4F. Grayscale: #6A6A6A. Windows color (decimal): -4050512 or 11547074. OLE color: 11547074.
HSL color Cylindrical-coordinate representation of color #C231B0: hue angle of 307.45º 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 #C231B0 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 176 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.24 |
| HSL | 307.45º | 0.6% | 0.48% | - |
| HSV(B) | 307.45º | 0.75% | 0.76% | - |
| XYZ | 31.18 | 16.8 | 42.67 | - |
| YUV | 106.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 176 | 0 | 0.75 | 0.09 | 0.24 | 307.45 | 0.6 | 0.48 |
| Hex | C2 | 31 | B0 | 0 | 4B | 9 | 18 | 133 | 3C | 30 |
| Octal | 302 | 61 | 260 | 0 | 113 | 11 | 30 | 463 | 74 | 60 |
| Binary | 11000010 | 110001 | 10110000 | 0 | 1001011 | 1001 | 11000 | 100110011 | 111100 | 110000 |
Color Harmonies of #C231B0
Complementary color
Monochromatic Colors of #C231B0
Black with #C231B0
Text Example
Text Example
White with #C231B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231B0; }
p { color: rgb(194,49,176); }
H1.HeaderClassName
{
color: #C231B0;
}
.AnyTagClassName
{
color: #C231B0;
}
</style>
background-color css
<style>
a { background-color: #C231B0; }
a { background-color: rgb(194,49,176); }
div.DivClassName
{
background-color: #C231B0;
}
.BgClassName
{
background-color: #C231B0;
}
</style>
border-color css
<style>
span { border-color: #C231B0; }
span { border-color: rgb(194,49,176); }
td.TdClassName
{
border-color: #C231B0;
}
.TagClassName
{
border-color: #C231B0;
}
</style>