Shades of Fuchsia #C231B9
Tints of Fuchsia #C231B9
RGB
CMYK
RGB Variations
Color information
#C231B9 (or 0xC231B9) is known color: Fuchsia. HEX triplet: C2, 31 and B9. RGB value is (194,49,185). Sum of RGB (Red+Green+Blue) = 194+49+185=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C231B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231B9 is #3DCE46. Grayscale: #6B6B6B. Windows color (decimal): -4050503 or 12136898. OLE color: 12136898.
HSL color Cylindrical-coordinate representation of color #C231B9: hue angle of 303.72º 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 #C231B9 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 185 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.24 |
| HSL | 303.72º | 0.6% | 0.48% | - |
| HSV(B) | 303.72º | 0.75% | 0.76% | - |
| XYZ | 32.1 | 17.17 | 47.52 | - |
| YUV | 107.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 185 | 0 | 0.75 | 0.05 | 0.24 | 303.72 | 0.6 | 0.48 |
| Hex | C2 | 31 | B9 | 0 | 4B | 5 | 18 | 130 | 3C | 30 |
| Octal | 302 | 61 | 271 | 0 | 113 | 5 | 30 | 460 | 74 | 60 |
| Binary | 11000010 | 110001 | 10111001 | 0 | 1001011 | 101 | 11000 | 100110000 | 111100 | 110000 |
Color Harmonies of #C231B9
Complementary color
Monochromatic Colors of #C231B9
Black with #C231B9
Text Example
Text Example
White with #C231B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231B9; }
p { color: rgb(194,49,185); }
H1.HeaderClassName
{
color: #C231B9;
}
.AnyTagClassName
{
color: #C231B9;
}
</style>
background-color css
<style>
a { background-color: #C231B9; }
a { background-color: rgb(194,49,185); }
div.DivClassName
{
background-color: #C231B9;
}
.BgClassName
{
background-color: #C231B9;
}
</style>
border-color css
<style>
span { border-color: #C231B9; }
span { border-color: rgb(194,49,185); }
td.TdClassName
{
border-color: #C231B9;
}
.TagClassName
{
border-color: #C231B9;
}
</style>