Shades of Fuchsia #C232BA
Tints of Fuchsia #C232BA
RGB
CMYK
RGB Variations
Color information
#C232BA (or 0xC232BA) is known color: Fuchsia. HEX triplet: C2, 32 and BA. RGB value is (194,50,186). Sum of RGB (Red+Green+Blue) = 194+50+186=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C232BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232BA is #3DCD45. Grayscale: #6C6C6C. Windows color (decimal): -4050246 or 12202690. OLE color: 12202690.
HSL color Cylindrical-coordinate representation of color #C232BA: hue angle of 303.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232BA is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 186 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.24 |
| HSL | 303.33º | 0.59% | 0.48% | - |
| HSV(B) | 303.33º | 0.74% | 0.76% | - |
| XYZ | 32.25 | 17.3 | 48.09 | - |
| YUV | 108.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 186 | 0 | 0.74 | 0.04 | 0.24 | 303.33 | 0.59 | 0.48 |
| Hex | C2 | 32 | BA | 0 | 4A | 4 | 18 | 12F | 3B | 30 |
| Octal | 302 | 62 | 272 | 0 | 112 | 4 | 30 | 457 | 73 | 60 |
| Binary | 11000010 | 110010 | 10111010 | 0 | 1001010 | 100 | 11000 | 100101111 | 111011 | 110000 |
Color Harmonies of #C232BA
Complementary color
Monochromatic Colors of #C232BA
Black with #C232BA
Text Example
Text Example
White with #C232BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232BA; }
p { color: rgb(194,50,186); }
H1.HeaderClassName
{
color: #C232BA;
}
.AnyTagClassName
{
color: #C232BA;
}
</style>
background-color css
<style>
a { background-color: #C232BA; }
a { background-color: rgb(194,50,186); }
div.DivClassName
{
background-color: #C232BA;
}
.BgClassName
{
background-color: #C232BA;
}
</style>
border-color css
<style>
span { border-color: #C232BA; }
span { border-color: rgb(194,50,186); }
td.TdClassName
{
border-color: #C232BA;
}
.TagClassName
{
border-color: #C232BA;
}
</style>