Shades of Fuchsia #C234BA
Tints of Fuchsia #C234BA
RGB
CMYK
RGB Variations
Color information
#C234BA (or 0xC234BA) is known color: Fuchsia. HEX triplet: C2, 34 and BA. RGB value is (194,52,186). Sum of RGB (Red+Green+Blue) = 194+52+186=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C234BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234BA is #3DCB45. Grayscale: #6D6D6D. Windows color (decimal): -4049734 or 12203202. OLE color: 12203202.
HSL color Cylindrical-coordinate representation of color #C234BA: hue angle of 303.38º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C234BA is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 186 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.24 |
| HSL | 303.38º | 0.58% | 0.48% | - |
| HSV(B) | 303.38º | 0.73% | 0.76% | - |
| XYZ | 32.34 | 17.47 | 48.12 | - |
| YUV | 109.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 186 | 0 | 0.73 | 0.04 | 0.24 | 303.38 | 0.58 | 0.48 |
| Hex | C2 | 34 | BA | 0 | 49 | 4 | 18 | 12F | 3A | 30 |
| Octal | 302 | 64 | 272 | 0 | 111 | 4 | 30 | 457 | 72 | 60 |
| Binary | 11000010 | 110100 | 10111010 | 0 | 1001001 | 100 | 11000 | 100101111 | 111010 | 110000 |
Color Harmonies of #C234BA
Complementary color
Monochromatic Colors of #C234BA
Black with #C234BA
Text Example
Text Example
White with #C234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234BA; }
p { color: rgb(194,52,186); }
H1.HeaderClassName
{
color: #C234BA;
}
.AnyTagClassName
{
color: #C234BA;
}
</style>
background-color css
<style>
a { background-color: #C234BA; }
a { background-color: rgb(194,52,186); }
div.DivClassName
{
background-color: #C234BA;
}
.BgClassName
{
background-color: #C234BA;
}
</style>
border-color css
<style>
span { border-color: #C234BA; }
span { border-color: rgb(194,52,186); }
td.TdClassName
{
border-color: #C234BA;
}
.TagClassName
{
border-color: #C234BA;
}
</style>